Status: Pass 259 Failure 3 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.api.compute.servers.test_server_rescue | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerBootFromVolumeStableRescueTest) |
fail
ft1.1: tearDownClass (tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.DeleteErrorException'>, Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server c07d1353-5c60-406f-bd5b-a9d587dae1b4 failed to delete and is in ERROR status. Fault: {'code': 400, 'created': '2026-05-08T13:07:59Z', 'message': "Instance c07d1353-5c60-406f-bd5b-a9d587dae1b4 cannot be rescued: Driver Error: Cannot access storage file '/opt/stack/data/nova/mnt/45e03f962f654f4e5f61920df5138451/volume-7b72e363-9c3d-4d39-98a9-b48622669c6e' (as uid:64055, gid:994): No such file or dire"}., <traceback object at 0x74e84a7551c0>)
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 0 | 1 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
fail
ft2.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-08 15:07:19,294 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.472s
2026-05-08 15:07:19,295 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44902f92-c27a-42d7-875b-53e580fb5e93', 'x-compute-request-id': 'req-44902f92-c27a-42d7-875b-53e580fb5e93', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ACTIVE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:06:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:07:19,793 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://192.168.122.186/volume/v3/volumes 0.475s
2026-05-08 15:07:19,793 86794 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-ServerActionsTestOtherB-volume-169980042"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f62bdc8-35a5-4a6d-953a-9923e16423b0', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f62bdc8-35a5-4a6d-953a-9923e16423b0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.186/volume/v3/volumes'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:19.652868", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-08 15:07:19,902 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.094s
2026-05-08 15:07:19,902 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e16d70-c1a2-49d4-b1cc-76b80d4c2094', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e16d70-c1a2-49d4-b1cc-76b80d4c2094', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:21,035 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.116s
2026-05-08 15:07:21,036 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d79152-f6e8-4f1b-99e7-7c8eadcf0039', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d79152-f6e8-4f1b-99e7-7c8eadcf0039', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:20.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:22,180 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.131s
2026-05-08 15:07:22,180 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d25e42e-0ceb-4be4-9d17-5845a1a81815', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d25e42e-0ceb-4be4-9d17-5845a1a81815', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:21.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:23,277 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.080s
2026-05-08 15:07:23,278 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5679c756-15b2-4647-8184-1245bfffe91c', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5679c756-15b2-4647-8184-1245bfffe91c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:22.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:23,295 86794 INFO [tempest.common.waiters] volume a4aaa018-2078-484f-8eb1-8edfdda7a173 reached available after waiting for 4.295221 seconds
2026-05-08 15:07:23,774 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.478s
2026-05-08 15:07:23,778 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1682', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fb62098-8c37-453d-b540-96dfd7859e03', 'x-compute-request-id': 'req-8fb62098-8c37-453d-b540-96dfd7859e03', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ACTIVE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:06:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-08 15:07:26,453 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 POST http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments 2.660s
2026-05-08 15:07:26,453 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9298d961-4060-40df-9b0f-1d0288373142', 'x-compute-request-id': 'req-9298d961-4060-40df-9b0f-1d0288373142', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "serverId": "59f153bd-d541-48e8-ac21-90821fc99d00", "volumeId": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "device": "/dev/vdb"}}'
2026-05-08 15:07:26,530 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.071s
2026-05-08 15:07:26,530 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d72028-f204-41bc-942c-a828c5059e17', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d72028-f204-41bc-942c-a828c5059e17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:26.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:27,654 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.113s
2026-05-08 15:07:27,654 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-629e1ac6-a434-4253-a582-e020ace08a27', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-629e1ac6-a434-4253-a582-e020ace08a27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:26.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:28,748 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.080s
2026-05-08 15:07:28,748 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cfe1871-4116-4e1c-af9c-33d9fa0e7ab8', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cfe1871-4116-4e1c-af9c-33d9fa0e7ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:28.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:29,811 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.049s
2026-05-08 15:07:29,812 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f455531e-9156-49c3-b970-935dfc75d0af', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f455531e-9156-49c3-b970-935dfc75d0af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:28.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:30,875 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.052s
2026-05-08 15:07:30,875 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1473bcf-423b-4b1c-ab58-5e007c6d0744', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1473bcf-423b-4b1c-ab58-5e007c6d0744', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:28.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:31,936 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.048s
2026-05-08 15:07:31,936 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-053b38ce-b339-460e-b747-706a10323fcd', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-053b38ce-b339-460e-b747-706a10323fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:28.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:33,000 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.052s
2026-05-08 15:07:33,000 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13adc61d-0497-4cee-a03a-c4b2f6cc2df7', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13adc61d-0497-4cee-a03a-c4b2f6cc2df7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:32.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "attachment_id": "86f17276-ff0c-4ad9-9390-54f27f5b2c70", "volume_id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "server_id": "59f153bd-d541-48e8-ac21-90821fc99d00", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:07:28.000000"}], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:33,015 86794 INFO [tempest.common.waiters] Attachment 86f17276-ff0c-4ad9-9390-54f27f5b2c70 created for volume a4aaa018-2078-484f-8eb1-8edfdda7a173 to server 59f153bd-d541-48e8-ac21-90821fc99d00 after waiting for 7.015186 seconds
2026-05-08 15:07:33,077 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.062s
2026-05-08 15:07:33,078 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edddc477-2e3d-4a4f-835b-ec97b7978caf', 'content-length': '1147', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edddc477-2e3d-4a4f-835b-ec97b7978caf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:32.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "attachment_id": "86f17276-ff0c-4ad9-9390-54f27f5b2c70", "volume_id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "server_id": "59f153bd-d541-48e8-ac21-90821fc99d00", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-05-08T13:07:28.000000"}], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:07:33,089 86794 INFO [tempest.common.waiters] volume a4aaa018-2078-484f-8eb1-8edfdda7a173 reached in-use after waiting for 0.089393 seconds
2026-05-08 15:07:33,551 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/action 0.461s
2026-05-08 15:07:33,551 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"resize": {"flavorRef": "84"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2198cfc0-5c12-4551-b989-849140813093', 'x-compute-request-id': 'req-2198cfc0-5c12-4551-b989-849140813093', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/action'}
Body: b''
2026-05-08 15:07:33,966 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.414s
2026-05-08 15:07:33,966 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1737', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d807c65-5dd8-4bc5-9a57-51c42ae4e0f5', 'x-compute-request-id': 'req-0d807c65-5dd8-4bc5-9a57-51c42ae4e0f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:35,345 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.366s
2026-05-08 15:07:35,346 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1737', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95290fa2-e314-42ab-aab3-7f5842fa35a8', 'x-compute-request-id': 'req-95290fa2-e314-42ab-aab3-7f5842fa35a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:36,640 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.279s
2026-05-08 15:07:36,640 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1737', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f8e1735-2f27-433d-9d87-1bea16400e2a', 'x-compute-request-id': 'req-5f8e1735-2f27-433d-9d87-1bea16400e2a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:37,867 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.208s
2026-05-08 15:07:37,867 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1737', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-045e798b-bdfd-4da9-ab88-e7f91b988b89', 'x-compute-request-id': 'req-045e798b-bdfd-4da9-ab88-e7f91b988b89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:39,165 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.285s
2026-05-08 15:07:39,165 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1737', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a378bcfb-1307-4980-9bc1-a49378afdd40', 'x-compute-request-id': 'req-a378bcfb-1307-4980-9bc1-a49378afdd40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:40,446 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.267s
2026-05-08 15:07:40,446 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1737', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4e9f7f6-2c28-493e-b489-3d39d6d1f75d', 'x-compute-request-id': 'req-d4e9f7f6-2c28-493e-b489-3d39d6d1f75d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_prep", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:41,652 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.189s
2026-05-08 15:07:41,652 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-922b632b-2e9d-4102-b250-6c1ded6858c6', 'x-compute-request-id': 'req-922b632b-2e9d-4102-b250-6c1ded6858c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:41,663 86794 INFO [tempest.common.waiters] State transition "RESIZE/resize_prep" ==> "RESIZE/resize_migrating" after 8 second wait
2026-05-08 15:07:43,839 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 1.175s
2026-05-08 15:07:43,840 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ea163f6-2a34-4173-aa26-d8916436d6a7', 'x-compute-request-id': 'req-3ea163f6-2a34-4173-aa26-d8916436d6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:45,043 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.180s
2026-05-08 15:07:45,043 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2cbb1a4-1ea0-4b1f-b93c-a6389abd75ff', 'x-compute-request-id': 'req-a2cbb1a4-1ea0-4b1f-b93c-a6389abd75ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_migrating", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:46,405 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.350s
2026-05-08 15:07:46,405 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed1dac5d-b2a5-48db-bf20-f270de05e32d', 'x-compute-request-id': 'req-ed1dac5d-b2a5-48db-bf20-f270de05e32d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_migrated", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:46,416 86794 INFO [tempest.common.waiters] State transition "RESIZE/resize_migrating" ==> "RESIZE/resize_migrated" after 13 second wait
2026-05-08 15:07:47,912 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.495s
2026-05-08 15:07:47,913 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6584df7a-556c-4169-9675-48c0d518bd6e', 'x-compute-request-id': 'req-6584df7a-556c-4169-9675-48c0d518bd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_migrated", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:49,211 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.285s
2026-05-08 15:07:49,212 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1741', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4151ce8c-4435-439a-a796-404f2384597d', 'x-compute-request-id': 'req-4151ce8c-4435-439a-a796-404f2384597d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_migrated", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:50,512 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.284s
2026-05-08 15:07:50,513 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6b00fb3-e0f7-4ecf-9dc7-78a5e0be32d8', 'x-compute-request-id': 'req-e6b00fb3-e0f7-4ecf-9dc7-78a5e0be32d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/84"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:50,524 86794 INFO [tempest.common.waiters] State transition "RESIZE/resize_migrated" ==> "RESIZE/resize_finish" after 17 second wait
2026-05-08 15:07:52,600 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 1.073s
2026-05-08 15:07:52,601 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2303aa5-5d9c-4f92-8737-6f7c3a85ae15', 'x-compute-request-id': 'req-b2303aa5-5d9c-4f92-8737-6f7c3a85ae15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/84"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:54,366 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.752s
2026-05-08 15:07:54,367 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-128a1760-b0d5-4f0e-8ecc-412af59c0c02', 'x-compute-request-id': 'req-128a1760-b0d5-4f0e-8ecc-412af59c0c02', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/84"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:55,697 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.314s
2026-05-08 15:07:55,697 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1739', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d210707e-cc21-4b2d-bddd-09ee00d607c7', 'x-compute-request-id': 'req-d210707e-cc21-4b2d-bddd-09ee00d607c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "84", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/84"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "RESIZE", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:59,554 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 2.840s
2026-05-08 15:07:59,554 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1808', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1914748-4b99-4e7e-a80b-000a8eb7f9d2', 'x-compute-request-id': 'req-a1914748-4b99-4e7e-a80b-000a8eb7f9d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ERROR", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:56Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:07:57Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "resize_finish", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:07:59,566 86794 INFO [tempest.common.waiters] State transition "RESIZE/resize_finish" ==> "ERROR/resize_finish" after 26 second wait
2026-05-08 15:07:59,567 86794 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599
2026-05-08 15:08:01,168 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 1.598s
2026-05-08 15:08:01,168 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1797', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66af669c-bb5d-4a14-a90a-1322bc64585b', 'x-compute-request-id': 'req-66af669c-bb5d-4a14-a90a-1322bc64585b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ERROR", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:58Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:07:57Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:08:02,578 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.394s
2026-05-08 15:08:02,580 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1797', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f923f794-06eb-47fe-8a67-355f8c20704f', 'x-compute-request-id': 'req-f923f794-06eb-47fe-8a67-355f8c20704f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ERROR", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:07:58Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:07:57Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:08:02,592 86794 ERROR [tempest.api.compute.base] Server 59f153bd-d541-48e8-ac21-90821fc99d00 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-08T13:07:57Z', 'message': 'libvirtError'}.
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base waiters.wait_for_server_status(cls.servers_client,
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base raise exceptions.BuildErrorException(details, server_id=server_id)
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base tempest.exceptions.BuildErrorException: Server 59f153bd-d541-48e8-ac21-90821fc99d00 failed to build and is in ERROR status
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base Details: Fault: {'code': 500, 'created': '2026-05-08T13:07:57Z', 'message': 'libvirtError'}.
2026-05-08 15:08:02.592 86794 ERROR tempest.api.compute.base
2026-05-08 15:08:02,817 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 204 DELETE http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.223s
2026-05-08 15:08:02,817 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed1069e1-a5d4-40f7-9638-c7ecb7f35c45', 'x-compute-request-id': 'req-ed1069e1-a5d4-40f7-9638-c7ecb7f35c45', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b''
2026-05-08 15:08:03,073 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.255s
2026-05-08 15:08:03,074 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86b0ecc1-7e1b-44fd-bc4c-a6f7ffe129f5', 'x-compute-request-id': 'req-86b0ecc1-7e1b-44fd-bc4c-a6f7ffe129f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ERROR", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:08:03Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:07:57Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:08:04,478 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.392s
2026-05-08 15:08:04,478 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add163ea-7488-4911-8deb-3c0226c5d940', 'x-compute-request-id': 'req-add163ea-7488-4911-8deb-3c0226c5d940', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ERROR", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:08:03Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:07:57Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:08:04,637 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 204 DELETE http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.143s
2026-05-08 15:08:04,637 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e31f45b4-be15-4046-991a-c55126e470b3', 'x-compute-request-id': 'req-e31f45b4-be15-4046-991a-c55126e470b3', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b''
2026-05-08 15:08:05,015 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.377s
2026-05-08 15:08:05,016 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1803', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4d9b460-64da-4927-9780-10cb63cbd613', 'x-compute-request-id': 'req-e4d9b460-64da-4927-9780-10cb63cbd613', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerActionsTestOtherB-922212769-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}, {"version": 4, "addr": "172.24.4.71", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:f7:48"}]}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ERROR", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:08:05Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:07:57Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1687875731"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:08:06,198 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00 0.165s
2026-05-08 15:08:06,199 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fa1b4b7-858a-4f1e-8dce-8244f2ebb117', 'x-compute-request-id': 'req-9fa1b4b7-858a-4f1e-8dce-8244f2ebb117', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:32Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/flavors/42"}]}, "hostId": "6d49e287d0b6ee715854e4aee4b59f3e4481ab30092d572a289a32fb", "id": "59f153bd-d541-48e8-ac21-90821fc99d00", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/59f153bd-d541-48e8-ac21-90821fc99d00"}], "metadata": {}, "name": "tempest-ServerActionsTestOtherB-server-2003828232", "status": "ERROR", "tenant_id": "543e396513374f55a7bdd237147d1881", "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "updated": "2026-05-08T13:08:05Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-08T13:07:57Z", "message": "libvirtError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1609803421", "OS-SRV-USG:launched_at": "2026-05-08T13:06:51.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173"}]}}'
2026-05-08 15:08:06,211 86794 ERROR [tempest.api.compute.base] Failed to delete server 59f153bd-d541-48e8-ac21-90821fc99d00
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base Traceback (most recent call last):
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/api/compute/base.py", line 449, in delete_server
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base waiters.wait_for_server_termination(cls.servers_client,
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base Details: Server 59f153bd-d541-48e8-ac21-90821fc99d00 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-08T13:07:57Z', 'message': 'libvirtError'}.
2026-05-08 15:08:06.211 86794 ERROR tempest.api.compute.base
2026-05-08 15:08:06,264 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.052s
2026-05-08 15:08:06,264 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41586969-0679-4954-9d23-e8466d994069', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41586969-0679-4954-9d23-e8466d994069', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:07:51.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:08:06,367 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments 0.090s
2026-05-08 15:08:06,368 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ac961dc-22d0-464b-aed9-ce73d0c91055', 'x-compute-request-id': 'req-8ac961dc-22d0-464b-aed9-ce73d0c91055', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "volumeId": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "serverId": "59f153bd-d541-48e8-ac21-90821fc99d00", "device": "/dev/vdb"}]}'
2026-05-08 15:08:07,672 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments 0.301s
2026-05-08 15:08:07,672 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-315a5d03-82ff-4dac-9837-9546b20fef6c', 'x-compute-request-id': 'req-315a5d03-82ff-4dac-9837-9546b20fef6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "volumeId": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "serverId": "59f153bd-d541-48e8-ac21-90821fc99d00", "device": "/dev/vdb"}]}'
2026-05-08 15:08:08,799 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments 0.122s
2026-05-08 15:08:08,799 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bc96ee1-c6b8-4f7d-b576-7dd7f000fe9f', 'x-compute-request-id': 'req-6bc96ee1-c6b8-4f7d-b576-7dd7f000fe9f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "volumeId": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "serverId": "59f153bd-d541-48e8-ac21-90821fc99d00", "device": "/dev/vdb"}]}'
2026-05-08 15:08:09,914 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments 0.111s
2026-05-08 15:08:09,915 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cfecfa1-25b9-4f96-a2ed-7ce3a85e47fb', 'x-compute-request-id': 'req-2cfecfa1-25b9-4f96-a2ed-7ce3a85e47fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments'}
Body: b'{"volumeAttachments": [{"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "volumeId": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "serverId": "59f153bd-d541-48e8-ac21-90821fc99d00", "device": "/dev/vdb"}]}'
2026-05-08 15:08:10,977 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 404 GET http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments 0.059s
2026-05-08 15:08:10,978 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b19f6513-6e23-4e2d-8595-7390d42a4085', 'x-compute-request-id': 'req-b19f6513-6e23-4e2d-8595-7390d42a4085', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/59f153bd-d541-48e8-ac21-90821fc99d00/os-volume_attachments'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 59f153bd-d541-48e8-ac21-90821fc99d00 could not be found."}}'
2026-05-08 15:08:11,049 86794 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:_run_cleanups): 200 GET http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173 0.071s
2026-05-08 15:08:11,049 86794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:08:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b27f110-1d2f-47fd-bb67-37d36cfc422b', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b27f110-1d2f-47fd-bb67-37d36cfc422b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173'}
Body: b'{"volume": {"id": "a4aaa018-2078-484f-8eb1-8edfdda7a173", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-08T13:07:20.000000", "updated_at": "2026-05-08T13:08:07.000000", "name": "tempest-ServerActionsTestOtherB-volume-169980042", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.186/volume/v3/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}, {"rel": "bookmark", "href": "http://192.168.122.186/volume/volumes/a4aaa018-2078-484f-8eb1-8edfdda7a173"}], "user_id": "a524ae895be544bab0a39fc5bf16d4bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "543e396513374f55a7bdd237147d1881"}}'
2026-05-08 15:08:11,063 86794 INFO [tempest.common.waiters] volume a4aaa018-2078-484f-8eb1-8edfdda7a173 reached available after waiting for 0.063130 seconds
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/base.py", line 211, in server_check_teardown
waiters.wait_for_server_status(cls.servers_client,
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 59f153bd-d541-48e8-ac21-90821fc99d00 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-08T13:07:57Z', 'message': 'libvirtError'}.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 71, in tearDown
self.server_check_teardown()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 216, in server_check_teardown
waiters.wait_for_server_termination(cls.servers_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
raise lib_exc.DeleteErrorException(details, server_id=server_id)
tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server 59f153bd-d541-48e8-ac21-90821fc99d00 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-05-08T13:07:57Z', 'message': 'libvirtError'}.
}}}
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/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 579, in test_resize_server_revert_with_volume_attached
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 59f153bd-d541-48e8-ac21-90821fc99d00 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-08T13:07:57Z', 'message': 'libvirtError'}.
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 1 | 1 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
fail
ft3.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-05-08 15:06:51,104 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://192.168.122.186/identity/v3/auth/tokens 0.469s
2026-05-08 15:06:51,105 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 08 May 2026 13:06:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2554', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b62ea49b-3aa2-4b0f-a69a-77f14e773796', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.186/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "password_expires_at": null}, "audit_ids": ["m-w8qA1dTX2cbbVanHALwA"], "expires_at": "2026-05-08T14:06:50.000000Z", "issued_at": "2026-05-08T13:06:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3116dceb48c744ba9b5418e284a84d24", "name": "tempest-ServerBootFromVolumeStableRescueTest-482510092"}, "is_domain": false, "roles": [{"id": "9d421d138b6e42f78f8ca5aa98abf567", "name": "member"}, {"id": "9c3e1acd1d984b9a87cf96b133d6117f", "name": "reader"}], "catalog": [{"endpoints": [{"id": "698e6f90084b4d649cd5f7c9a11d5751", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/placement", "region": "RegionOne"}], "id": "293d06ff85454da5beb757814ee18b41", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "456afce5826246f2893c97e42fb96063", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/compute/v2/3116dceb48c744ba9b5418e284a84d24", "region": "RegionOne"}], "id": "52926cb360b249f9bed21b8fea70df02", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f9945af7c6584347a03ccfd859e832ec", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/image", "region": "RegionOne"}], "id": "65f2823afa844d2d814974dc5fcd6945", "type": "image", "name": "glance"}, {"endpoints": [{"id": "408e9f3a31944a019e98e96cf3143d43", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/volume/v3", "region": "RegionOne"}], "id": "6667de1dc43245e1b7813940a666bec2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f71ff3f3b9ba468382b8b60df1127860", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/identity", "region": "RegionOne"}], "id": "d81563938c7a482d8b48198280b54988", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7f1b7e242cf541c798d4f2e59720c65c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/networking", "region": "RegionOne"}], "id": "ea7c51c9a36d4b58b01576fe904cd066", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "b2b01bdcee34421990712a31f225ea5b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/compute/v2.1", "region": "RegionOne"}], "id": "ebf2eeefc1a841a9921f395104ed4997", "type": "compute", "name": "nova"}]}}'
2026-05-08 15:06:51,106 86798 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'db2c77c2-03f7-470b-8e87-305fc53bf1cc', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2092493770-network', 'tenant_id': '3116dceb48c744ba9b5418e284a84d24', 'project_id': '3116dceb48c744ba9b5418e284a84d24', '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': 32114, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-08T13:06:39Z', 'updated_at': '2026-05-08T13:06:39Z', 'revision_number': 1} available for tenant
2026-05-08 15:06:54,829 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://192.168.122.186/compute/v2.1/servers 3.722s
2026-05-08 15:06:54,829 86798 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-529854687", "imageRef": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "flavorRef": "42", "networks": [{"uuid": "db2c77c2-03f7-470b-8e87-305fc53bf1cc"}]}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:06:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40', '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-7966b11c-e595-47e9-b11a-ba510ee1048f', 'x-compute-request-id': 'req-7966b11c-e595-47e9-b11a-ba510ee1048f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.186/compute/v2.1/servers'}
Body: b'{"server": {"id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "quGpDyKQBy4d"}}'
2026-05-08 15:06:55,652 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.815s
2026-05-08 15:06:55,652 86798 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, 08 May 2026 13:06:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1409', '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-72ea9e82-c414-4ec1-bb33-1162099a7f5f', 'x-compute-request-id': 'req-72ea9e82-c414-4ec1-bb33-1162099a7f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:55Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:06:55Z", "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-05-08 15:06:57,052 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.376s
2026-05-08 15:06:57,053 86798 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, 08 May 2026 13:06:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1409', '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-acd28cbe-6711-4319-9aed-d1c8f659bc27', 'x-compute-request-id': 'req-acd28cbe-6711-4319-9aed-d1c8f659bc27', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:55Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:06:56Z", "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-05-08 15:06:58,783 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.712s
2026-05-08 15:06:58,784 86798 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, 08 May 2026 13:06:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1461', '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-86e79b06-2ffd-4007-bceb-3553b978082a', 'x-compute-request-id': 'req-86e79b06-2ffd-4007-bceb-3553b978082a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:06:58Z", "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-05-08 15:06:58,807 86798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-05-08 15:07:00,437 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.630s
2026-05-08 15:07:00,438 86798 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, 08 May 2026 13:06:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1461', '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-faa7dd1c-24e7-4a36-b95e-a4468b443d50', 'x-compute-request-id': 'req-faa7dd1c-24e7-4a36-b95e-a4468b443d50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:06:58Z", "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-05-08 15:07:04,494 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 3.031s
2026-05-08 15:07:04,495 86798 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, 08 May 2026 13:07:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1511', '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-bf732891-7b7b-48dc-a2ee-522388aa62b7', 'x-compute-request-id': 'req-bf732891-7b7b-48dc-a2ee-522388aa62b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:01Z", "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-05-08 15:07:04,514 86798 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 9 second wait
2026-05-08 15:07:06,238 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.721s
2026-05-08 15:07:06,239 86798 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, 08 May 2026 13:07:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1509', '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-da989cbd-60fb-4167-abbd-c995383ced95', 'x-compute-request-id': 'req-da989cbd-60fb-4167-abbd-c995383ced95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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, "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-05-08 15:07:06,270 86798 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 11 second wait
2026-05-08 15:07:07,658 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.386s
2026-05-08 15:07:07,658 86798 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, 08 May 2026 13:07:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1509', '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-404e1411-2f7b-4861-80bd-cfbf14d755f0', 'x-compute-request-id': 'req-404e1411-2f7b-4861-80bd-cfbf14d755f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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, "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-05-08 15:07:09,089 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.401s
2026-05-08 15:07:09,089 86798 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, 08 May 2026 13:07:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1509', '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-05827d9f-50c6-43ae-af35-6a047ac2a1e2', 'x-compute-request-id': 'req-05827d9f-50c6-43ae-af35-6a047ac2a1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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, "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-05-08 15:07:10,718 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.606s
2026-05-08 15:07:10,718 86798 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, 08 May 2026 13:07:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1509', '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-9d835f80-5b54-459d-b342-2aebdfd25f45', 'x-compute-request-id': 'req-9d835f80-5b54-459d-b342-2aebdfd25f45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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, "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-05-08 15:07:12,491 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.748s
2026-05-08 15:07:12,491 86798 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, 08 May 2026 13:07:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1509', '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-f23cb239-348e-44ad-8a88-cf4360318f2e', 'x-compute-request-id': 'req-f23cb239-348e-44ad-8a88-cf4360318f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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, "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-05-08 15:07:13,814 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.300s
2026-05-08 15:07:13,814 86798 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, 08 May 2026 13:07:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1509', '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-d0c796cf-8f0a-49d6-8eb4-cb2ba15af5aa', 'x-compute-request-id': 'req-d0c796cf-8f0a-49d6-8eb4-cb2ba15af5aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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, "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-05-08 15:07:15,143 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.307s
2026-05-08 15:07:15,144 86798 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, 08 May 2026 13:07:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1509', '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-2147c171-46d2-4466-8223-0b5f95fde494', 'x-compute-request-id': 'req-2147c171-46d2-4466-8223-0b5f95fde494', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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-05-08 15:07:16,439 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.274s
2026-05-08 15:07:16,439 86798 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, 08 May 2026 13:07:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1706', '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-17e3ebf9-d4d7-40c9-81bb-bfc41cf83e67', 'x-compute-request-id': 'req-17e3ebf9-d4d7-40c9-81bb-bfc41cf83e67', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:a6:61"}]}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:16,460 86798 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait
2026-05-08 15:07:17,695 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40/action 1.233s
2026-05-08 15:07:17,695 86798 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: {"createImage": {"name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '52', '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-27adaefb-866a-4e7e-8949-0ef711f25d22', 'x-compute-request-id': 'req-27adaefb-866a-4e7e-8949-0ef711f25d22', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40/action'}
Body: b'{"image_id": "f86e57af-3e79-4a9d-ac68-856a914d98cb"}'
2026-05-08 15:07:17,744 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.047s
2026-05-08 15:07:17,744 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-63a86f1e-70f2-4487-9b6b-a58051e91fec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:17Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:18,844 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.099s
2026-05-08 15:07:18,845 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-52b6cf4d-381e-4623-b97c-0210835c4296', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:17Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:19,895 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.046s
2026-05-08 15:07:19,895 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ac1ae935-1a67-453b-9bef-676680f82800', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:17Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:20,959 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.061s
2026-05-08 15:07:20,959 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e3aea9b3-1087-4cf1-baac-1f0925f09606', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:17Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:22,039 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.076s
2026-05-08 15:07:22,040 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-eb15f683-da47-48e1-98e9-6ad77651f268', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:17Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:23,073 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.032s
2026-05-08 15:07:23,073 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a1cf16a-8c97-4834-ac00-afa0195ad839', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_id": "3116dceb48c744ba9b5418e284a84d24", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:23Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:24,114 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.040s
2026-05-08 15:07:24,115 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8003f5e0-9c4e-4b94-b533-5cbbd72a41fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_id": "3116dceb48c744ba9b5418e284a84d24", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:24Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:25,191 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.067s
2026-05-08 15:07:25,191 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ac692e91-1689-45bb-910e-eab4a999e289', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_id": "3116dceb48c744ba9b5418e284a84d24", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 23527424, "virtual_size": 1073741824, "status": "active", "checksum": "4fa343ee581d8d2e78533191fd1ac3e1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ce92ca45dcf61870ad6a7e800c83c8c792b8daf50afdc3ef36aaa0e766bb2f647615ee8f26a36f9db6d49a52db6847e1cffb6f598492ed977705373ddae923e0", "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:25Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:25,278 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.085s
2026-05-08 15:07:25,278 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-039f370e-14ce-428a-b3d6-f216ec152c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_id": "3116dceb48c744ba9b5418e284a84d24", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 23527424, "virtual_size": 1073741824, "status": "active", "checksum": "4fa343ee581d8d2e78533191fd1ac3e1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ce92ca45dcf61870ad6a7e800c83c8c792b8daf50afdc3ef36aaa0e766bb2f647615ee8f26a36f9db6d49a52db6847e1cffb6f598492ed977705373ddae923e0", "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:25Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:25,565 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40 0.285s
2026-05-08 15:07:25,565 86798 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, 08 May 2026 13:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1706', '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-a28fa95f-738b-4e29-89fa-e7d1074132e2', 'x-compute-request-id': 'req-a28fa95f-738b-4e29-89fa-e7d1074132e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:a6:61"}]}, "created": "2026-05-08T13:06:54Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "f35c6024-4f78-4a79-9c1b-adef43633e40", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/f35c6024-4f78-4a79-9c1b-adef43633e40"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-529854687", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:25,651 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://192.168.122.186/identity/v3/auth/tokens 0.064s
2026-05-08 15:07:25,652 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2554', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-35cb72b3-f732-41ab-b1cc-952c1d30e674', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.186/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e6990d0332174028acdd43a8a9507de6", "name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "password_expires_at": null}, "audit_ids": ["7I_WAERmRQS-5cpHLP2ByA"], "expires_at": "2026-05-08T14:07:25.000000Z", "issued_at": "2026-05-08T13:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3116dceb48c744ba9b5418e284a84d24", "name": "tempest-ServerBootFromVolumeStableRescueTest-482510092"}, "is_domain": false, "roles": [{"id": "9d421d138b6e42f78f8ca5aa98abf567", "name": "member"}, {"id": "9c3e1acd1d984b9a87cf96b133d6117f", "name": "reader"}], "catalog": [{"endpoints": [{"id": "698e6f90084b4d649cd5f7c9a11d5751", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/placement", "region": "RegionOne"}], "id": "293d06ff85454da5beb757814ee18b41", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "456afce5826246f2893c97e42fb96063", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/compute/v2/3116dceb48c744ba9b5418e284a84d24", "region": "RegionOne"}], "id": "52926cb360b249f9bed21b8fea70df02", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "f9945af7c6584347a03ccfd859e832ec", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/image", "region": "RegionOne"}], "id": "65f2823afa844d2d814974dc5fcd6945", "type": "image", "name": "glance"}, {"endpoints": [{"id": "408e9f3a31944a019e98e96cf3143d43", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/volume/v3", "region": "RegionOne"}], "id": "6667de1dc43245e1b7813940a666bec2", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f71ff3f3b9ba468382b8b60df1127860", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/identity", "region": "RegionOne"}], "id": "d81563938c7a482d8b48198280b54988", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7f1b7e242cf541c798d4f2e59720c65c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/networking", "region": "RegionOne"}], "id": "ea7c51c9a36d4b58b01576fe904cd066", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "b2b01bdcee34421990712a31f225ea5b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.186/compute/v2.1", "region": "RegionOne"}], "id": "ebf2eeefc1a841a9921f395104ed4997", "type": "compute", "name": "nova"}]}}'
2026-05-08 15:07:25,652 86798 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'db2c77c2-03f7-470b-8e87-305fc53bf1cc', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-2092493770-network', 'tenant_id': '3116dceb48c744ba9b5418e284a84d24', 'project_id': '3116dceb48c744ba9b5418e284a84d24', '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': 32114, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-05-08T13:06:39Z', 'updated_at': '2026-05-08T13:06:39Z', 'revision_number': 1} available for tenant
2026-05-08 15:07:26,292 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://192.168.122.186/compute/v2.1/servers 0.638s
2026-05-08 15:07:26,293 86798 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-997870965", "imageRef": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "delete_on_termination": "true", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "db2c77c2-03f7-470b-8e87-305fc53bf1cc"}]}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4', '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-8028babc-de50-4f61-ad38-9609ddda35fc', 'x-compute-request-id': 'req-8028babc-de50-4f61-ad38-9609ddda35fc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.186/compute/v2.1/servers'}
Body: b'{"server": {"id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6kKbJ3aoT7Hu"}}'
2026-05-08 15:07:26,418 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.121s
2026-05-08 15:07:26,418 86798 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, 08 May 2026 13:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1409', '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-d1cd0992-622e-4ddb-acc6-6dd01e0194ea', 'x-compute-request-id': 'req-d1cd0992-622e-4ddb-acc6-6dd01e0194ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:26Z", "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-05-08 15:07:27,619 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.184s
2026-05-08 15:07:27,619 86798 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, 08 May 2026 13:07:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1413', '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-c850f980-fdc7-45bd-8475-815c098de8dc', 'x-compute-request-id': 'req-c850f980-fdc7-45bd-8475-815c098de8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": "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-05-08 15:07:28,825 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.182s
2026-05-08 15:07:28,825 86798 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, 08 May 2026 13:07:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1461', '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-32c78b0d-2d37-48cf-bb12-2a51b1686e2b', 'x-compute-request-id': 'req-32c78b0d-2d37-48cf-bb12-2a51b1686e2b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:28,845 86798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-08 15:07:30,019 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.173s
2026-05-08 15:07:30,020 86798 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, 08 May 2026 13:07:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1461', '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-89112ab7-bbfe-45cb-92eb-7b49356c0944', 'x-compute-request-id': 'req-89112ab7-bbfe-45cb-92eb-7b49356c0944', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:31,167 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.128s
2026-05-08 15:07:31,168 86798 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, 08 May 2026 13:07:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1469', '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-d584c0b1-ebdb-4828-8e3e-3f26c2373104', 'x-compute-request-id': 'req-d584c0b1-ebdb-4828-8e3e-3f26c2373104', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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, "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-05-08 15:07:31,187 86798 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-08 15:07:32,417 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.229s
2026-05-08 15:07:32,417 86798 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, 08 May 2026 13:07:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1521', '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-15513095-c526-48d5-8e30-2c1094c512c4', 'x-compute-request-id': 'req-15513095-c526-48d5-8e30-2c1094c512c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:32,433 86798 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-05-08 15:07:33,847 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.413s
2026-05-08 15:07:33,848 86798 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, 08 May 2026 13:07:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1521', '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-ae3a7415-1dbd-4fad-91d7-d9dda2bfb5e7', 'x-compute-request-id': 'req-ae3a7415-1dbd-4fad-91d7-d9dda2bfb5e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:35,116 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.249s
2026-05-08 15:07:35,117 86798 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, 08 May 2026 13:07:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1521', '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-b1ca3ce8-eb12-481c-85ca-67829e25359c', 'x-compute-request-id': 'req-b1ca3ce8-eb12-481c-85ca-67829e25359c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:36,379 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.231s
2026-05-08 15:07:36,380 86798 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, 08 May 2026 13:07:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1521', '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-0c76b635-09cf-4fcc-afa9-18aac19792a7', 'x-compute-request-id': 'req-0c76b635-09cf-4fcc-afa9-18aac19792a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:37,628 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.228s
2026-05-08 15:07:37,628 86798 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, 08 May 2026 13:07:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1521', '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-b8c35813-58aa-4ceb-bdc2-30071f1689db', 'x-compute-request-id': 'req-b8c35813-58aa-4ceb-bdc2-30071f1689db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:38,934 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.290s
2026-05-08 15:07:38,935 86798 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, 08 May 2026 13:07:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1598', '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-3380ad8f-8a7a-42d4-aa31-fbd538d3f9f0', 'x-compute-request-id': 'req-3380ad8f-8a7a-42d4-aa31-fbd538d3f9f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07: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": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:40,316 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.358s
2026-05-08 15:07:40,317 86798 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, 08 May 2026 13:07:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1586', '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-64e4168c-20ca-427e-bc66-4a996d114c3e', 'x-compute-request-id': 'req-64e4168c-20ca-427e-bc66-4a996d114c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:40,332 86798 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 14 second wait
2026-05-08 15:07:41,557 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.224s
2026-05-08 15:07:41,558 86798 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, 08 May 2026 13:07:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1586', '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-1b5fef8f-7a2b-4013-88b5-fb216ba5c20b', 'x-compute-request-id': 'req-1b5fef8f-7a2b-4013-88b5-fb216ba5c20b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:43,400 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.826s
2026-05-08 15:07:43,401 86798 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, 08 May 2026 13:07:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1586', '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-22ef3de3-5490-4359-a311-2baeaf2a36c2', 'x-compute-request-id': 'req-22ef3de3-5490-4359-a311-2baeaf2a36c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:44,839 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.412s
2026-05-08 15:07:44,839 86798 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, 08 May 2026 13:07:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1586', '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-46994950-fc39-4963-9710-83e72303d04c', 'x-compute-request-id': 'req-46994950-fc39-4963-9710-83e72303d04c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "BUILD", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:46,164 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.306s
2026-05-08 15:07:46,164 86798 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, 08 May 2026 13:07:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1782', '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-f270e8a9-87d1-4ae4-89d4-d9e2fc2352c6', 'x-compute-request-id': 'req-f270e8a9-87d1-4ae4-89d4-d9e2fc2352c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:46,184 86798 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait
2026-05-08 15:07:46,390 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 PATCH http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.205s
2026-05-08 15:07:46,390 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': '<omitted>'}
Body: [{"add": "/hw_rescue_bus", "value": "virtio"}]
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1187d907-ae54-42c3-b57b-efc54bfbe4a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_id": "3116dceb48c744ba9b5418e284a84d24", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "hw_rescue_bus": "virtio", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 23527424, "virtual_size": 1073741824, "status": "active", "checksum": "4fa343ee581d8d2e78533191fd1ac3e1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ce92ca45dcf61870ad6a7e800c83c8c792b8daf50afdc3ef36aaa0e766bb2f647615ee8f26a36f9db6d49a52db6847e1cffb6f598492ed977705373ddae923e0", "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:46Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:46,529 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 PATCH http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb 0.137s
2026-05-08 15:07:46,529 86798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': '<omitted>'}
Body: [{"add": "/hw_rescue_device", "value": "disk"}]
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1693', 'content-type': 'application/json', 'x-openstack-request-id': 'req-92285dd5-1170-4784-9d4a-d39518992476', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/image/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb'}
Body: b'{"base_image_ref": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "f35c6024-4f78-4a79-9c1b-adef43633e40", "owner_id": "3116dceb48c744ba9b5418e284a84d24", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-482510092-project-member", "user_id": "e6990d0332174028acdd43a8a9507de6", "hw_rescue_device": "disk", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-815766715", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 23527424, "virtual_size": 1073741824, "status": "active", "checksum": "4fa343ee581d8d2e78533191fd1ac3e1", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3116dceb48c744ba9b5418e284a84d24", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ce92ca45dcf61870ad6a7e800c83c8c792b8daf50afdc3ef36aaa0e766bb2f647615ee8f26a36f9db6d49a52db6847e1cffb6f598492ed977705373ddae923e0", "id": "f86e57af-3e79-4a9d-ac68-856a914d98cb", "created_at": "2026-05-08T13:07:17Z", "updated_at": "2026-05-08T13:07:46Z", "tags": [], "self": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb", "file": "/v2/images/f86e57af-3e79-4a9d-ac68-856a914d98cb/file", "schema": "/v2/schemas/image"}'
2026-05-08 15:07:47,015 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 POST http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4/action 0.485s
2026-05-08 15:07:47,015 86798 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: {"rescue": {"rescue_image_ref": "f86e57af-3e79-4a9d-ac68-856a914d98cb"}}
Response - Headers: {'date': 'Fri, 08 May 2026 13:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '29', '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-20c5a329-695a-447f-bc77-15c08c4659e9', 'x-compute-request-id': 'req-20c5a329-695a-447f-bc77-15c08c4659e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4/action'}
Body: b'{"adminPass": "qvdUmZDbR8Qv"}'
2026-05-08 15:07:47,707 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.690s
2026-05-08 15:07:47,707 86798 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, 08 May 2026 13:07:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1788', '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-15e609eb-d7a8-4301-8089-95280a92c418', 'x-compute-request-id': 'req-15e609eb-d7a8-4301-8089-95280a92c418', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:48,922 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.196s
2026-05-08 15:07:48,922 86798 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, 08 May 2026 13:07:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1788', '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-56a4464c-18a4-49f1-883d-12cac4f4e304', 'x-compute-request-id': 'req-56a4464c-18a4-49f1-883d-12cac4f4e304', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:50,172 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.233s
2026-05-08 15:07:50,172 86798 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, 08 May 2026 13:07:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1788', '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-ad2b84ab-a88e-4c0a-bc01-85d4d7b4457a', 'x-compute-request-id': 'req-ad2b84ab-a88e-4c0a-bc01-85d4d7b4457a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:52,104 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.914s
2026-05-08 15:07:52,104 86798 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, 08 May 2026 13:07:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1788', '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-fe0b2ecd-8802-4064-8db6-d8883cee6084', 'x-compute-request-id': 'req-fe0b2ecd-8802-4064-8db6-d8883cee6084', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:53,949 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.823s
2026-05-08 15:07:53,949 86798 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, 08 May 2026 13:07:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1788', '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-836b3b1d-63ef-4006-af75-c8761c80ba5c', 'x-compute-request-id': 'req-836b3b1d-63ef-4006-af75-c8761c80ba5c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:55,407 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.436s
2026-05-08 15:07:55,407 86798 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, 08 May 2026 13:07:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1788', '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-7664a6dc-bfe0-43c2-ad74-23271797b342', 'x-compute-request-id': 'req-7664a6dc-bfe0-43c2-ad74-23271797b342', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:58,226 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 1.799s
2026-05-08 15:07:58,227 86798 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, 08 May 2026 13:07:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1788', '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-609257b0-80df-4e12-b1c1-d3422ad6763d', 'x-compute-request-id': 'req-609257b0-80df-4e12-b1c1-d3422ad6763d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ACTIVE", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:59,967 86798 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4 0.721s
2026-05-08 15:07:59,968 86798 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, 08 May 2026 13:07:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '2100', '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-daacf5cf-8951-449c-8f54-1fe22086d3df', 'x-compute-request-id': 'req-daacf5cf-8951-449c-8f54-1fe22086d3df', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-2092493770-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c5:f6:fe"}]}, "created": "2026-05-08T13:07:26Z", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "hostId": "015f88382ce7effb146d2dc6635669b689ae3c83b3d2a14c3eae144a", "id": "c07d1353-5c60-406f-bd5b-a9d587dae1b4", "image": {"id": "d1646f16-3cf5-438c-88fb-7f51a95dd45e", "links": [{"rel": "bookmark", "href": "http://192.168.122.186/compute/images/d1646f16-3cf5-438c-88fb-7f51a95dd45e"}]}, "links": [{"rel": "self", "href": "http://192.168.122.186/compute/v2.1/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}, {"rel": "bookmark", "href": "http://192.168.122.186/compute/servers/c07d1353-5c60-406f-bd5b-a9d587dae1b4"}], "metadata": {}, "name": "tempest-ServerBootFromVolumeStableRescueTest-server-997870965", "status": "ERROR", "tenant_id": "3116dceb48c744ba9b5418e284a84d24", "user_id": "e6990d0332174028acdd43a8a9507de6", "updated": "2026-05-08T13:07:59Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 400, "created": "2026-05-08T13:07:59Z", "message": "Instance c07d1353-5c60-406f-bd5b-a9d587dae1b4 cannot be rescued: Driver Error: Cannot access storage file \'/opt/stack/data/nova/mnt/45e03f962f654f4e5f61920df5138451/volume-7b72e363-9c3d-4d39-98a9-b48622669c6e\' (as uid:64055, gid:994): No such file or dire"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2026-05-08T13:07:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "7b72e363-9c3d-4d39-98a9-b48622669c6e", "delete_on_termination": true}], "locked": false, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": [], "locked_reason": null}}'
2026-05-08 15:07:59,989 86798 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "ERROR/rescuing" after 12 second wait
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 293, in test_stable_device_rescue_bfv_blank_volume
self._test_stable_device_rescue(server, rescue_image_id)
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 168, in _test_stable_device_rescue
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 c07d1353-5c60-406f-bd5b-a9d587dae1b4 failed to build and is in ERROR status
Details: Fault: {'code': 400, 'created': '2026-05-08T13:07:59Z', 'message': "Instance c07d1353-5c60-406f-bd5b-a9d587dae1b4 cannot be rescued: Driver Error: Cannot access storage file '/opt/stack/data/nova/mnt/45e03f962f654f4e5f61920df5138451/volume-7b72e363-9c3d-4d39-98a9-b48622669c6e' (as uid:64055, gid:994): No such file or dire"}.
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt3.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt4.2: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt5.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
pt6.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt6.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
pt7.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt7.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
pt8.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
pt8.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
pt8.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
pt8.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt9.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt9.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
| 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
pt10.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
pt10.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
pt10.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
pt10.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
pt11.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
pt11.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
pt12.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt12.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
pt13.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt13.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
pt14.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt14.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
pt15.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt15.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 | |
ProjectAdminTests33) |
skip
pt16.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests33) |
skip
pt16.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectReaderTests39) |
skip
pt16.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests39) |
skip
pt16.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectMemberTests39) |
skip
pt16.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests33) |
skip
pt16.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectReaderTests) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt17.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
ProjectAdminTests) |
skip
pt17.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt18.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
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt19.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
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt20.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
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt21.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt21.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt21.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt21.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
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt22.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
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt23.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
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt24.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
pt25.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt25.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
pt26.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt26.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt26.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt27.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
pt28.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
pt29.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
pt30.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
pt31.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt32.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt33.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
pt34.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt34.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt35.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt36.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt37.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt38.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt39.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt40.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt40.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt41.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt42.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt43.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt44.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt45.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt46.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt47.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt48.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt48.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt49.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt49.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt50.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt50.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt51.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt51.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt52.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt52.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt52.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt53.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt54.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt55.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt55.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt55.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt55.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt55.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt55.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt56.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt56.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt56.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt56.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt56.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt56.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt56.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt56.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt57.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt57.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt58.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt58.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt58.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt59.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt63.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt66.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt66.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt66.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt66.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt66.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt66.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt73.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt74.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
pt74.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
pt74.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt74.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt74.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt77.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
pt77.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
pt78.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
pt78.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt82.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt82.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
pt82.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
pt82.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
pt82.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
pt82.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt83.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt84.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt85.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt86.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt87.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt87.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt88.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt88.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt89.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt90.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt90.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt91.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt91.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt92.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt92.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt93.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt93.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt94.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt94.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt95.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt95.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt95.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt95.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt95.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt95.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt96.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt97.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
pt98.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
pt98.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
pt99.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
pt99.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
pt99.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
pt100.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.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
pt101.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt102.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.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
pt102.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt103.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
pt103.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
pt103.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
pt103.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt104.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt106.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt107.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt108.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt109.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt110.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt111.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| Total | 318 | 259 | 3 | 0 | 56 | ||