Status: Pass 77 Failure 88 Skip 55
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
fail
ft1.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:17,536 80726 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 500 POST http://192.168.122.173/volume/v3/volumes 0.395s
2025-11-13 06:26:17,536 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"'imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-347299920"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c17ce38-20ed-4bb1-ac9d-bd8735d372da', 'x-openstack-request-id': 'req-0c17ce38-20ed-4bb1-ac9d-bd8735d372da', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 101, in test_create_from_image_multiple
res = self._create_multiple_resource(self.create_volume,
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 251, in _create_multiple_resource
res.append(callback(**kwargs)['id'])
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
fail
ft1.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:47,079 84691 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 500 POST http://192.168.122.173/volume/v3/volumes 0.599s
2025-11-13 06:26:47,079 84691 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"'imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-169515614"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ab8888-68d9-4f79-8842-7bb4890a1623', 'x-openstack-request-id': 'req-45ab8888-68d9-4f79-8842-7bb4890a1623', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 101, in test_create_from_image_multiple
res = self._create_multiple_resource(self.create_volume,
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 251, in _create_multiple_resource
res.append(callback(**kwargs)['id'])
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
fail
ft2.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:19,205 80726 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 500 POST http://192.168.122.173/volume/v3/volumes 0.364s
2025-11-13 06:26:19,205 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-171707465"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-1824cdc3-13fa-4278-84e6-6d65de69d38a', 'x-openstack-request-id': 'req-1824cdc3-13fa-4278-84e6-6d65de69d38a', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot
volume = self.create_volume()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
fail
ft2.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:49,568 84691 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 500 POST http://192.168.122.173/volume/v3/volumes 0.479s
2025-11-13 06:26:49,568 84691 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-33359607"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-531a2a82-293d-4a22-b037-1681702ff05e', 'x-openstack-request-id': 'req-531a2a82-293d-4a22-b037-1681702ff05e', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot
volume = self.create_volume()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
fail
ft3.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:01,497 80728 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.551s
2025-11-13 06:22:01,498 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-2042780892"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ea65e4-47a4-4472-8b7f-05db8e1de09a', 'x-openstack-request-id': 'req-d2ea65e4-47a4-4472-8b7f-05db8e1de09a', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume
volume = self.create_volume()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
fail
ft3.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:47,011 84686 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.565s
2025-11-13 06:26:47,011 84686 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1224404753"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f97bd0d-41b4-4563-bfa6-beaddcf9b5b3', 'x-openstack-request-id': 'req-5f97bd0d-41b4-4563-bfa6-beaddcf9b5b3', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume
volume = self.create_volume()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 0 | 2 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
fail
ft4.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:25:56,757 80730 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 500 POST http://192.168.122.173/volume/v3/volumes 0.421s
2025-11-13 06:25:56,757 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumeDependencyTests-Volume-533529028"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bb0ab04-9723-4f3b-a5e7-09687c99eb2b', 'x-openstack-request-id': 'req-6bb0ab04-9723-4f3b-a5e7-09687c99eb2b', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 58, in test_delete_source_snapshot
source_volume = self.create_volume()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
fail
ft4.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:47,493 84688 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 500 POST http://192.168.122.173/volume/v3/volumes 0.925s
2025-11-13 06:26:47,493 84688 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumeDependencyTests-Volume-1063976798"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-9da203bf-9cba-4317-97c0-cbc57dc1c356', 'x-openstack-request-id': 'req-9da203bf-9cba-4317-97c0-cbc57dc1c356', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_dependency.py", line 58, in test_delete_source_snapshot
source_volume = self.create_volume()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 98, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 0 | 2 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
fail
ft5.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:35,092 80726 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 500 POST http://192.168.122.173/volume/v3/volumes 0.628s
2025-11-13 06:26:35,093 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1076788453", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-399ef756-4f31-4579-be2b-8156defce779', 'x-openstack-request-id': 'req-399ef756-4f31-4579-be2b-8156defce779', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 139, in test_snapshot_removal
volume_1 = self.create_volume()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 395, in create_volume
volume = client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
fail
ft5.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:27:01,353 84684 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 500 POST http://192.168.122.173/volume/v3/volumes 0.436s
2025-11-13 06:27:01,353 84684 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1354281581", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:27:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-99ee88c6-b810-4a74-a25d-923125a6f45d', 'x-openstack-request-id': 'req-99ee88c6-b810-4a74-a25d-923125a6f45d', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 139, in test_snapshot_removal
volume_1 = self.create_volume()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 395, in create_volume
volume = client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode | 2 | 0 | 2 | 0 | 0 | Detail | |
CinderUnicodeTest) |
fail
ft6.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup
cls.volume = cls.create_volume_with_args(name=cls.volume_name)
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 48, in create_volume_with_args
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
CinderUnicodeTest) |
fail
ft6.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup
cls.volume = cls.create_volume_with_args(name=cls.volume_name)
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 48, in create_volume_with_args
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsV293TestJSON) |
fail
ft7.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup
cls.server_id = cls.recreate_server(None, volume_backed=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 261, in create_test_server
volume = volumes_client.create_volume(**params)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.compute.volumes.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesTestJSON) |
fail
ft8.1: setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup
volume = cls.create_volume(metadata=metadata)
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshots_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotsActionsTest) |
fail
ft9.1: setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasNegativeTestJSON) |
fail
ft10.1: setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft11.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListAdminTestJSON) |
fail
ft12.1: setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup
volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_image_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesImageMetadata) |
fail
ft13.1: setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup
cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_snapshot_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
SnapshotMetadataTestJSON) |
fail
ft14.1: setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_volume_absolute_limits | 1 | 0 | 1 | 0 | 0 | Detail | |
AbsoluteLimitsTests) |
fail
ft15.1: setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_volume_metadata | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesMetadataTest) |
fail
ft16.1: setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_volumes_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesActionsTest) |
fail
ft17.1: setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_volumes_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesListTestJSON) |
fail
ft18.1: setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup
volume = cls.create_volume(metadata=cls.metadata)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft19.1: setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup
cls.volume = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft20.1: setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup
cls.volume_origin = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (tempest.api.volume.test_volumes_snapshots_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotListTestJSON) |
fail
ft21.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup
volume_origin = cls.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tearDownClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeRetypeWithoutMigrationTest) |
fail
ft22.1: tearDownClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest)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.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Target volume type is still in use.'}, <traceback object at 0x7f1552ab6d40>)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
fail
ft23.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:16:54,887 80728 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 500 POST http://192.168.122.173/volume/v3/volumes 1.595s
2025-11-13 06:16:54,888 80728 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-VolumesAssistedSnapshotsTest-volume-725847265"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b205756-9fc5-4b9b-87a2-76aa263f4d35', 'x-openstack-request-id': 'req-1b205756-9fc5-4b9b-87a2-76aa263f4d35', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 56, in test_volume_assisted_snapshot_create_delete
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
fail
ft24.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:16:45,933 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8 0.105s
2025-11-13 06:16:45,933 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed582d72-d147-49a6-8680-15f11d6da1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8'}
Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e281381fe7274b3889e257d8f7a35cbd", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "created_at": "2025-11-13T05:13:33Z", "updated_at": "2025-11-13T05:13:34Z", "tags": [], "self": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "file": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8/file", "schema": "/v2/schemas/image"}'
2025-11-13 06:16:46,579 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://192.168.122.173/image/v2/images 0.605s
2025-11-13 06:16:46,579 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-20eb066d-4efc-4726-8951-8208facc7d40', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/image/v2/images'}
Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "8ee12b2bf1324c50bb31d7bd5236e914", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "created_at": "2025-11-13T05:16:47Z", "updated_at": "2025-11-13T05:16:47Z", "tags": [], "self": "/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "file": "/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da/file", "schema": "/v2/schemas/image"}'
2025-11-13 06:16:47,657 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://192.168.122.173/image/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da/file 1.076s
2025-11-13 06:16:47,657 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7fb1e60d2fe0>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-efc7f32f-5c6e-4a3a-b652-056d45d1030a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/image/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da/file'}
Body: b''
2025-11-13 06:16:47,658 80726 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:16:47,658 80726 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:16:47,763 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.104s
2025-11-13 06:16:47,763 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1013876843", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEKs4tp45NKDMm5O42kik6/VvdhVNeaYNsF0+giarRkTOOYBW8fWkn2kbQ1i8Ke3r7JWQXeVLI2JYscaYZ9lyP7VhQjI+qzLfG0DFAPxRThgsHzM0NWhj+ws+4OD5WHRvw=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ad061e-5523-4e98-b3fc-8042afc68bd4', 'x-compute-request-id': 'req-a7ad061e-5523-4e98-b3fc-8042afc68bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1013876843", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEKs4tp45NKDMm5O42kik6/VvdhVNeaYNsF0+giarRkTOOYBW8fWkn2kbQ1i8Ke3r7JWQXeVLI2JYscaYZ9lyP7VhQjI+qzLfG0DFAPxRThgsHzM0NWhj+ws+4OD5WHRvw==", "fingerprint": "93:37:a9:86:bb:d7:de:a7:60:02:cd:29:86:58:cd:e5", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a"}}'
2025-11-13 06:16:47,765 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1013876843 created
2025-11-13 06:16:49,603 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 1.837s
2025-11-13 06:16:49,604 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1297028536", "description": "tempest-description--1600690236"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-5697cef5-c06c-442f-a896-b866e7b42a84', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "2258825e-7e4d-48ff-a4d6-4375b7baa90d", "name": "tempest-securitygroup--1297028536", "stateful": true, "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "project_id": "0e79bcc4bd2345579211841486aa81e8", "description": "tempest-description--1600690236", "shared": false, "security_group_rules": [{"id": "1704d456-709b-467c-9ee2-2f246b423613", "project_id": "0e79bcc4bd2345579211841486aa81e8", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "security_group_id": "2258825e-7e4d-48ff-a4d6-4375b7baa90d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 154, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:16:49Z", "updated_at": "2025-11-13T05:16:49Z", "revision_number": 0}, {"id": "ad6ef1a2-56c1-4b4e-a17e-068021f32fcb", "project_id": "0e79bcc4bd2345579211841486aa81e8", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "security_group_id": "2258825e-7e4d-48ff-a4d6-4375b7baa90d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 155, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:16:49Z", "updated_at": "2025-11-13T05:16:49Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:16:49Z", "updated_at": "2025-11-13T05:16:49Z", "revision_number": 1}}'
2025-11-13 06:16:53,374 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 3.769s
2025-11-13 06:16:53,374 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "2258825e-7e4d-48ff-a4d6-4375b7baa90d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f25ea4b5-a79f-4a0a-8d07-c7353fbe0b68', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9caeb43d-e0d9-44e1-805a-f6e9c370edb3", "project_id": "0e79bcc4bd2345579211841486aa81e8", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "security_group_id": "2258825e-7e4d-48ff-a4d6-4375b7baa90d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:16:53Z", "updated_at": "2025-11-13T05:16:53Z", "revision_number": 0}}'
2025-11-13 06:16:53,707 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.333s
2025-11-13 06:16:53,708 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "2258825e-7e4d-48ff-a4d6-4375b7baa90d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4f4eebd2-599c-4685-9ff2-168dc10ce65c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "cd48e62e-800e-4578-80d3-bcedf7e179c1", "project_id": "0e79bcc4bd2345579211841486aa81e8", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "security_group_id": "2258825e-7e4d-48ff-a4d6-4375b7baa90d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:16:53Z", "updated_at": "2025-11-13T05:16:53Z", "revision_number": 0}}'
2025-11-13 06:16:53,708 80726 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1297028536 created
2025-11-13 06:16:54,343 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 0.634s
2025-11-13 06:16:54,343 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e3328089-51ec-4c82-a94c-074739e78ea9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "a374723a-98d5-4a8c-9e1a-125009006a82", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "project_id": "0e79bcc4bd2345579211841486aa81e8", "floating_ip_address": "172.24.4.19", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:16:54Z", "updated_at": "2025-11-13T05:16:54Z", "revision_number": 0}}'
2025-11-13 06:16:54,343 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a374723a-98d5-4a8c-9e1a-125009006a82', 'tenant_id': '0e79bcc4bd2345579211841486aa81e8', 'project_id': '0e79bcc4bd2345579211841486aa81e8', 'floating_ip_address': '172.24.4.19', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:16:54Z', 'updated_at': '2025-11-13T05:16:54Z', 'revision_number': 0, 'ip': '172.24.4.19'} created
2025-11-13 06:16:54,383 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.035s
2025-11-13 06:16:54,383 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-71fe7cb1-8e33-4146-a1f1-12fa38414ed2', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3b7f2b0fb49541aab0d50bc24273ca2a", "name": "tempest-AttachSCSIVolumeTestJSON-1578656444-project-member", "password_expires_at": null}, "audit_ids": ["xodCyUCFSAWSwIffp69-RA"], "expires_at": "2025-11-13T06:16:54.000000Z", "issued_at": "2025-11-13T05:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e79bcc4bd2345579211841486aa81e8", "name": "tempest-AttachSCSIVolumeTestJSON-1578656444"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/0e79bcc4bd2345579211841486aa81e8", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:16:54,384 80726 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '3e3964a3-27d9-431a-82d7-2197acefb453', 'name': 'tempest-AttachSCSIVolumeTestJSON-619266327-network', 'tenant_id': '0e79bcc4bd2345579211841486aa81e8', 'project_id': '0e79bcc4bd2345579211841486aa81e8', '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': 2229, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:16:17Z', 'updated_at': '2025-11-13T05:16:18Z', 'revision_number': 1} available for tenant
2025-11-13 06:16:54,384 80726 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1013876843', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEKs4tp45NKDMm5O42kik6/VvdhVNeaYNsF0+giarRkTOOYBW8fWkn2kbQ1i8Ke3r7JWQXeVLI2JYscaYZ9lyP7VhQjI+qzLfG0DFAPxRThgsHzM0NWhj+ws+4OD5WHRvw==', 'fingerprint': '93:37:a9:86:bb:d7:de:a7:60:02:cd:29:86:58:cd:e5', 'user_id': '3b7f2b0fb49541aab0d50bc24273ca2a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDyGVAGKIVozPpyu8QlaYoPSwLCnRgcPX3wZ2bF7nCDTm90SvFFLIGi\n55rVDm9Wt42gBwYFK4EEACKhZANiAARCrOLaeOTSgzJuTuNpIpOv1b3YVTXmmDbB\ndPoImq0ZEzjmAVvH1pJ9pG0NYvCnt6+yVkF3lSyNiWLHGmGfZcj+1YUIyPqsy3xt\nAxQD8UU4YLB8zNDVoY/sLPuDg+Vh0b8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2258825e-7e4d-48ff-a4d6-4375b7baa90d', 'name': 'tempest-securitygroup--1297028536', 'stateful': True, 'tenant_id': '0e79bcc4bd2345579211841486aa81e8', 'project_id': '0e79bcc4bd2345579211841486aa81e8', 'description': 'tempest-description--1600690236', 'shared': False, 'security_group_rules': [{'id': '1704d456-709b-467c-9ee2-2f246b423613', 'project_id': '0e79bcc4bd2345579211841486aa81e8', 'tenant_id': '0e79bcc4bd2345579211841486aa81e8', 'security_group_id': '2258825e-7e4d-48ff-a4d6-4375b7baa90d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 154, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:16:49Z', 'updated_at': '2025-11-13T05:16:49Z', 'revision_number': 0}, {'id': 'ad6ef1a2-56c1-4b4e-a17e-068021f32fcb', 'project_id': '0e79bcc4bd2345579211841486aa81e8', 'tenant_id': '0e79bcc4bd2345579211841486aa81e8', 'security_group_id': '2258825e-7e4d-48ff-a4d6-4375b7baa90d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 155, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:16:49Z', 'updated_at': '2025-11-13T05:16:49Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:16:49Z', 'updated_at': '2025-11-13T05:16:49Z', 'revision_number': 1}, 'floating_ip': {'id': 'a374723a-98d5-4a8c-9e1a-125009006a82', 'tenant_id': '0e79bcc4bd2345579211841486aa81e8', 'project_id': '0e79bcc4bd2345579211841486aa81e8', 'floating_ip_address': '172.24.4.19', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:16:54Z', 'updated_at': '2025-11-13T05:16:54Z', 'revision_number': 0, 'ip': '172.24.4.19'}}
2025-11-13 06:16:55,040 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://192.168.122.173/compute/v2.1/servers 0.655s
2025-11-13 06:16:55,040 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "imageRef": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "3e3964a3-27d9-431a-82d7-2197acefb453"}], "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "key_name": "tempest-keypair-1013876843", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a652dc7-8ad9-45c3-8793-f70c7ec3abac', 'x-compute-request-id': 'req-2a652dc7-8ad9-45c3-8793-f70c7ec3abac', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "adminPass": "JJ32vm2E2zT6"}}'
2025-11-13 06:16:55,707 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.664s
2025-11-13 06:16:55,708 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76846710-5383-4ff8-a0ee-da0fcd75f1d9', 'x-compute-request-id': 'req-76846710-5383-4ff8-a0ee-da0fcd75f1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:55Z", "updated": "2025-11-13T05:16:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "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": []}}'
2025-11-13 06:16:57,402 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.681s
2025-11-13 06:16:57,402 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8366f6c5-bc96-4254-8219-b66406a79ebd', 'x-compute-request-id': 'req-8366f6c5-bc96-4254-8219-b66406a79ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "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": []}}'
2025-11-13 06:16:57,414 80726 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:16:58,639 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.224s
2025-11-13 06:16:58,639 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c38608e0-6392-4e79-b6c7-bdb671346c24', 'x-compute-request-id': 'req-c38608e0-6392-4e79-b6c7-bdb671346c24', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "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": []}}'
2025-11-13 06:16:59,775 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.124s
2025-11-13 06:16:59,776 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a30abcb-91df-4325-9de6-e90a0f725adc', 'x-compute-request-id': 'req-4a30abcb-91df-4325-9de6-e90a0f725adc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:16:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "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": []}}'
2025-11-13 06:16:59,786 80726 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-11-13 06:17:02,874 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 2.087s
2025-11-13 06:17:02,875 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1398', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb899f16-d50c-47ca-8fe1-9b728708cb0c', 'x-compute-request-id': 'req-eb899f16-d50c-47ca-8fe1-9b728708cb0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "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": []}}'
2025-11-13 06:17:02,887 80726 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2025-11-13 06:17:05,440 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 1.551s
2025-11-13 06:17:05,441 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64f37602-4553-443c-956f-e63addd70446', 'x-compute-request-id': 'req-64f37602-4553-443c-956f-e63addd70446', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:05,452 80726 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 10 second wait
2025-11-13 06:17:06,721 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.267s
2025-11-13 06:17:06,721 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2c23ed8-023e-46db-8fbf-d5819cf95fb5', 'x-compute-request-id': 'req-a2c23ed8-023e-46db-8fbf-d5819cf95fb5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:07,897 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.163s
2025-11-13 06:17:07,897 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d9ff8bf-970c-480b-89be-20b04606322a', 'x-compute-request-id': 'req-9d9ff8bf-970c-480b-89be-20b04606322a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:09,102 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.192s
2025-11-13 06:17:09,102 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fde125f8-6a05-46a7-a089-91f37133694c', 'x-compute-request-id': 'req-fde125f8-6a05-46a7-a089-91f37133694c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:10,643 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.529s
2025-11-13 06:17:10,644 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25fb1f10-5c0e-42c0-b91c-d2398ad485b3', 'x-compute-request-id': 'req-25fb1f10-5c0e-42c0-b91c-d2398ad485b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:12,110 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.454s
2025-11-13 06:17:12,110 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-439c0e0f-a2b6-4aba-a7ac-07f9e0fe71b0', 'x-compute-request-id': 'req-439c0e0f-a2b6-4aba-a7ac-07f9e0fe71b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:13,333 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.211s
2025-11-13 06:17:13,334 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15b87d54-948f-4b14-8107-407f59db35db', 'x-compute-request-id': 'req-15b87d54-948f-4b14-8107-407f59db35db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:14,771 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.424s
2025-11-13 06:17:14,771 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7632ef8f-dc6a-4a75-b1d2-3ed542590b2c', 'x-compute-request-id': 'req-7632ef8f-dc6a-4a75-b1d2-3ed542590b2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "BUILD", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:16,094 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.311s
2025-11-13 06:17:16,094 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1569', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dce554b-3b8e-4c47-971c-db0471a5cab2', 'x-compute-request-id': 'req-1dce554b-3b8e-4c47-971c-db0471a5cab2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "ACTIVE", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:17:15Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-619266327-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:71:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:16,105 80726 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait
2025-11-13 06:17:16,449 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0/os-interface 0.343s
2025-11-13 06:17:16,449 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea0fd805-4612-4792-b745-49edc988fd94', 'x-compute-request-id': 'req-ea0fd805-4612-4792-b745-49edc988fd94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "3e3964a3-27d9-431a-82d7-2197acefb453", "port_id": "c7f74f03-5710-4f48-b07b-c991b6707269", "mac_addr": "fa:16:3e:fb:71:3b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7a3432d5-7d22-4988-8506-020c8d051cc9", "ip_address": "10.0.0.7"}]}]}'
2025-11-13 06:17:19,319 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/a374723a-98d5-4a8c-9e1a-125009006a82 2.867s
2025-11-13 06:17:19,320 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "c7f74f03-5710-4f48-b07b-c991b6707269"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-d0fe1721-0a54-42f8-bcb6-209d26d5eb14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/a374723a-98d5-4a8c-9e1a-125009006a82'}
Body: b'{"floatingip": {"id": "a374723a-98d5-4a8c-9e1a-125009006a82", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "project_id": "0e79bcc4bd2345579211841486aa81e8", "floating_ip_address": "172.24.4.19", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "104a5733-f40a-4f29-93ba-4d9ba6775533", "port_id": "c7f74f03-5710-4f48-b07b-c991b6707269", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3e3964a3-27d9-431a-82d7-2197acefb453", "mac_address": "fa:16:3e:fb:71:3b", "admin_state_up": true, "status": "ACTIVE", "device_id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:16:54Z", "updated_at": "2025-11-13T05:17:17Z", "revision_number": 1}}'
2025-11-13 06:17:19,321 80726 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.19:22' as 'cirros' with public key authentication
2025-11-13 06:18:19,380 80726 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.19 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:18:21,938 80726 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:18:22,139 80726 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:18:22,140 80726 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.19 successfully created
2025-11-13 06:18:22,598 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 POST http://192.168.122.173/volume/v3/volumes 0.457s
2025-11-13 06:18:22,598 80726 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-AttachSCSIVolumeTestJSON-volume-353144665"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-06e1f217-6208-428a-9849-1fd66ac90514', 'x-openstack-request-id': 'req-06e1f217-6208-428a-9849-1fd66ac90514', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:18:22,787 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.187s
2025-11-13 06:18:22,788 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2300312d-3a07-49fb-8c1d-848cc56684ce', 'x-compute-request-id': 'req-2300312d-3a07-49fb-8c1d-848cc56684ce', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b''
2025-11-13 06:18:23,006 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.218s
2025-11-13 06:18:23,006 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1693', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e86cf56e-d968-4036-948e-f4823d38f070', 'x-compute-request-id': 'req-e86cf56e-d968-4036-948e-f4823d38f070', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "ACTIVE", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:18:23Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-619266327-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:71:3b"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:71:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:24,875 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.857s
2025-11-13 06:18:24,875 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1693', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e2af15b-fe2a-4410-9a3d-591072f15e61', 'x-compute-request-id': 'req-2e2af15b-fe2a-4410-9a3d-591072f15e61', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "ACTIVE", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:18:23Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-619266327-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:71:3b"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:71:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1297028536"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:26,201 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.314s
2025-11-13 06:18:26,202 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1625', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbeeae45-13b5-4dab-9cc1-77359e3c2ae2', 'x-compute-request-id': 'req-fbeeae45-13b5-4dab-9cc1-77359e3c2ae2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "ACTIVE", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:18:25Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-619266327-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:71:3b"}, {"version": 4, "addr": "172.24.4.19", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fb:71:3b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:27,406 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.192s
2025-11-13 06:18:27,406 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1346', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ee76cf0-2a91-4090-9203-e534957d9e87', 'x-compute-request-id': 'req-7ee76cf0-2a91-4090-9203-e534957d9e87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "DELETED", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:18:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:18:27.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:27,417 80726 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2025-11-13 06:18:28,583 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.165s
2025-11-13 06:18:28,583 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1346', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36799607-4286-463a-8c41-0c44faadd727', 'x-compute-request-id': 'req-36799607-4286-463a-8c41-0c44faadd727', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"server": {"id": "ab844707-ae0e-4b6b-9dcb-389d80b62de0", "name": "tempest-AttachSCSIVolumeTestJSON-server-2030842701", "status": "DELETED", "tenant_id": "0e79bcc4bd2345579211841486aa81e8", "user_id": "3b7f2b0fb49541aab0d50bc24273ca2a", "metadata": {}, "hostId": "e87c1785c5848eaaa04c481606f0ecb10566b1407907171541d892b8", "image": {"id": "bf18f344-6b88-455e-8c4c-bf9eb2d5a9da", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:54Z", "updated": "2025-11-13T05:18:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1013876843", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:18:27.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:29,640 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0 0.046s
2025-11-13 06:18:29,641 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-16dc594c-4b2c-4d53-8904-fb134d8036e6', 'x-compute-request-id': 'req-16dc594c-4b2c-4d53-8904-fb134d8036e6', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ab844707-ae0e-4b6b-9dcb-389d80b62de0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ab844707-ae0e-4b6b-9dcb-389d80b62de0 could not be found."}}'
2025-11-13 06:18:29,704 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1013876843 0.062s
2025-11-13 06:18:29,704 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:29 GMT', 'server': 'Apache/2.4.52 (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-3eda53eb-48bb-476e-b844-85ccb5f63fe8', 'x-compute-request-id': 'req-3eda53eb-48bb-476e-b844-85ccb5f63fe8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1013876843'}
Body: b''
2025-11-13 06:18:30,116 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/2258825e-7e4d-48ff-a4d6-4375b7baa90d 0.412s
2025-11-13 06:18:30,117 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3771e60a-48e2-455f-b968-5b81a48fb533', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/2258825e-7e4d-48ff-a4d6-4375b7baa90d'}
Body: b''
2025-11-13 06:18:30,151 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/2258825e-7e4d-48ff-a4d6-4375b7baa90d 0.034s
2025-11-13 06:18:30,151 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c789a965-12ce-4bc3-a725-04069d9aab67', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/2258825e-7e4d-48ff-a4d6-4375b7baa90d'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2258825e-7e4d-48ff-a4d6-4375b7baa90d does not exist", "detail": ""}}'
2025-11-13 06:18:31,209 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/a374723a-98d5-4a8c-9e1a-125009006a82 1.057s
2025-11-13 06:18:31,209 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7d72c0ee-fa26-4b5c-b0cc-98ac639bd727', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/a374723a-98d5-4a8c-9e1a-125009006a82'}
Body: b''
2025-11-13 06:18:31,329 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/image/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da 0.119s
2025-11-13 06:18:31,330 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0533bada-81b9-45a3-9143-bd36567e6887', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/image/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da'}
Body: b''
2025-11-13 06:18:31,369 80726 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.173/image/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da 0.039s
2025-11-13 06:18:31,370 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-99e8e297-9f92-4836-ae13-3b5bc7a43306', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/image/v2/images/bf18f344-6b88-455e-8c4c-bf9eb2d5a9da'}
Body: b'{"message": "No image found with ID bf18f344-6b88-455e-8c4c-bf9eb2d5a9da<br /><br />\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 116, in test_attach_scsi_disk_with_config_drive
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 0 | 1 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt25.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
fail
ft25.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:16:55,883 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.136s
2025-11-13 06:16:55,883 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5fdc00d0-b6fd-402e-9a14-016bfabf44a2', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "79ed507ad6f4442483ea990dd4a23945", "name": "tempest-VolumesAdminNegativeTest-791108436-project-member", "password_expires_at": null}, "audit_ids": ["oVJzz5ZySv2kCH0pjHYR6g"], "expires_at": "2025-11-13T06:16:55.000000Z", "issued_at": "2025-11-13T05:16:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "85bf39575fa9440782ce17a28b8d5158", "name": "tempest-VolumesAdminNegativeTest-791108436"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/85bf39575fa9440782ce17a28b8d5158", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:16:55,884 80730 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '72823c7a-df76-4c84-bd4f-e6cb86f4d380', 'name': 'tempest-VolumesAdminNegativeTest-1705030049-network', 'tenant_id': '85bf39575fa9440782ce17a28b8d5158', 'project_id': '85bf39575fa9440782ce17a28b8d5158', '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': 58559, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:16:17Z', 'updated_at': '2025-11-13T05:16:17Z', 'revision_number': 1} available for tenant
2025-11-13 06:16:58,728 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://192.168.122.173/compute/v2.1/servers 2.843s
2025-11-13 06:16:58,729 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1961613370", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "networks": [{"uuid": "72823c7a-df76-4c84-bd4f-e6cb86f4d380"}]}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-118a5acc-9e0d-4614-ac12-76bff0453934', 'x-compute-request-id': 'req-118a5acc-9e0d-4614-ac12-76bff0453934', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MMVJCe2eHfR8"}}'
2025-11-13 06:16:58,812 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.081s
2025-11-13 06:16:58,812 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87df61ea-6e99-4bf3-a87f-8adf092631e3', 'x-compute-request-id': 'req-87df61ea-6e99-4bf3-a87f-8adf092631e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:59Z", "updated": "2025-11-13T05:16:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:00,000 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.173s
2025-11-13 06:17:00,000 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-536ed10c-bafc-4294-90db-07a87fb5f78e', 'x-compute-request-id': 'req-536ed10c-bafc-4294-90db-07a87fb5f78e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:16:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:02,609 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 1.596s
2025-11-13 06:17:02,609 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28008acb-4aef-4373-a5f4-877fd033114a', 'x-compute-request-id': 'req-28008acb-4aef-4373-a5f4-877fd033114a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:02,620 80730 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 4 second wait
2025-11-13 06:17:03,866 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.245s
2025-11-13 06:17:03,866 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea925e11-d56f-491c-9ec3-384b2d5994c7', 'x-compute-request-id': 'req-ea925e11-d56f-491c-9ec3-384b2d5994c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:03,877 80730 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2025-11-13 06:17:05,826 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.947s
2025-11-13 06:17:05,827 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1344', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bc26d9d-b2f2-45ce-8c3d-ff030df1230f', 'x-compute-request-id': 'req-5bc26d9d-b2f2-45ce-8c3d-ff030df1230f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:05,838 80730 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2025-11-13 06:17:07,024 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.185s
2025-11-13 06:17:07,024 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2df6491-0d98-48dd-be14-3e9eaea9991b', 'x-compute-request-id': 'req-c2df6491-0d98-48dd-be14-3e9eaea9991b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:07,035 80730 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait
2025-11-13 06:17:08,366 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.330s
2025-11-13 06:17:08,366 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b855d250-f28a-4776-9e6e-5e64ac62eff0', 'x-compute-request-id': 'req-b855d250-f28a-4776-9e6e-5e64ac62eff0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:09,658 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.277s
2025-11-13 06:17:09,658 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52416300-0aa1-42fb-ba94-7d2afdfe08de', 'x-compute-request-id': 'req-52416300-0aa1-42fb-ba94-7d2afdfe08de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:11,021 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.351s
2025-11-13 06:17:11,021 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c717e74f-f368-4957-a588-ba2898181cb2', 'x-compute-request-id': 'req-c717e74f-f368-4957-a588-ba2898181cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:12,641 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.607s
2025-11-13 06:17:12,641 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3b241ad-ba2f-4731-bb4c-07d713fdaf12', 'x-compute-request-id': 'req-e3b241ad-ba2f-4731-bb4c-07d713fdaf12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "BUILD", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "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": []}}'
2025-11-13 06:17:14,084 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d 0.430s
2025-11-13 06:17:14,085 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1516', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7fb4f38-aad4-4a0f-bf81-9b50c15e7922', 'x-compute-request-id': 'req-e7fb4f38-aad4-4a0f-bf81-9b50c15e7922', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d'}
Body: b'{"server": {"id": "f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d", "name": "tempest-VolumesAdminNegativeTest-server-1961613370", "status": "ACTIVE", "tenant_id": "85bf39575fa9440782ce17a28b8d5158", "user_id": "79ed507ad6f4442483ea990dd4a23945", "metadata": {}, "hostId": "4607578f92cd527321b52526efed2718a3ace503979acf94b961a3bf", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:58Z", "updated": "2025-11-13T05:17:12Z", "addresses": {"tempest-VolumesAdminNegativeTest-1705030049-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:0e:08"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f334cb07-864e-4b81-9eb2-fcb1ee5d7f3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:17:11.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": []}}'
2025-11-13 06:17:14,096 80730 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2025-11-13 06:17:16,887 80730 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://192.168.122.173/volume/v3/volumes 2.790s
2025-11-13 06:17:16,887 80730 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-VolumesAdminNegativeTest-volume-895751858"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-d31903d4-f55e-4cb4-a54a-05fb77fbef4e', 'x-openstack-request-id': 'req-d31903d4-f55e-4cb4-a54a-05fb77fbef4e', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 53, in test_update_attached_volume_with_nonexistent_volume_in_uri
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft26.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:19:34,444 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.089s
2025-11-13 06:19:34,444 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2526', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1e5dc9ab-5f44-44de-aa22-5f1bdd520022', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b82cd7a7f86c42ffbe79722c7d441570", "name": "tempest-DeleteServersTestJSON-1044263839-project-member", "password_expires_at": null}, "audit_ids": ["kLaxPu1kQfmq0mHJw_s38g"], "expires_at": "2025-11-13T06:19:34.000000Z", "issued_at": "2025-11-13T05:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "112c6efb052a4945897e95adcb9bd1c8", "name": "tempest-DeleteServersTestJSON-1044263839"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/112c6efb052a4945897e95adcb9bd1c8", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:19:34,445 80726 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '9480cb7b-9e3a-48c8-827d-e29f4fa1b524', 'name': 'tempest-DeleteServersTestJSON-423752001-network', 'tenant_id': '112c6efb052a4945897e95adcb9bd1c8', 'project_id': '112c6efb052a4945897e95adcb9bd1c8', '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': 42512, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:19:26Z', 'updated_at': '2025-11-13T05:19:26Z', 'revision_number': 1} available for tenant
2025-11-13 06:19:34,999 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://192.168.122.173/compute/v2.1/servers 0.553s
2025-11-13 06:19:34,999 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1746373436", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "networks": [{"uuid": "9480cb7b-9e3a-48c8-827d-e29f4fa1b524"}]}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa495a98-76f5-49d1-82bf-38ce6d8db9c6', 'x-compute-request-id': 'req-aa495a98-76f5-49d1-82bf-38ce6d8db9c6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5i5xee3xJ7PF"}}'
2025-11-13 06:19:35,099 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.097s
2025-11-13 06:19:35,099 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62ec4ab8-dd7c-4f9d-a09e-81048b82f6d2', 'x-compute-request-id': 'req-62ec4ab8-dd7c-4f9d-a09e-81048b82f6d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:35Z", "updated": "2025-11-13T05:19:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:36,184 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.073s
2025-11-13 06:19:36,184 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72d120d6-791a-4542-817e-b02e8372e527', 'x-compute-request-id': 'req-72d120d6-791a-4542-817e-b02e8372e527', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:37,271 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.075s
2025-11-13 06:19:37,272 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c8f4a96-1a8b-4073-8d89-a4bf61415850', 'x-compute-request-id': 'req-7c8f4a96-1a8b-4073-8d89-a4bf61415850', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:37,282 80726 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:19:38,361 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.077s
2025-11-13 06:19:38,362 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc4bf77-adb6-4d74-943f-3734c2ae3591', 'x-compute-request-id': 'req-0cc4bf77-adb6-4d74-943f-3734c2ae3591', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:39,455 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.082s
2025-11-13 06:19:39,455 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1289', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9ee2fa3-02ae-4e09-ac46-42c52e232d0b', 'x-compute-request-id': 'req-f9ee2fa3-02ae-4e09-ac46-42c52e232d0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:39,472 80726 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-11-13 06:19:40,731 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.257s
2025-11-13 06:19:40,731 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95a24f22-77f9-497f-9e5b-1f8a265ede6a', 'x-compute-request-id': 'req-95a24f22-77f9-497f-9e5b-1f8a265ede6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:40,742 80726 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait
2025-11-13 06:19:42,042 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.299s
2025-11-13 06:19:42,043 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8d7dfea-7923-4a21-8692-3c17e420274e', 'x-compute-request-id': 'req-e8d7dfea-7923-4a21-8692-3c17e420274e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:42,053 80726 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:19:43,296 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.241s
2025-11-13 06:19:43,296 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e32d7c31-30b8-4fca-9d42-84bb352ab3c7', 'x-compute-request-id': 'req-e32d7c31-30b8-4fca-9d42-84bb352ab3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:44,534 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.226s
2025-11-13 06:19:44,534 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd0d3dd6-2e89-431f-a31a-3a7791f61ccb', 'x-compute-request-id': 'req-dd0d3dd6-2e89-431f-a31a-3a7791f61ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:45,710 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.164s
2025-11-13 06:19:45,710 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f88532f-3ee9-4210-92c2-84b003ee4834', 'x-compute-request-id': 'req-8f88532f-3ee9-4210-92c2-84b003ee4834', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:47,096 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.372s
2025-11-13 06:19:47,096 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df7b7146-d676-4a4d-a439-8cf41c12287e', 'x-compute-request-id': 'req-df7b7146-d676-4a4d-a439-8cf41c12287e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "BUILD", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "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": []}}'
2025-11-13 06:19:48,320 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38 0.213s
2025-11-13 06:19:48,320 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1509', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee7f8238-57c0-4b9b-9c23-085bcd87299b', 'x-compute-request-id': 'req-ee7f8238-57c0-4b9b-9c23-085bcd87299b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38'}
Body: b'{"server": {"id": "f1e107f4-3dd7-47f6-bd1e-afe473dc7f38", "name": "tempest-DeleteServersTestJSON-server-1746373436", "status": "ACTIVE", "tenant_id": "112c6efb052a4945897e95adcb9bd1c8", "user_id": "b82cd7a7f86c42ffbe79722c7d441570", "metadata": {}, "hostId": "0c3034d3945380ae0c5aabde2d03772174d55acc9e34cdcf49b7ffb7", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:34Z", "updated": "2025-11-13T05:19:48Z", "addresses": {"tempest-DeleteServersTestJSON-423752001-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:c3:c1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/f1e107f4-3dd7-47f6-bd1e-afe473dc7f38"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:19:48.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": []}}'
2025-11-13 06:19:48,332 80726 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2025-11-13 06:19:48,730 80726 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.397s
2025-11-13 06:19:48,731 80726 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-DeleteServersTestJSON-volume-676997869"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d708996-22ca-4993-9f09-fa2ed8007ea2', 'x-openstack-request-id': 'req-3d708996-22ca-4993-9f09-fa2ed8007ea2', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 117, in test_delete_server_while_in_attached_volume
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
fail
ft27.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:17:57,556 80730 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.173/networking/v2.0/networks 0.836s
2025-11-13 06:17:57,556 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-tagged-attachments-test-net-528359695"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-dda33f7a-b528-486d-aa36-4221cd353aee', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/networks'}
Body: b'{"network":{"id":"b2026587-bca1-4fc5-aff8-59d2be2f0ab9","name":"tempest-tagged-attachments-test-net-528359695","tenant_id":"39f5765e46d445bb8ff9a690dd324d4e","project_id":"39f5765e46d445bb8ff9a690dd324d4e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2025-11-13T05:17:56Z","updated_at":"2025-11-13T05:17:56Z","revision_number":1}}'
2025-11-13 06:17:58,459 80730 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.173/networking/v2.0/subnets 0.903s
2025-11-13 06:17:58,459 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "b2026587-bca1-4fc5-aff8-59d2be2f0ab9", "cidr": "10.10.10.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-a1067f08-910b-4bb1-af9d-66558628a90e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"1913c3aa-942d-4665-b780-f0c15c6ace67","name":"","tenant_id":"39f5765e46d445bb8ff9a690dd324d4e","network_id":"b2026587-bca1-4fc5-aff8-59d2be2f0ab9","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2025-11-13T05:17:57Z","updated_at":"2025-11-13T05:17:57Z","revision_number":0,"project_id":"39f5765e46d445bb8ff9a690dd324d4e"}}'
2025-11-13 06:17:58,846 80730 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 POST http://192.168.122.173/volume/v3/volumes 0.386s
2025-11-13 06:17:58,846 80730 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-TaggedAttachmentsTest-volume-878687521"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-089a700e-f9e2-4090-ac3c-fb73374f02a2', 'x-openstack-request-id': 'req-089a700e-f9e2-4090-ac3c-fb73374f02a2', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:17:59,096 80730 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/subnets/1913c3aa-942d-4665-b780-f0c15c6ace67 0.248s
2025-11-13 06:17:59,096 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b9f9feb4-6e18-4eaf-a40c-9b87dd3a27b4', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/subnets/1913c3aa-942d-4665-b780-f0c15c6ace67'}
Body: b''
2025-11-13 06:17:59,790 80730 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/networks/b2026587-bca1-4fc5-aff8-59d2be2f0ab9 0.694s
2025-11-13 06:17:59,791 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-40a696a7-fa6c-4a26-8f85-9e9c6b0dc548', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/networks/b2026587-bca1-4fc5-aff8-59d2be2f0ab9'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 371, in test_tagged_attachment
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft28.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:17:31,748 80728 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 500 POST http://192.168.122.173/volume/v3/volumes 0.920s
2025-11-13 06:17:31,748 80728 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-TaggedBootDevicesTest-volume-205835975", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf5e308-5e62-4568-b4fa-4817e2a56488', 'x-openstack-request-id': 'req-7cf5e308-5e62-4568-b4fa-4817e2a56488', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices
boot_volume = self.create_volume(CONF.compute.image_ref)
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft29.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:18:03,329 80728 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 POST http://192.168.122.173/volume/v3/volumes 1.064s
2025-11-13 06:18:03,330 80728 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-TaggedBootDevicesTest_v242-volume-1300928564", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cc90fa4-18ab-4a3c-8613-f0dad0d8da89', 'x-openstack-request-id': 'req-3cc90fa4-18ab-4a3c-8613-f0dad0d8da89', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 137, in test_tagged_boot_devices
boot_volume = self.create_volume(CONF.compute.image_ref)
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.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
ft30.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:'': {{{
2025-11-13 06:19:48,649 80728 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://192.168.122.173/compute/v2.1/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e 0.290s
2025-11-13 06:19:48,650 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e070abd-f42b-4d83-9ad6-c0de7b78f949', 'x-compute-request-id': 'req-4e070abd-f42b-4d83-9ad6-c0de7b78f949', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e'}
Body: b'{"server": {"id": "0b0c9b26-faa9-4bb7-a219-99eee857a67e", "name": "tempest-ServerActionsTestOtherB-server-527833196", "status": "ACTIVE", "tenant_id": "4e43c45bba7741599273bb63ef6dee10", "user_id": "7cae63920a034c6b9958bc559057b2d7", "metadata": {}, "hostId": "263cad26afaf85aaaa5d5282f28ec77f451f236e6dbf7a1a040f5fa6", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:26Z", "updated": "2025-11-13T05:18:42Z", "addresses": {"tempest-ServerActionsTestOtherB-2010255561-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:3d:98"}, {"version": 4, "addr": "172.24.4.246", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:3d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1050135117", "OS-SRV-USG:launched_at": "2025-11-13T05:18:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302780464"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:49,145 80728 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 500 POST http://192.168.122.173/volume/v3/volumes 0.484s
2025-11-13 06:19:49,146 80728 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-704090215"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4bd06f8-d896-4b0f-a19d-d66ca9d07669', 'x-openstack-request-id': 'req-b4bd06f8-d896-4b0f-a19d-d66ca9d07669', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:19:49,146 80728 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
2025-11-13 06:19:49,347 80728 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://192.168.122.173/compute/v2.1/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e 0.199s
2025-11-13 06:19:49,347 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4bfddf6-ed17-482f-a49f-5533ba0cedc7', 'x-compute-request-id': 'req-d4bfddf6-ed17-482f-a49f-5533ba0cedc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e'}
Body: b'{"server": {"id": "0b0c9b26-faa9-4bb7-a219-99eee857a67e", "name": "tempest-ServerActionsTestOtherB-server-527833196", "status": "ACTIVE", "tenant_id": "4e43c45bba7741599273bb63ef6dee10", "user_id": "7cae63920a034c6b9958bc559057b2d7", "metadata": {}, "hostId": "263cad26afaf85aaaa5d5282f28ec77f451f236e6dbf7a1a040f5fa6", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:26Z", "updated": "2025-11-13T05:18:42Z", "addresses": {"tempest-ServerActionsTestOtherB-2010255561-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:3d:98"}, {"version": 4, "addr": "172.24.4.246", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:3d:98"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/0b0c9b26-faa9-4bb7-a219-99eee857a67e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1050135117", "OS-SRV-USG:launched_at": "2025-11-13T05:18:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--302780464"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
}}}
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 552, in test_resize_server_revert_with_volume_attached
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
fail
ft31.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:18:51,468 80730 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.726s
2025-11-13 06:18:51,468 80730 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-ServerRescueNegativeTestJSON-volume-509330992"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-448f60b9-8215-4454-9a7b-a21b675c9896', 'x-openstack-request-id': 'req-448f60b9-8215-4454-9a7b-a21b675c9896', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft31.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:18:51,964 80730 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.493s
2025-11-13 06:18:51,964 80730 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-ServerRescueNegativeTestJSON-volume-457278703"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-258f5206-7f49-4c3a-9df4-fb358d545177', 'x-openstack-request-id': 'req-258f5206-7f49-4c3a-9df4-fb358d545177', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
fail
ft32.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:20:58,104 80728 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6 0.562s
2025-11-13 06:20:58,105 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1512', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d4b2f65-388b-4304-9752-8e5786ed8ec9', 'x-compute-request-id': 'req-1d4b2f65-388b-4304-9752-8e5786ed8ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6'}
Body: b'{"server": {"id": "61db2e12-68d5-410c-b359-f099ece0b4d6", "name": "tempest-ServersNegativeTestJSON-server-38704336", "status": "ACTIVE", "tenant_id": "42a0f02078184ae7bbe4814676d24754", "user_id": "55fc015d74c14b0199e688135a149f52", "metadata": {}, "hostId": "c16c1f2c46b1e4eb76c152199ec3106f3a2f93449c3199954b87f65f", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:12Z", "updated": "2025-11-13T05:20:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1551122113-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:25:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:20:32.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": []}}'
2025-11-13 06:20:58,833 80728 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.717s
2025-11-13 06:20:58,833 80728 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-ServersNegativeTestJSON-volume-826226800"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f72767e-c9db-4247-b2c0-4b2592fe7a95', 'x-openstack-request-id': 'req-5f72767e-c9db-4247-b2c0-4b2592fe7a95', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:20:59,264 80728 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6 0.430s
2025-11-13 06:20:59,265 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1512', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-705924d9-918d-4857-8831-81bec3f4bf18', 'x-compute-request-id': 'req-705924d9-918d-4857-8831-81bec3f4bf18', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6'}
Body: b'{"server": {"id": "61db2e12-68d5-410c-b359-f099ece0b4d6", "name": "tempest-ServersNegativeTestJSON-server-38704336", "status": "ACTIVE", "tenant_id": "42a0f02078184ae7bbe4814676d24754", "user_id": "55fc015d74c14b0199e688135a149f52", "metadata": {}, "hostId": "c16c1f2c46b1e4eb76c152199ec3106f3a2f93449c3199954b87f65f", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:12Z", "updated": "2025-11-13T05:20:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1551122113-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:25:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:20:32.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": []}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 537, in test_create_server_from_non_bootable_volume
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
fail
ft32.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:20:59,506 80728 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6 0.226s
2025-11-13 06:20:59,507 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1512', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de36fbae-db2d-4cf9-a1b6-2971d46d3749', 'x-compute-request-id': 'req-de36fbae-db2d-4cf9-a1b6-2971d46d3749', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6'}
Body: b'{"server": {"id": "61db2e12-68d5-410c-b359-f099ece0b4d6", "name": "tempest-ServersNegativeTestJSON-server-38704336", "status": "ACTIVE", "tenant_id": "42a0f02078184ae7bbe4814676d24754", "user_id": "55fc015d74c14b0199e688135a149f52", "metadata": {}, "hostId": "c16c1f2c46b1e4eb76c152199ec3106f3a2f93449c3199954b87f65f", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:12Z", "updated": "2025-11-13T05:20:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1551122113-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:25:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:20:32.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": []}}'
2025-11-13 06:20:59,947 80728 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 500 POST http://192.168.122.173/volume/v3/volumes 0.429s
2025-11-13 06:20:59,947 80728 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-ServersNegativeTestJSON-volume-760650321"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-070c6b43-48ac-4c78-8494-eceaec44e1e8', 'x-openstack-request-id': 'req-070c6b43-48ac-4c78-8494-eceaec44e1e8', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:20:59,948 80728 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1651064. The failure could be related to https://launchpad.net/bugs/1651064
2025-11-13 06:21:00,234 80728 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6 0.286s
2025-11-13 06:21:00,235 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1512', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce61d838-8327-4285-9412-b98d17d24515', 'x-compute-request-id': 'req-ce61d838-8327-4285-9412-b98d17d24515', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6'}
Body: b'{"server": {"id": "61db2e12-68d5-410c-b359-f099ece0b4d6", "name": "tempest-ServersNegativeTestJSON-server-38704336", "status": "ACTIVE", "tenant_id": "42a0f02078184ae7bbe4814676d24754", "user_id": "55fc015d74c14b0199e688135a149f52", "metadata": {}, "hostId": "c16c1f2c46b1e4eb76c152199ec3106f3a2f93449c3199954b87f65f", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:12Z", "updated": "2025-11-13T05:20:33Z", "addresses": {"tempest-ServersNegativeTestJSON-1551122113-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:25:5a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/61db2e12-68d5-410c-b359-f099ece0b4d6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:20:32.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": []}}'
}}}
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_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft33.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:20:25,029 80726 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:20:25,029 80726 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:20:25,230 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.200s
2025-11-13 06:20:25,231 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1444285793", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB3STpI2QaE+8xgjm6jve2Hxr29hU6DQTHanJHDjdj6TLMWrFt/LcX/+nJU/ZFaBq2tFrK406bau7b4RvtUdLXQEgr2LCzDYcIx22a5JJRJu/XbriED5tdz1ymFs66xClQ=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86888501-2cc4-4ca2-a76a-1dc2fb962a40', 'x-compute-request-id': 'req-86888501-2cc4-4ca2-a76a-1dc2fb962a40', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1444285793", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB3STpI2QaE+8xgjm6jve2Hxr29hU6DQTHanJHDjdj6TLMWrFt/LcX/+nJU/ZFaBq2tFrK406bau7b4RvtUdLXQEgr2LCzDYcIx22a5JJRJu/XbriED5tdz1ymFs66xClQ==", "fingerprint": "e8:e6:1d:42:8d:0e:af:1b:83:06:c4:3e:4c:5f:4e:ab", "user_id": "ffc83d0c01ab485d94bed6191200ae56"}}'
2025-11-13 06:20:25,233 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1444285793 created
2025-11-13 06:20:25,526 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.293s
2025-11-13 06:20:25,527 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--332029422", "description": "tempest-description--752313370"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-84f60976-8c02-4349-a000-1156709acb6c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "cf12af94-f367-444e-8984-a664e6403776", "name": "tempest-securitygroup--332029422", "stateful": true, "tenant_id": "1886315eb66b4b9487a18838c2b10096", "project_id": "1886315eb66b4b9487a18838c2b10096", "description": "tempest-description--752313370", "shared": false, "security_group_rules": [{"id": "e20a853c-042b-41cc-a15c-1dc58923f92a", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "cf12af94-f367-444e-8984-a664e6403776", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 408, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:20:25Z", "updated_at": "2025-11-13T05:20:25Z", "revision_number": 0}, {"id": "e7ddaa44-d979-43d6-9e1d-b60e72278c11", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "cf12af94-f367-444e-8984-a664e6403776", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 407, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:20:25Z", "updated_at": "2025-11-13T05:20:25Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:20:25Z", "updated_at": "2025-11-13T05:20:25Z", "revision_number": 1}}'
2025-11-13 06:20:25,932 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.404s
2025-11-13 06:20:25,932 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cf12af94-f367-444e-8984-a664e6403776", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-68478835-5b57-41b6-8440-42450214eb6a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3ceb8a51-30f2-424b-8bac-7d71c42c2556", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "cf12af94-f367-444e-8984-a664e6403776", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:20:25Z", "updated_at": "2025-11-13T05:20:25Z", "revision_number": 0}}'
2025-11-13 06:20:26,445 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.512s
2025-11-13 06:20:26,445 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "cf12af94-f367-444e-8984-a664e6403776", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-64d1ad7c-114a-46b4-a9ba-03fba7a45315', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "659caca8-edfe-4de9-99a2-f1f05d97dc53", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "cf12af94-f367-444e-8984-a664e6403776", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:20:26Z", "updated_at": "2025-11-13T05:20:26Z", "revision_number": 0}}'
2025-11-13 06:20:26,445 80726 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--332029422 created
2025-11-13 06:20:27,262 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 0.816s
2025-11-13 06:20:27,263 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-104f5aff-5e67-4242-baee-f1f1081bb5d7', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "619fcc4b-0887-4ca8-a2e7-33070bcd728c", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "project_id": "1886315eb66b4b9487a18838c2b10096", "floating_ip_address": "172.24.4.18", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:20:26Z", "updated_at": "2025-11-13T05:20:26Z", "revision_number": 0}}'
2025-11-13 06:20:27,263 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '619fcc4b-0887-4ca8-a2e7-33070bcd728c', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'floating_ip_address': '172.24.4.18', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:20:26Z', 'updated_at': '2025-11-13T05:20:26Z', 'revision_number': 0, 'ip': '172.24.4.18'} created
2025-11-13 06:20:27,365 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.098s
2025-11-13 06:20:27,366 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2536', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ed45ad65-9880-4282-861b-41382b39a334', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ffc83d0c01ab485d94bed6191200ae56", "name": "tempest-AttachVolumeShelveTestJSON-1374048201-project-member", "password_expires_at": null}, "audit_ids": ["z0DfBC6bToeA5_0Q7iL_rg"], "expires_at": "2025-11-13T06:20:27.000000Z", "issued_at": "2025-11-13T05:20:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1886315eb66b4b9487a18838c2b10096", "name": "tempest-AttachVolumeShelveTestJSON-1374048201"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/1886315eb66b4b9487a18838c2b10096", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:20:27,366 80726 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'd6249842-82a5-401d-90bf-fbfa962ccb75', 'name': 'tempest-AttachVolumeShelveTestJSON-165356872-network', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', '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': 12210, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:20:17Z', 'updated_at': '2025-11-13T05:20:17Z', 'revision_number': 1} available for tenant
2025-11-13 06:20:27,367 80726 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1444285793', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB3STpI2QaE+8xgjm6jve2Hxr29hU6DQTHanJHDjdj6TLMWrFt/LcX/+nJU/ZFaBq2tFrK406bau7b4RvtUdLXQEgr2LCzDYcIx22a5JJRJu/XbriED5tdz1ymFs66xClQ==', 'fingerprint': 'e8:e6:1d:42:8d:0e:af:1b:83:06:c4:3e:4c:5f:4e:ab', 'user_id': 'ffc83d0c01ab485d94bed6191200ae56', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAcV4PtwxJjrp7iA1Ql6JiLKsRYeYexioqbRZMzxPrZ9hZ2tkDMO6aV\nhwB9Qh2X0oegBwYFK4EEACKhZANiAAQd0k6SNkGhPvMYI5uo73th8a9vYVOg0Ex2\npyRw43Y+kyzFqxbfy3F//pyVP2RWgatrRayuNOm2ru2+Eb7VHS10BIK9iwsw2HCM\ndtmuSSUSbv1264hA+bXc9cphbOusQpU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cf12af94-f367-444e-8984-a664e6403776', 'name': 'tempest-securitygroup--332029422', 'stateful': True, 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'description': 'tempest-description--752313370', 'shared': False, 'security_group_rules': [{'id': 'e20a853c-042b-41cc-a15c-1dc58923f92a', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'security_group_id': 'cf12af94-f367-444e-8984-a664e6403776', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 408, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:20:25Z', 'updated_at': '2025-11-13T05:20:25Z', 'revision_number': 0}, {'id': 'e7ddaa44-d979-43d6-9e1d-b60e72278c11', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'security_group_id': 'cf12af94-f367-444e-8984-a664e6403776', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 407, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:20:25Z', 'updated_at': '2025-11-13T05:20:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:20:25Z', 'updated_at': '2025-11-13T05:20:25Z', 'revision_number': 1}, 'floating_ip': {'id': '619fcc4b-0887-4ca8-a2e7-33070bcd728c', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'floating_ip_address': '172.24.4.18', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:20:26Z', 'updated_at': '2025-11-13T05:20:26Z', 'revision_number': 0, 'ip': '172.24.4.18'}}
2025-11-13 06:20:27,986 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://192.168.122.173/compute/v2.1/servers 0.619s
2025-11-13 06:20:27,987 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d6249842-82a5-401d-90bf-fbfa962ccb75"}], "security_groups": [{"name": "tempest-securitygroup--332029422"}], "key_name": "tempest-keypair-1444285793", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '409', 'location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6dd4420-f49b-4503-adb1-86b28f0a5a9c', 'x-compute-request-id': 'req-c6dd4420-f49b-4503-adb1-86b28f0a5a9c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--332029422"}], "adminPass": "password"}}'
2025-11-13 06:20:28,083 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.094s
2025-11-13 06:20:28,083 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4416501d-92e3-4f6f-9eca-ec566e27f709', 'x-compute-request-id': 'req-4416501d-92e3-4f6f-9eca-ec566e27f709', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:28Z", "updated": "2025-11-13T05:20:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1444285793", "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}}'
2025-11-13 06:20:29,189 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.091s
2025-11-13 06:20:29,189 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c266285e-6eab-4ec1-986e-bb27e150c39f', 'x-compute-request-id': 'req-c266285e-6eab-4ec1-986e-bb27e150c39f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "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}}'
2025-11-13 06:20:30,326 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.119s
2025-11-13 06:20:30,327 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1347', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dffdcb04-e3be-469f-8fc1-4201442117fa', 'x-compute-request-id': 'req-dffdcb04-e3be-469f-8fc1-4201442117fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "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}}'
2025-11-13 06:20:30,340 80726 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:20:31,800 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.460s
2025-11-13 06:20:31,800 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1347', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-796c79e2-83c4-4cf6-ae1d-a260555d47b1', 'x-compute-request-id': 'req-796c79e2-83c4-4cf6-ae1d-a260555d47b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "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}}'
2025-11-13 06:20:33,370 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.553s
2025-11-13 06:20:33,371 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1422', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6b64717-e113-48dd-acb9-d9d1105dc286', 'x-compute-request-id': 'req-a6b64717-e113-48dd-acb9-d9d1105dc286', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "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}}'
2025-11-13 06:20:33,388 80726 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2025-11-13 06:20:34,602 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.213s
2025-11-13 06:20:34,602 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40e6074b-884e-474f-b67c-ae6e6c1f1c95', 'x-compute-request-id': 'req-40e6074b-884e-474f-b67c-ae6e6c1f1c95', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "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}}'
2025-11-13 06:20:34,617 80726 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2025-11-13 06:20:35,818 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.200s
2025-11-13 06:20:35,818 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f521a6bc-e7b9-405e-a749-c7e292d2e92b', 'x-compute-request-id': 'req-f521a6bc-e7b9-405e-a749-c7e292d2e92b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "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}}'
2025-11-13 06:20:37,024 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.192s
2025-11-13 06:20:37,024 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eeb1fd01-08b4-4b3c-95ee-4bfc72fd9fff', 'x-compute-request-id': 'req-eeb1fd01-08b4-4b3c-95ee-4bfc72fd9fff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "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}}'
2025-11-13 06:20:38,206 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.168s
2025-11-13 06:20:38,206 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4297348e-8fbf-4000-82e7-23a33637f567', 'x-compute-request-id': 'req-4297348e-8fbf-4000-82e7-23a33637f567', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "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}}'
2025-11-13 06:20:40,156 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.936s
2025-11-13 06:20:40,156 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71f98373-dfb3-46e5-bcae-18708c2e1fa0', 'x-compute-request-id': 'req-71f98373-dfb3-46e5-bcae-18708c2e1fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "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}}'
2025-11-13 06:20:41,799 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.628s
2025-11-13 06:20:41,799 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1606', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7179c079-25d3-4ccf-a695-c45d92532965', 'x-compute-request-id': 'req-7179c079-25d3-4ccf-a695-c45d92532965', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:20:41Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:8d:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": "2025-11-13T05:20:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "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}}'
2025-11-13 06:20:41,812 80726 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2025-11-13 06:20:42,152 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30/os-interface 0.340s
2025-11-13 06:20:42,153 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad90b895-a245-4968-b99a-dab736ea7aa9', 'x-compute-request-id': 'req-ad90b895-a245-4968-b99a-dab736ea7aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "d6249842-82a5-401d-90bf-fbfa962ccb75", "port_id": "06da1348-307f-4122-a7a8-690eaee3eac0", "mac_addr": "fa:16:3e:c0:8d:1b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "26ecd2da-0df2-4fc8-a3e0-16bf9c0d7386", "ip_address": "10.0.0.13"}]}]}'
2025-11-13 06:20:43,797 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/619fcc4b-0887-4ca8-a2e7-33070bcd728c 1.641s
2025-11-13 06:20:43,797 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "06da1348-307f-4122-a7a8-690eaee3eac0"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-088b4ad3-2f20-498a-91bb-97e49839e2eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/619fcc4b-0887-4ca8-a2e7-33070bcd728c'}
Body: b'{"floatingip": {"id": "619fcc4b-0887-4ca8-a2e7-33070bcd728c", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "project_id": "1886315eb66b4b9487a18838c2b10096", "floating_ip_address": "172.24.4.18", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "df3328bb-a6b6-4b06-8738-067a0e2d727e", "port_id": "06da1348-307f-4122-a7a8-690eaee3eac0", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d6249842-82a5-401d-90bf-fbfa962ccb75", "mac_address": "fa:16:3e:c0:8d:1b", "admin_state_up": true, "status": "ACTIVE", "device_id": "40977d18-2852-4114-95a5-5f741fb09b30", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:20:26Z", "updated_at": "2025-11-13T05:20:42Z", "revision_number": 1}}'
2025-11-13 06:20:43,798 80726 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.18:22' as 'cirros' with public key authentication
2025-11-13 06:21:43,856 80726 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.18 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:21:46,405 80726 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:21:46,627 80726 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:21:46,627 80726 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.18 successfully created
2025-11-13 06:21:46,680 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30/ips 0.052s
2025-11-13 06:21:46,680 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95f29a04-2ad1-4208-9420-e55cc83b003b', 'x-compute-request-id': 'req-95f29a04-2ad1-4208-9420-e55cc83b003b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.13"}, {"version": 4, "addr": "172.24.4.18"}]}}'
2025-11-13 06:21:47,129 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 POST http://192.168.122.173/volume/v3/volumes 0.446s
2025-11-13 06:21:47,129 80726 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-AttachVolumeShelveTestJSON-volume-381631867"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a56ed855-1244-4aa5-a980-f6712e4920d2', 'x-openstack-request-id': 'req-a56ed855-1244-4aa5-a980-f6712e4920d2', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:21:47,317 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.187s
2025-11-13 06:21:47,318 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1db65def-2864-4219-a727-2cfe33faa7fe', 'x-compute-request-id': 'req-1db65def-2864-4219-a727-2cfe33faa7fe', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b''
2025-11-13 06:21:47,662 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.343s
2025-11-13 06:21:47,662 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b51a00ad-a4b4-4049-9dec-4e044bc989ea', 'x-compute-request-id': 'req-b51a00ad-a4b4-4049-9dec-4e044bc989ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:21:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:8d:1b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:8d:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": "2025-11-13T05:20:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:21:48,939 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.262s
2025-11-13 06:21:48,939 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc4729c2-1c76-4b49-8838-8c512cb5db82', 'x-compute-request-id': 'req-bc4729c2-1c76-4b49-8838-8c512cb5db82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:21:47Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:8d:1b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:8d:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": "2025-11-13T05:20:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:21:50,167 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.213s
2025-11-13 06:21:50,167 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c617351f-7aa3-4482-adc6-d1219b5b629e', 'x-compute-request-id': 'req-c617351f-7aa3-4482-adc6-d1219b5b629e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:21:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:8d:1b"}, {"version": 4, "addr": "172.24.4.18", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:8d:1b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": "2025-11-13T05:20:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--332029422"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:21:51,278 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.097s
2025-11-13 06:21:51,279 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1376', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db5078e4-801f-48cd-a350-011b01d5f7da', 'x-compute-request-id': 'req-db5078e4-801f-48cd-a350-011b01d5f7da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:21:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": "2025-11-13T05:20:40.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:21:52,412 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.119s
2025-11-13 06:21:52,413 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f734414-fedc-4b5e-8f42-202b9c55394d', 'x-compute-request-id': 'req-3f734414-fedc-4b5e-8f42-202b9c55394d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"server": {"id": "40977d18-2852-4114-95a5-5f741fb09b30", "name": "tempest-AttachVolumeShelveTestJSON-server-418621609", "status": "DELETED", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:20:27Z", "updated": "2025-11-13T05:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/40977d18-2852-4114-95a5-5f741fb09b30"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1444285793", "OS-SRV-USG:launched_at": "2025-11-13T05:20:40.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:21:51.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:21:52,425 80726 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2025-11-13 06:21:53,477 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30 0.051s
2025-11-13 06:21:53,477 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ac8b36ad-37a3-437e-807d-6f1606766445', 'x-compute-request-id': 'req-ac8b36ad-37a3-437e-807d-6f1606766445', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/40977d18-2852-4114-95a5-5f741fb09b30'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 40977d18-2852-4114-95a5-5f741fb09b30 could not be found."}}'
2025-11-13 06:21:53,501 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1444285793 0.023s
2025-11-13 06:21:53,502 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c89da164-1590-4529-bd01-b799dc93b8a5', 'x-compute-request-id': 'req-c89da164-1590-4529-bd01-b799dc93b8a5', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1444285793'}
Body: b''
2025-11-13 06:21:53,680 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/cf12af94-f367-444e-8984-a664e6403776 0.177s
2025-11-13 06:21:53,680 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-148924ad-75ca-49ba-912b-638710b031e6', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/cf12af94-f367-444e-8984-a664e6403776'}
Body: b''
2025-11-13 06:21:53,695 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/cf12af94-f367-444e-8984-a664e6403776 0.014s
2025-11-13 06:21:53,695 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-40ff130c-4a64-4f6f-bdb8-4f76f819d8d9', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/cf12af94-f367-444e-8984-a664e6403776'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group cf12af94-f367-444e-8984-a664e6403776 does not exist", "detail": ""}}'
2025-11-13 06:21:54,044 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/619fcc4b-0887-4ca8-a2e7-33070bcd728c 0.348s
2025-11-13 06:21:54,044 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-78732cf6-8169-4676-864c-9112e057ba7d', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/619fcc4b-0887-4ca8-a2e7-33070bcd728c'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft33.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:54,048 80726 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:21:54,048 80726 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:21:54,098 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.048s
2025-11-13 06:21:54,098 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-873620649", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG238LOBNlzsl1q6HIgkIMUjGQstpkzNx1kV+MOTUMfVQeWEgKw6693/7SsP10O7vQhEoEQqhk4hYn5cg575Nho4O5TpnNPy6q/ERsDkDHgW3UV9UuvcsksEuzKkfuZ6iQ=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd5c69b6-2294-42cf-b2d4-304dc150c0d0', 'x-compute-request-id': 'req-dd5c69b6-2294-42cf-b2d4-304dc150c0d0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-873620649", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG238LOBNlzsl1q6HIgkIMUjGQstpkzNx1kV+MOTUMfVQeWEgKw6693/7SsP10O7vQhEoEQqhk4hYn5cg575Nho4O5TpnNPy6q/ERsDkDHgW3UV9UuvcsksEuzKkfuZ6iQ==", "fingerprint": "2c:ff:06:0b:78:77:3f:19:d2:e0:8f:0a:e1:5f:a6:e2", "user_id": "ffc83d0c01ab485d94bed6191200ae56"}}'
2025-11-13 06:21:54,100 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-873620649 created
2025-11-13 06:21:54,358 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.257s
2025-11-13 06:21:54,359 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1599660616", "description": "tempest-description--908981857"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-20566844-abca-44fe-8799-b23c0c40c5da', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed", "name": "tempest-securitygroup--1599660616", "stateful": true, "tenant_id": "1886315eb66b4b9487a18838c2b10096", "project_id": "1886315eb66b4b9487a18838c2b10096", "description": "tempest-description--908981857", "shared": false, "security_group_rules": [{"id": "99c4b84a-807a-476d-81ed-ec8ad75b7d59", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 619, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:21:54Z", "updated_at": "2025-11-13T05:21:54Z", "revision_number": 0}, {"id": "d9a16a6b-941d-4e32-b351-1240763f5b46", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 620, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:21:54Z", "updated_at": "2025-11-13T05:21:54Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:21:54Z", "updated_at": "2025-11-13T05:21:54Z", "revision_number": 1}}'
2025-11-13 06:21:54,611 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.252s
2025-11-13 06:21:54,612 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-32ed56e7-5419-499a-b7c7-cfc82564cdeb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "83791cc6-aa71-412e-8a27-320ad84b5704", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:21:54Z", "updated_at": "2025-11-13T05:21:54Z", "revision_number": 0}}'
2025-11-13 06:21:55,130 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.518s
2025-11-13 06:21:55,130 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8c79db55-e824-4c94-88be-f2682a5891d0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ccd88ef5-75b2-4000-8290-96daa5e1376b", "project_id": "1886315eb66b4b9487a18838c2b10096", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "security_group_id": "d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:21:55Z", "updated_at": "2025-11-13T05:21:55Z", "revision_number": 0}}'
2025-11-13 06:21:55,131 80726 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1599660616 created
2025-11-13 06:21:56,001 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 0.870s
2025-11-13 06:21:56,002 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-94dd0706-9cda-4443-89d5-953fc3e91621', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "1855e2fd-6658-4db6-a8d9-a1a59f11a7f0", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "project_id": "1886315eb66b4b9487a18838c2b10096", "floating_ip_address": "172.24.4.178", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:21:55Z", "updated_at": "2025-11-13T05:21:55Z", "revision_number": 0}}'
2025-11-13 06:21:56,002 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1855e2fd-6658-4db6-a8d9-a1a59f11a7f0', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'floating_ip_address': '172.24.4.178', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:21:55Z', 'updated_at': '2025-11-13T05:21:55Z', 'revision_number': 0, 'ip': '172.24.4.178'} created
2025-11-13 06:21:56,118 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.112s
2025-11-13 06:21:56,118 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2536', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-549a2944-2559-4d6d-b7ca-7fce541b639c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ffc83d0c01ab485d94bed6191200ae56", "name": "tempest-AttachVolumeShelveTestJSON-1374048201-project-member", "password_expires_at": null}, "audit_ids": ["qTvdsC2mRn-VCWVY4Rr0IA"], "expires_at": "2025-11-13T06:21:56.000000Z", "issued_at": "2025-11-13T05:21:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1886315eb66b4b9487a18838c2b10096", "name": "tempest-AttachVolumeShelveTestJSON-1374048201"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/1886315eb66b4b9487a18838c2b10096", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:21:56,119 80726 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'd6249842-82a5-401d-90bf-fbfa962ccb75', 'name': 'tempest-AttachVolumeShelveTestJSON-165356872-network', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', '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': 12210, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:20:17Z', 'updated_at': '2025-11-13T05:20:17Z', 'revision_number': 1} available for tenant
2025-11-13 06:21:56,120 80726 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-873620649', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBG238LOBNlzsl1q6HIgkIMUjGQstpkzNx1kV+MOTUMfVQeWEgKw6693/7SsP10O7vQhEoEQqhk4hYn5cg575Nho4O5TpnNPy6q/ERsDkDHgW3UV9UuvcsksEuzKkfuZ6iQ==', 'fingerprint': '2c:ff:06:0b:78:77:3f:19:d2:e0:8f:0a:e1:5f:a6:e2', 'user_id': 'ffc83d0c01ab485d94bed6191200ae56', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDWymYfNXQFc2xkbN3Z2ICwmEGqeu8bZcYJ3io+NXyAXx9h8VsU0XQ7\nfzrXqFFD00+gBwYFK4EEACKhZANiAARtt/CzgTZc7JdauhyIJCDFIxkLLaZMzcdZ\nFfjDk1DH1UHlhICsOuvd/+0rD9dDu70IRKBEKoZOIWJ+XIOe+TYaODuU6ZzT8uqv\nxEbA5Ax4Ft1FfVLr3LJLBLsypH7meok=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd918e00b-4e5e-4d1a-bb6c-9a3b49a56fed', 'name': 'tempest-securitygroup--1599660616', 'stateful': True, 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'description': 'tempest-description--908981857', 'shared': False, 'security_group_rules': [{'id': '99c4b84a-807a-476d-81ed-ec8ad75b7d59', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'security_group_id': 'd918e00b-4e5e-4d1a-bb6c-9a3b49a56fed', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 619, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:21:54Z', 'updated_at': '2025-11-13T05:21:54Z', 'revision_number': 0}, {'id': 'd9a16a6b-941d-4e32-b351-1240763f5b46', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'security_group_id': 'd918e00b-4e5e-4d1a-bb6c-9a3b49a56fed', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 620, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:21:54Z', 'updated_at': '2025-11-13T05:21:54Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:21:54Z', 'updated_at': '2025-11-13T05:21:54Z', 'revision_number': 1}, 'floating_ip': {'id': '1855e2fd-6658-4db6-a8d9-a1a59f11a7f0', 'tenant_id': '1886315eb66b4b9487a18838c2b10096', 'project_id': '1886315eb66b4b9487a18838c2b10096', 'floating_ip_address': '172.24.4.178', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:21:55Z', 'updated_at': '2025-11-13T05:21:55Z', 'revision_number': 0, 'ip': '172.24.4.178'}}
2025-11-13 06:21:56,949 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://192.168.122.173/compute/v2.1/servers 0.829s
2025-11-13 06:21:56,950 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d6249842-82a5-401d-90bf-fbfa962ccb75"}], "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "key_name": "tempest-keypair-873620649", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0d9a574-d71c-4cd7-9232-3b9cadca56c9', 'x-compute-request-id': 'req-e0d9a574-d71c-4cd7-9232-3b9cadca56c9', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "adminPass": "password"}}'
2025-11-13 06:21:57,133 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.181s
2025-11-13 06:21:57,133 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1294', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b6e090a-b519-497f-9af4-cbfb97373382', 'x-compute-request-id': 'req-4b6e090a-b519-497f-9af4-cbfb97373382', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:57Z", "updated": "2025-11-13T05:21:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-873620649", "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}}'
2025-11-13 06:21:58,497 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.350s
2025-11-13 06:21:58,497 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41714b00-fcf8-4d5c-a225-09b12147f346', 'x-compute-request-id': 'req-41714b00-fcf8-4d5c-a225-09b12147f346', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:21:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "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}}'
2025-11-13 06:21:59,684 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.168s
2025-11-13 06:21:59,684 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1346', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a74698e6-fc5c-41a7-8f4a-f5efddb022ba', 'x-compute-request-id': 'req-a74698e6-fc5c-41a7-8f4a-f5efddb022ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:21:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "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}}'
2025-11-13 06:21:59,696 80726 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:22:00,807 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.109s
2025-11-13 06:22:00,807 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1346', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7b43017-f0a3-413c-80f2-5bb40b28aad3', 'x-compute-request-id': 'req-b7b43017-f0a3-413c-80f2-5bb40b28aad3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:21:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "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}}'
2025-11-13 06:22:02,734 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.912s
2025-11-13 06:22:02,734 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1422', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba1d03ab-4ce8-4af1-bb8c-f1707830ee99', 'x-compute-request-id': 'req-ba1d03ab-4ce8-4af1-bb8c-f1707830ee99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:22:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "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}}'
2025-11-13 06:22:02,747 80726 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2025-11-13 06:22:04,042 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.288s
2025-11-13 06:22:04,042 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24245a43-3c9d-4140-8ea6-54c2bb8d4a09', 'x-compute-request-id': 'req-24245a43-3c9d-4140-8ea6-54c2bb8d4a09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:22:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "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}}'
2025-11-13 06:22:04,055 80726 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:22:05,203 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.146s
2025-11-13 06:22:05,204 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04393ffa-7c39-4186-9317-47b3d5447eeb', 'x-compute-request-id': 'req-04393ffa-7c39-4186-9317-47b3d5447eeb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:22:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "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}}'
2025-11-13 06:22:06,394 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.176s
2025-11-13 06:22:06,395 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f65174ae-0ebc-4a21-b6da-e537023fb690', 'x-compute-request-id': 'req-f65174ae-0ebc-4a21-b6da-e537023fb690', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:22:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "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}}'
2025-11-13 06:22:08,185 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.770s
2025-11-13 06:22:08,186 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-504b2447-5a4e-49a8-8638-da8075744ab2', 'x-compute-request-id': 'req-504b2447-5a4e-49a8-8638-da8075744ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "BUILD", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:22:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "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}}'
2025-11-13 06:22:09,448 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.249s
2025-11-13 06:22:09,449 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1605', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ebd789-52f6-4cc7-9a1e-cad56088be14', 'x-compute-request-id': 'req-a1ebd789-52f6-4cc7-9a1e-cad56088be14', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:22:09Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:90:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": "2025-11-13T05:22:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "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}}'
2025-11-13 06:22:09,461 80726 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait
2025-11-13 06:22:09,598 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464/os-interface 0.136s
2025-11-13 06:22:09,598 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8cf0ae6-3be1-4db6-98ba-8000a6d6c03d', 'x-compute-request-id': 'req-a8cf0ae6-3be1-4db6-98ba-8000a6d6c03d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "d6249842-82a5-401d-90bf-fbfa962ccb75", "port_id": "eaefb27a-d01a-4985-bebe-a9aa595462c8", "mac_addr": "fa:16:3e:9e:90:d1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "26ecd2da-0df2-4fc8-a3e0-16bf9c0d7386", "ip_address": "10.0.0.3"}]}]}'
2025-11-13 06:22:10,514 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/1855e2fd-6658-4db6-a8d9-a1a59f11a7f0 0.912s
2025-11-13 06:22:10,514 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "eaefb27a-d01a-4985-bebe-a9aa595462c8"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-742f4b46-3b90-4135-bacb-985b178156f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/1855e2fd-6658-4db6-a8d9-a1a59f11a7f0'}
Body: b'{"floatingip": {"id": "1855e2fd-6658-4db6-a8d9-a1a59f11a7f0", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "project_id": "1886315eb66b4b9487a18838c2b10096", "floating_ip_address": "172.24.4.178", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "df3328bb-a6b6-4b06-8738-067a0e2d727e", "port_id": "eaefb27a-d01a-4985-bebe-a9aa595462c8", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d6249842-82a5-401d-90bf-fbfa962ccb75", "mac_address": "fa:16:3e:9e:90:d1", "admin_state_up": true, "status": "ACTIVE", "device_id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:21:55Z", "updated_at": "2025-11-13T05:22:09Z", "revision_number": 1}}'
2025-11-13 06:22:10,515 80726 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.178:22' as 'cirros' with public key authentication
2025-11-13 06:23:10,575 80726 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.178 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:23:13,134 80726 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:23:13,419 80726 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:23:13,419 80726 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.178 successfully created
2025-11-13 06:23:13,475 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464/ips 0.055s
2025-11-13 06:23:13,475 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0954aac0-16ea-4e61-882d-3b00a01b0e65', 'x-compute-request-id': 'req-0954aac0-16ea-4e61-882d-3b00a01b0e65', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.3"}, {"version": 4, "addr": "172.24.4.178"}]}}'
2025-11-13 06:23:13,892 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://192.168.122.173/volume/v3/volumes 0.415s
2025-11-13 06:23:13,893 80726 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-AttachVolumeShelveTestJSON-volume-160982358"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-484c0627-716e-44a3-a1f2-1e293a881b98', 'x-openstack-request-id': 'req-484c0627-716e-44a3-a1f2-1e293a881b98', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:23:14,072 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.178s
2025-11-13 06:23:14,072 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9b93f9-97c5-4408-bac9-1f99c4e0b528', 'x-compute-request-id': 'req-4d9b93f9-97c5-4408-bac9-1f99c4e0b528', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b''
2025-11-13 06:23:14,365 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.292s
2025-11-13 06:23:14,365 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d33be93d-f383-4d93-a085-d50d1fa7f6eb', 'x-compute-request-id': 'req-d33be93d-f383-4d93-a085-d50d1fa7f6eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:23:14Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:90:d1"}, {"version": 4, "addr": "172.24.4.178", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:90:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": "2025-11-13T05:22:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:23:15,584 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.203s
2025-11-13 06:23:15,584 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbf8ac52-b085-47f3-a4c2-6145fb816b10', 'x-compute-request-id': 'req-cbf8ac52-b085-47f3-a4c2-6145fb816b10', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:23:14Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:90:d1"}, {"version": 4, "addr": "172.24.4.178", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:90:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": "2025-11-13T05:22:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:23:17,088 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.490s
2025-11-13 06:23:17,089 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1730', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee58d8ed-d55b-43ee-8e7d-ad6674358d9d', 'x-compute-request-id': 'req-ee58d8ed-d55b-43ee-8e7d-ad6674358d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "ACTIVE", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:23:16Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-165356872-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:90:d1"}, {"version": 4, "addr": "172.24.4.178", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:90:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": "2025-11-13T05:22:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1599660616"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:23:18,196 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.093s
2025-11-13 06:23:18,196 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cc0c960-8ffb-4f79-9272-2afa087ab6a5', 'x-compute-request-id': 'req-4cc0c960-8ffb-4f79-9272-2afa087ab6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "DELETED", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:23:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": "2025-11-13T05:22:09.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:23:18.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:23:18,209 80726 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2025-11-13 06:23:19,298 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.088s
2025-11-13 06:23:19,299 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99432595-40a4-4401-b638-5275be79abfc', 'x-compute-request-id': 'req-99432595-40a4-4401-b638-5275be79abfc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"server": {"id": "349f6792-e788-46ae-a5c4-2f564b9ea464", "name": "tempest-AttachVolumeShelveTestJSON-server-530029446", "status": "DELETED", "tenant_id": "1886315eb66b4b9487a18838c2b10096", "user_id": "ffc83d0c01ab485d94bed6191200ae56", "metadata": {}, "hostId": "893bd33f0fea773c0bc3528cfe8790b38ce80703b88348847c1f41bd", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:56Z", "updated": "2025-11-13T05:23:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/349f6792-e788-46ae-a5c4-2f564b9ea464"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-873620649", "OS-SRV-USG:launched_at": "2025-11-13T05:22:09.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:23:18.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2025-11-13 06:23:20,347 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464 0.034s
2025-11-13 06:23:20,347 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b8773dbd-0da0-4581-ad4d-616d331851fa', 'x-compute-request-id': 'req-b8773dbd-0da0-4581-ad4d-616d331851fa', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/349f6792-e788-46ae-a5c4-2f564b9ea464'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 349f6792-e788-46ae-a5c4-2f564b9ea464 could not be found."}}'
2025-11-13 06:23:20,373 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-873620649 0.025s
2025-11-13 06:23:20,374 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7888a702-7f95-4032-9035-199c1c768430', 'x-compute-request-id': 'req-7888a702-7f95-4032-9035-199c1c768430', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-873620649'}
Body: b''
2025-11-13 06:23:20,577 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed 0.203s
2025-11-13 06:23:20,578 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a5db2fc3-09c4-4dca-9b22-b4f03af4734a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed'}
Body: b''
2025-11-13 06:23:20,594 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed 0.016s
2025-11-13 06:23:20,594 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-12eca971-b0f2-4a39-b5df-b4e3bea3e815', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d918e00b-4e5e-4d1a-bb6c-9a3b49a56fed does not exist", "detail": ""}}'
2025-11-13 06:23:20,912 80726 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/1855e2fd-6658-4db6-a8d9-a1a59f11a7f0 0.316s
2025-11-13 06:23:20,912 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-38740366-b950-4ded-9646-01daec552024', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/1855e2fd-6658-4db6-a8d9-a1a59f11a7f0'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft34.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:16:30,479 80724 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:16:30,479 80724 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:16:30,711 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.230s
2025-11-13 06:16:30,711 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2004191097", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7FB5kXpNEL3Re3jje7Wb7nkBCgTek7E7QnHh415CyaPg7d9JjpLayH3jZ+cyvlmOt9Ug9n22P0e0w22AW1mZnIBaJJV9SugyTSk5UCfs0uUPgsUNxrnUXs1PmQZxgL0g=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aa9a382-2b9d-417b-a6e6-165412dc21fa', 'x-compute-request-id': 'req-5aa9a382-2b9d-417b-a6e6-165412dc21fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2004191097", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7FB5kXpNEL3Re3jje7Wb7nkBCgTek7E7QnHh415CyaPg7d9JjpLayH3jZ+cyvlmOt9Ug9n22P0e0w22AW1mZnIBaJJV9SugyTSk5UCfs0uUPgsUNxrnUXs1PmQZxgL0g==", "fingerprint": "56:07:09:19:6e:32:55:b6:4b:40:e7:6a:f8:72:b5:0a", "user_id": "13c51ec02ef8407f8dd7f838ef381f03"}}'
2025-11-13 06:16:30,713 80724 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2004191097 created
2025-11-13 06:16:31,487 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.773s
2025-11-13 06:16:31,488 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1892741964", "description": "tempest-description--1058961099"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-6d5898a9-a140-4faa-9eec-b1416604d268', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "1947598e-07ec-43dc-9f7f-430228ef080d", "name": "tempest-securitygroup--1892741964", "stateful": true, "tenant_id": "ea85cc8607744837a23451830176cb83", "project_id": "ea85cc8607744837a23451830176cb83", "description": "tempest-description--1058961099", "shared": false, "security_group_rules": [{"id": "5c3298f8-06c2-4f76-be0a-eada663493e4", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "1947598e-07ec-43dc-9f7f-430228ef080d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 113, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:16:31Z", "updated_at": "2025-11-13T05:16:31Z", "revision_number": 0}, {"id": "e04f33a9-06b5-4040-a3d6-00d89fff1c3b", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "1947598e-07ec-43dc-9f7f-430228ef080d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 112, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:16:31Z", "updated_at": "2025-11-13T05:16:31Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:16:31Z", "updated_at": "2025-11-13T05:16:31Z", "revision_number": 1}}'
2025-11-13 06:16:32,408 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.920s
2025-11-13 06:16:32,408 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "1947598e-07ec-43dc-9f7f-430228ef080d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-598aa618-179c-40d4-aab8-8686fe949220', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "64eb1524-99b5-4e01-89e6-b0efe32890e5", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "1947598e-07ec-43dc-9f7f-430228ef080d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:16:32Z", "updated_at": "2025-11-13T05:16:32Z", "revision_number": 0}}'
2025-11-13 06:16:34,708 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 2.299s
2025-11-13 06:16:34,709 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "1947598e-07ec-43dc-9f7f-430228ef080d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0fb80e4f-06ee-40af-879a-149e1c38b717', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a849728f-3463-4d12-afdf-4395bdf62413", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "1947598e-07ec-43dc-9f7f-430228ef080d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:16:34Z", "updated_at": "2025-11-13T05:16:34Z", "revision_number": 0}}'
2025-11-13 06:16:34,709 80724 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1892741964 created
2025-11-13 06:16:38,497 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 3.787s
2025-11-13 06:16:38,497 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e4e36bed-a2b7-40f5-a22d-b33c6c32f950', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "5355b7e1-9bbc-4640-8899-d079ece58618", "tenant_id": "ea85cc8607744837a23451830176cb83", "project_id": "ea85cc8607744837a23451830176cb83", "floating_ip_address": "172.24.4.83", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:16:37Z", "updated_at": "2025-11-13T05:16:37Z", "revision_number": 0}}'
2025-11-13 06:16:38,498 80724 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5355b7e1-9bbc-4640-8899-d079ece58618', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', 'floating_ip_address': '172.24.4.83', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:16:37Z', 'updated_at': '2025-11-13T05:16:37Z', 'revision_number': 0, 'ip': '172.24.4.83'} created
2025-11-13 06:16:38,557 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.054s
2025-11-13 06:16:38,558 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0e794b28-6f38-4928-b22a-34817abad409', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "13c51ec02ef8407f8dd7f838ef381f03", "name": "tempest-AttachVolumeTestJSON-1557257255-project-member", "password_expires_at": null}, "audit_ids": ["O7qDpPi4SrWU7HzeXCrajA"], "expires_at": "2025-11-13T06:16:38.000000Z", "issued_at": "2025-11-13T05:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea85cc8607744837a23451830176cb83", "name": "tempest-AttachVolumeTestJSON-1557257255"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/ea85cc8607744837a23451830176cb83", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:16:38,558 80724 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '8aaaa8ae-f78e-4897-89cf-609b1a51265e', 'name': 'tempest-AttachVolumeTestJSON-184565403-network', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', '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': 54828, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:16:17Z', 'updated_at': '2025-11-13T05:16:18Z', 'revision_number': 1} available for tenant
2025-11-13 06:16:38,559 80724 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2004191097', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI7FB5kXpNEL3Re3jje7Wb7nkBCgTek7E7QnHh415CyaPg7d9JjpLayH3jZ+cyvlmOt9Ug9n22P0e0w22AW1mZnIBaJJV9SugyTSk5UCfs0uUPgsUNxrnUXs1PmQZxgL0g==', 'fingerprint': '56:07:09:19:6e:32:55:b6:4b:40:e7:6a:f8:72:b5:0a', 'user_id': '13c51ec02ef8407f8dd7f838ef381f03', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDOZyfJNDf0Oc0Y2GF4kDlxMk9SF3GoloUr8bgdaETd+car5AtpKXMi\nEtzTduzMOfagBwYFK4EEACKhZANiAASOxQeZF6TRC90Xt443u1m+55AQoE3pOxO0\nJx4eNeQsmj4O3fSY6S2sh942fnMr5ZjrfVIPZ9tj9HtMNtgFtZmZyAWiSVfUroMk\n0pOVAn7NLlD4LFDca51F7NT5kGcYC9I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1947598e-07ec-43dc-9f7f-430228ef080d', 'name': 'tempest-securitygroup--1892741964', 'stateful': True, 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', 'description': 'tempest-description--1058961099', 'shared': False, 'security_group_rules': [{'id': '5c3298f8-06c2-4f76-be0a-eada663493e4', 'project_id': 'ea85cc8607744837a23451830176cb83', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'security_group_id': '1947598e-07ec-43dc-9f7f-430228ef080d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 113, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:16:31Z', 'updated_at': '2025-11-13T05:16:31Z', 'revision_number': 0}, {'id': 'e04f33a9-06b5-4040-a3d6-00d89fff1c3b', 'project_id': 'ea85cc8607744837a23451830176cb83', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'security_group_id': '1947598e-07ec-43dc-9f7f-430228ef080d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 112, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:16:31Z', 'updated_at': '2025-11-13T05:16:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:16:31Z', 'updated_at': '2025-11-13T05:16:31Z', 'revision_number': 1}, 'floating_ip': {'id': '5355b7e1-9bbc-4640-8899-d079ece58618', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', 'floating_ip_address': '172.24.4.83', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:16:37Z', 'updated_at': '2025-11-13T05:16:37Z', 'revision_number': 0, 'ip': '172.24.4.83'}}
2025-11-13 06:16:49,923 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://192.168.122.173/compute/v2.1/servers 11.363s
2025-11-13 06:16:49,923 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1725946469", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8aaaa8ae-f78e-4897-89cf-609b1a51265e"}], "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "key_name": "tempest-keypair-2004191097", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a85f8a94-89e1-465e-a42f-8161cf9f000f', 'x-compute-request-id': 'req-a85f8a94-89e1-465e-a42f-8161cf9f000f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "adminPass": "password"}}'
2025-11-13 06:16:53,514 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 3.588s
2025-11-13 06:16:53,515 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db4aa115-1c76-4234-bb4c-5859e600ab6a', 'x-compute-request-id': 'req-db4aa115-1c76-4234-bb4c-5859e600ab6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:50Z", "updated": "2025-11-13T05:16:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2004191097", "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": []}}'
2025-11-13 06:16:54,782 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.255s
2025-11-13 06:16:54,783 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-affdae26-41d8-459d-8f20-d521895e956f', 'x-compute-request-id': 'req-affdae26-41d8-459d-8f20-d521895e956f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "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": []}}'
2025-11-13 06:16:54,794 80724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait
2025-11-13 06:16:56,302 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.506s
2025-11-13 06:16:56,302 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d309500-1767-419c-ad26-515d733bfe48', 'x-compute-request-id': 'req-0d309500-1767-419c-ad26-515d733bfe48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "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": []}}'
2025-11-13 06:16:57,852 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.538s
2025-11-13 06:16:57,852 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce1cf992-2ecb-4752-a7be-e36c2ba21166', 'x-compute-request-id': 'req-ce1cf992-2ecb-4752-a7be-e36c2ba21166', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:16:57,863 80724 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait
2025-11-13 06:16:59,077 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.212s
2025-11-13 06:16:59,077 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:16:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbf2d832-8d9b-481c-80d5-99b5db72adf1', 'x-compute-request-id': 'req-fbf2d832-8d9b-481c-80d5-99b5db72adf1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:02,297 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 2.206s
2025-11-13 06:17:02,297 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4c56364-03ce-4512-ae6a-37ea67be29b0', 'x-compute-request-id': 'req-c4c56364-03ce-4512-ae6a-37ea67be29b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:03,904 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.595s
2025-11-13 06:17:03,904 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-624775a9-4ee5-4315-b207-8d2f68337232', 'x-compute-request-id': 'req-624775a9-4ee5-4315-b207-8d2f68337232', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:05,970 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 1.054s
2025-11-13 06:17:05,971 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2c45c2f-8691-4601-b4de-1800c4aa2ef4', 'x-compute-request-id': 'req-b2c45c2f-8691-4601-b4de-1800c4aa2ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:07,146 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.162s
2025-11-13 06:17:07,146 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4b84d02-cf43-4e5a-94ad-9ec6cc39aa6a', 'x-compute-request-id': 'req-e4b84d02-cf43-4e5a-94ad-9ec6cc39aa6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:08,683 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.524s
2025-11-13 06:17:08,683 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b684b763-059e-4060-b7e2-1ec674899326', 'x-compute-request-id': 'req-b684b763-059e-4060-b7e2-1ec674899326', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:09,962 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.264s
2025-11-13 06:17:09,962 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-249f1132-d646-47f0-b8bb-d022f587e993', 'x-compute-request-id': 'req-249f1132-d646-47f0-b8bb-d022f587e993', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:11,382 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.407s
2025-11-13 06:17:11,382 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1c47a18-3ddf-4146-9c06-cb652e053f97', 'x-compute-request-id': 'req-b1c47a18-3ddf-4146-9c06-cb652e053f97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:12,886 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.490s
2025-11-13 06:17:12,887 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04cb360d-8dcd-42a8-829d-93ed6429d29a', 'x-compute-request-id': 'req-04cb360d-8dcd-42a8-829d-93ed6429d29a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:14,409 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.510s
2025-11-13 06:17:14,410 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-765ba910-cdb4-4f27-b14c-498636a04ac5', 'x-compute-request-id': 'req-765ba910-cdb4-4f27-b14c-498636a04ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:16:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:15,710 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.288s
2025-11-13 06:17:15,710 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f67648b-e963-4fc1-b565-5c2553cb9017', 'x-compute-request-id': 'req-9f67648b-e963-4fc1-b565-5c2553cb9017', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:17:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:19,468 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 2.745s
2025-11-13 06:17:19,468 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-564ef3cb-34b3-4f89-9ea5-bcba6613533d', 'x-compute-request-id': 'req-564ef3cb-34b3-4f89-9ea5-bcba6613533d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:17:16Z", "addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:11:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:17:19,479 80724 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 26 second wait
2025-11-13 06:17:20,683 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3/os-interface 1.203s
2025-11-13 06:17:20,683 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-257e350c-fb37-4585-b512-8ccb0c62b0b8', 'x-compute-request-id': 'req-257e350c-fb37-4585-b512-8ccb0c62b0b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "8aaaa8ae-f78e-4897-89cf-609b1a51265e", "port_id": "ece1224d-fcd2-4c52-a874-e5f2191e4718", "mac_addr": "fa:16:3e:86:11:ac", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b272968d-8fe1-4564-b08f-37855e663b23", "ip_address": "10.0.0.3"}]}]}'
2025-11-13 06:17:24,475 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/5355b7e1-9bbc-4640-8899-d079ece58618 3.789s
2025-11-13 06:17:24,475 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "ece1224d-fcd2-4c52-a874-e5f2191e4718"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:17:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-61ef9e5d-54db-4991-8dca-5b47cbb659a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/5355b7e1-9bbc-4640-8899-d079ece58618'}
Body: b'{"floatingip": {"id": "5355b7e1-9bbc-4640-8899-d079ece58618", "tenant_id": "ea85cc8607744837a23451830176cb83", "project_id": "ea85cc8607744837a23451830176cb83", "floating_ip_address": "172.24.4.83", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "674bdc1c-f41a-47cf-8cfe-ba97938e0eca", "port_id": "ece1224d-fcd2-4c52-a874-e5f2191e4718", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8aaaa8ae-f78e-4897-89cf-609b1a51265e", "mac_address": "fa:16:3e:86:11:ac", "admin_state_up": true, "status": "ACTIVE", "device_id": "75cc8805-76f8-40f1-938c-120a28377ee3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:16:37Z", "updated_at": "2025-11-13T05:17:22Z", "revision_number": 1}}'
2025-11-13 06:17:24,477 80724 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.83:22' as 'cirros' with public key authentication
2025-11-13 06:18:24,536 80724 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.83 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:18:27,094 80724 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:18:27,286 80724 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:18:27,287 80724 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.83 successfully created
2025-11-13 06:18:27,482 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3/ips 0.194s
2025-11-13 06:18:27,483 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '142', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c95ba13-93c5-422d-838a-b98bf388db07', 'x-compute-request-id': 'req-7c95ba13-93c5-422d-838a-b98bf388db07', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.3"}, {"version": 4, "addr": "172.24.4.83"}]}}'
2025-11-13 06:18:27,486 80724 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.83:22' as 'cirros' with public key authentication
2025-11-13 06:18:27,507 80724 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:18:27,674 80724 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:18:27,674 80724 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.83 successfully created
2025-11-13 06:18:27,675 80724 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps
2025-11-13 06:18:27,675 80724 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.83:22' as 'cirros' with public key authentication
2025-11-13 06:18:27,693 80724 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:18:27,853 80724 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:18:27,854 80724 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.83 successfully created
2025-11-13 06:18:28,330 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.336s
2025-11-13 06:18:28,330 80724 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-AttachVolumeTestJSON-volume-2112405955"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-daed9bcf-6d4b-4f78-8dd1-ca7d2b20ee91', 'x-openstack-request-id': 'req-daed9bcf-6d4b-4f78-8dd1-ca7d2b20ee91', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:18:28,455 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.123s
2025-11-13 06:18:28,455 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3d07f7d-fd2f-4f8a-91ca-41dae20c2e27', 'x-compute-request-id': 'req-c3d07f7d-fd2f-4f8a-91ca-41dae20c2e27', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b''
2025-11-13 06:18:28,779 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.324s
2025-11-13 06:18:28,780 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7544f7c7-f323-4b4e-aa69-bf014261f761', 'x-compute-request-id': 'req-7544f7c7-f323-4b4e-aa69-bf014261f761', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:18:28Z", "addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:11:ac"}, {"version": 4, "addr": "172.24.4.83", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:11:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:30,093 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.301s
2025-11-13 06:18:30,094 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec81e956-e33c-4a4d-bff0-61bb2d38d48d', 'x-compute-request-id': 'req-ec81e956-e33c-4a4d-bff0-61bb2d38d48d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:18:28Z", "addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:11:ac"}, {"version": 4, "addr": "172.24.4.83", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:11:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:32,724 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 1.618s
2025-11-13 06:18:32,725 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4021b26f-fc2d-4a0d-b91b-74c1dfb68260', 'x-compute-request-id': 'req-4021b26f-fc2d-4a0d-b91b-74c1dfb68260', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:18:30Z", "addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:11:ac"}, {"version": 4, "addr": "172.24.4.83", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:11:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1892741964"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:34,334 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.597s
2025-11-13 06:18:34,334 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c734103-36c3-4f2c-9602-20cc2dd05e3a', 'x-compute-request-id': 'req-1c734103-36c3-4f2c-9602-20cc2dd05e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "DELETED", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:18:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:18:33.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:34,345 80724 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 6 second wait
2025-11-13 06:18:35,629 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.282s
2025-11-13 06:18:35,630 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-552e7c57-1a1b-4a90-8ec9-ecd5913d0ad2', 'x-compute-request-id': 'req-552e7c57-1a1b-4a90-8ec9-ecd5913d0ad2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"server": {"id": "75cc8805-76f8-40f1-938c-120a28377ee3", "name": "tempest-AttachVolumeTestJSON-server-1725946469", "status": "DELETED", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:16:49Z", "updated": "2025-11-13T05:18:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/75cc8805-76f8-40f1-938c-120a28377ee3"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004191097", "OS-SRV-USG:launched_at": "2025-11-13T05:17:15.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:18:33.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:36,679 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3 0.037s
2025-11-13 06:18:36,679 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-14b662d6-b5d0-4979-810c-cb3f1e7b5187', 'x-compute-request-id': 'req-14b662d6-b5d0-4979-810c-cb3f1e7b5187', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/75cc8805-76f8-40f1-938c-120a28377ee3'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 75cc8805-76f8-40f1-938c-120a28377ee3 could not be found."}}'
2025-11-13 06:18:36,748 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-2004191097 0.068s
2025-11-13 06:18:36,748 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:36 GMT', 'server': 'Apache/2.4.52 (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-dfd96b6c-73a0-40a1-bdb1-87e29479e1ca', 'x-compute-request-id': 'req-dfd96b6c-73a0-40a1-bdb1-87e29479e1ca', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-2004191097'}
Body: b''
2025-11-13 06:18:36,981 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/1947598e-07ec-43dc-9f7f-430228ef080d 0.232s
2025-11-13 06:18:36,981 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cc7e2893-82f6-4ba8-94e4-8da3e9e5746d', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/1947598e-07ec-43dc-9f7f-430228ef080d'}
Body: b''
2025-11-13 06:18:37,083 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/1947598e-07ec-43dc-9f7f-430228ef080d 0.101s
2025-11-13 06:18:37,083 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-76bbab63-59cb-4183-ac2a-747c84f27875', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/1947598e-07ec-43dc-9f7f-430228ef080d'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1947598e-07ec-43dc-9f7f-430228ef080d does not exist", "detail": ""}}'
2025-11-13 06:18:37,603 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/5355b7e1-9bbc-4640-8899-d079ece58618 0.519s
2025-11-13 06:18:37,603 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2d02571f-4785-42a2-8de0-7b8964c4200f', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/5355b7e1-9bbc-4640-8899-d079ece58618'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft34.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:18:37,607 80724 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:18:37,608 80724 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:18:37,892 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.284s
2025-11-13 06:18:37,893 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2040559519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUV4eiKVntETVW+N+VNYcJSTU6UerGAqpH/4gI9fk5t73ipx0Hp9LVewCjnc+W/Df3ua+z9zPJkFa/MVQxZln0mK7UwoyLXAM7Lq3Nu3yWfIEeJfxtQIP7i8ZauofWbKg=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3023e464-5417-41d1-96d0-1be912b808f1', 'x-compute-request-id': 'req-3023e464-5417-41d1-96d0-1be912b808f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2040559519", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUV4eiKVntETVW+N+VNYcJSTU6UerGAqpH/4gI9fk5t73ipx0Hp9LVewCjnc+W/Df3ua+z9zPJkFa/MVQxZln0mK7UwoyLXAM7Lq3Nu3yWfIEeJfxtQIP7i8ZauofWbKg==", "fingerprint": "81:2f:fa:be:9a:fa:4d:ca:e2:7f:b2:c7:e1:44:3e:27", "user_id": "13c51ec02ef8407f8dd7f838ef381f03"}}'
2025-11-13 06:18:37,895 80724 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2040559519 created
2025-11-13 06:18:38,271 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.376s
2025-11-13 06:18:38,271 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1339393161", "description": "tempest-description--1206329205"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-3f13f632-02ce-481d-9c52-767aefed334a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "686cd396-a4ce-4c60-93f8-43894696743c", "name": "tempest-securitygroup--1339393161", "stateful": true, "tenant_id": "ea85cc8607744837a23451830176cb83", "project_id": "ea85cc8607744837a23451830176cb83", "description": "tempest-description--1206329205", "shared": false, "security_group_rules": [{"id": "964aea5d-26e7-412d-9506-439c60e5c9e6", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "686cd396-a4ce-4c60-93f8-43894696743c", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 282, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:18:38Z", "updated_at": "2025-11-13T05:18:38Z", "revision_number": 0}, {"id": "ceecf56e-c7dc-4e40-ae84-6db94ba13aeb", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "686cd396-a4ce-4c60-93f8-43894696743c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 281, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:18:38Z", "updated_at": "2025-11-13T05:18:38Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:18:38Z", "updated_at": "2025-11-13T05:18:38Z", "revision_number": 1}}'
2025-11-13 06:18:38,630 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.358s
2025-11-13 06:18:38,631 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "686cd396-a4ce-4c60-93f8-43894696743c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-90c96e96-f004-4277-9507-ed83dfa388f9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "393ed5d7-6984-4d5a-9dad-95c336ee94a4", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "686cd396-a4ce-4c60-93f8-43894696743c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:18:38Z", "updated_at": "2025-11-13T05:18:38Z", "revision_number": 0}}'
2025-11-13 06:18:39,133 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.502s
2025-11-13 06:18:39,134 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "686cd396-a4ce-4c60-93f8-43894696743c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-791d1739-bb43-4eca-af96-6016eb0c3945', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f6118867-8154-47d7-8b9b-e953e95b165b", "project_id": "ea85cc8607744837a23451830176cb83", "tenant_id": "ea85cc8607744837a23451830176cb83", "security_group_id": "686cd396-a4ce-4c60-93f8-43894696743c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:18:38Z", "updated_at": "2025-11-13T05:18:38Z", "revision_number": 0}}'
2025-11-13 06:18:39,134 80724 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1339393161 created
2025-11-13 06:18:40,905 80724 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 1.770s
2025-11-13 06:18:40,905 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-458f91f1-2257-41fc-8743-859192c25331', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "618236f0-c94e-457a-a529-04839d696a8a", "tenant_id": "ea85cc8607744837a23451830176cb83", "project_id": "ea85cc8607744837a23451830176cb83", "floating_ip_address": "172.24.4.210", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:18:39Z", "updated_at": "2025-11-13T05:18:39Z", "revision_number": 0}}'
2025-11-13 06:18:40,906 80724 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '618236f0-c94e-457a-a529-04839d696a8a', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', 'floating_ip_address': '172.24.4.210', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:18:39Z', 'updated_at': '2025-11-13T05:18:39Z', 'revision_number': 0, 'ip': '172.24.4.210'} created
2025-11-13 06:18:41,300 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.390s
2025-11-13 06:18:41,300 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8a0c8876-e232-4482-ae33-a5a2dd6b4ab4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "13c51ec02ef8407f8dd7f838ef381f03", "name": "tempest-AttachVolumeTestJSON-1557257255-project-member", "password_expires_at": null}, "audit_ids": ["3zpCd05OSyO7BhlfgiwN0A"], "expires_at": "2025-11-13T06:18:41.000000Z", "issued_at": "2025-11-13T05:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea85cc8607744837a23451830176cb83", "name": "tempest-AttachVolumeTestJSON-1557257255"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/ea85cc8607744837a23451830176cb83", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:18:41,301 80724 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '8aaaa8ae-f78e-4897-89cf-609b1a51265e', 'name': 'tempest-AttachVolumeTestJSON-184565403-network', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', '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': 54828, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:16:17Z', 'updated_at': '2025-11-13T05:16:18Z', 'revision_number': 1} available for tenant
2025-11-13 06:18:41,301 80724 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2040559519', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUV4eiKVntETVW+N+VNYcJSTU6UerGAqpH/4gI9fk5t73ipx0Hp9LVewCjnc+W/Df3ua+z9zPJkFa/MVQxZln0mK7UwoyLXAM7Lq3Nu3yWfIEeJfxtQIP7i8ZauofWbKg==', 'fingerprint': '81:2f:fa:be:9a:fa:4d:ca:e2:7f:b2:c7:e1:44:3e:27', 'user_id': '13c51ec02ef8407f8dd7f838ef381f03', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDMUQQUN2SynQzmBGxLmUoKXISSXadmPQ4CPlth3KU4xq19rqRlfRKJ\nyp2cEZLcgFCgBwYFK4EEACKhZANiAAT1FeHoilZ7RE1VvjflTWHCUk1OlHqxgKqR\n/+ICPX5Obe94qcdB6fS1XsAo53Plvw397mvs/czyZBWvzFUMWZZ9Jiu1MKMi1wDO\ny6tzbt8lnyBHiX8bUCD+4vGWrqH1myo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '686cd396-a4ce-4c60-93f8-43894696743c', 'name': 'tempest-securitygroup--1339393161', 'stateful': True, 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', 'description': 'tempest-description--1206329205', 'shared': False, 'security_group_rules': [{'id': '964aea5d-26e7-412d-9506-439c60e5c9e6', 'project_id': 'ea85cc8607744837a23451830176cb83', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'security_group_id': '686cd396-a4ce-4c60-93f8-43894696743c', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 282, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:18:38Z', 'updated_at': '2025-11-13T05:18:38Z', 'revision_number': 0}, {'id': 'ceecf56e-c7dc-4e40-ae84-6db94ba13aeb', 'project_id': 'ea85cc8607744837a23451830176cb83', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'security_group_id': '686cd396-a4ce-4c60-93f8-43894696743c', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 281, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:18:38Z', 'updated_at': '2025-11-13T05:18:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:18:38Z', 'updated_at': '2025-11-13T05:18:38Z', 'revision_number': 1}, 'floating_ip': {'id': '618236f0-c94e-457a-a529-04839d696a8a', 'tenant_id': 'ea85cc8607744837a23451830176cb83', 'project_id': 'ea85cc8607744837a23451830176cb83', 'floating_ip_address': '172.24.4.210', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:18:39Z', 'updated_at': '2025-11-13T05:18:39Z', 'revision_number': 0, 'ip': '172.24.4.210'}}
2025-11-13 06:18:42,859 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://192.168.122.173/compute/v2.1/servers 1.558s
2025-11-13 06:18:42,860 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2013519888", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "8aaaa8ae-f78e-4897-89cf-609b1a51265e"}], "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "key_name": "tempest-keypair-2040559519", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-050910f9-5241-43bb-8d4e-f61934fde29b', 'x-compute-request-id': 'req-050910f9-5241-43bb-8d4e-f61934fde29b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "adminPass": "password"}}'
2025-11-13 06:18:43,047 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.184s
2025-11-13 06:18:43,047 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c1e4905-6aef-4fc7-bc52-c01a39601acf', 'x-compute-request-id': 'req-1c1e4905-6aef-4fc7-bc52-c01a39601acf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:43Z", "updated": "2025-11-13T05:18:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2040559519", "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": []}}'
2025-11-13 06:18:44,238 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.174s
2025-11-13 06:18:44,238 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22ae65f3-fb41-45e0-bdc1-3548959ec39e', 'x-compute-request-id': 'req-22ae65f3-fb41-45e0-bdc1-3548959ec39e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "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": []}}'
2025-11-13 06:18:45,475 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.220s
2025-11-13 06:18:45,475 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d334845-bfe5-4048-9626-b12252178a90', 'x-compute-request-id': 'req-6d334845-bfe5-4048-9626-b12252178a90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "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": []}}'
2025-11-13 06:18:45,486 80724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:18:46,644 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.157s
2025-11-13 06:18:46,645 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1304', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78644001-ed01-41bc-96e2-c6235eb06169', 'x-compute-request-id': 'req-78644001-ed01-41bc-96e2-c6235eb06169', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "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": []}}'
2025-11-13 06:18:50,006 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 2.349s
2025-11-13 06:18:50,006 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-066b7bf3-c775-4efb-95aa-5290763cdcac', 'x-compute-request-id': 'req-066b7bf3-c775-4efb-95aa-5290763cdcac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:50,020 80724 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2025-11-13 06:18:54,071 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 3.050s
2025-11-13 06:18:54,072 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d23543c-c65b-4b4a-a0e0-fba6abdaa166', 'x-compute-request-id': 'req-5d23543c-c65b-4b4a-a0e0-fba6abdaa166', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:54,082 80724 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 11 second wait
2025-11-13 06:18:55,503 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.420s
2025-11-13 06:18:55,503 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2b63d83-e549-4872-81c0-eaed3778e3c5', 'x-compute-request-id': 'req-f2b63d83-e549-4872-81c0-eaed3778e3c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:56,667 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.153s
2025-11-13 06:18:56,667 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-768e6a9e-8f38-46ed-a05d-32c5f36bf79e', 'x-compute-request-id': 'req-768e6a9e-8f38-46ed-a05d-32c5f36bf79e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:57,844 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.165s
2025-11-13 06:18:57,845 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73147006-4750-4d6e-bc4f-44614e5fc4c9', 'x-compute-request-id': 'req-73147006-4750-4d6e-bc4f-44614e5fc4c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:18:59,979 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 1.123s
2025-11-13 06:18:59,980 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:18:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c47854b-8e0a-4f41-9e6b-1958acfd3969', 'x-compute-request-id': 'req-5c47854b-8e0a-4f41-9e6b-1958acfd3969', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:18:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:02,593 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 1.602s
2025-11-13 06:19:02,594 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1378', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4cdf8a4-0ed4-4ef1-95f3-f79ca2d82f70', 'x-compute-request-id': 'req-b4cdf8a4-0ed4-4ef1-95f3-f79ca2d82f70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "BUILD", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:19:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:04,047 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.436s
2025-11-13 06:19:04,048 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1557', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-247392ea-5e16-4d1a-9ca9-dd0c0e367873', 'x-compute-request-id': 'req-247392ea-5e16-4d1a-9ca9-dd0c0e367873', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:19:01Z", "addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:33:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": "2025-11-13T05:19:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:04,058 80724 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait
2025-11-13 06:19:04,204 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f/os-interface 0.145s
2025-11-13 06:19:04,205 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5604aa06-ff5e-471c-bc99-583ec64ad4f5', 'x-compute-request-id': 'req-5604aa06-ff5e-471c-bc99-583ec64ad4f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "8aaaa8ae-f78e-4897-89cf-609b1a51265e", "port_id": "06e54c5c-994c-44ce-9f03-a3ad008b5ef3", "mac_addr": "fa:16:3e:e5:33:53", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b272968d-8fe1-4564-b08f-37855e663b23", "ip_address": "10.0.0.5"}]}]}'
2025-11-13 06:19:05,465 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/618236f0-c94e-457a-a529-04839d696a8a 1.257s
2025-11-13 06:19:05,465 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "06e54c5c-994c-44ce-9f03-a3ad008b5ef3"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bf04166a-5259-4047-a85a-7bb27f7280d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/618236f0-c94e-457a-a529-04839d696a8a'}
Body: b'{"floatingip": {"id": "618236f0-c94e-457a-a529-04839d696a8a", "tenant_id": "ea85cc8607744837a23451830176cb83", "project_id": "ea85cc8607744837a23451830176cb83", "floating_ip_address": "172.24.4.210", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "674bdc1c-f41a-47cf-8cfe-ba97938e0eca", "port_id": "06e54c5c-994c-44ce-9f03-a3ad008b5ef3", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8aaaa8ae-f78e-4897-89cf-609b1a51265e", "mac_address": "fa:16:3e:e5:33:53", "admin_state_up": true, "status": "ACTIVE", "device_id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:18:39Z", "updated_at": "2025-11-13T05:19:04Z", "revision_number": 1}}'
2025-11-13 06:19:05,466 80724 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.210:22' as 'cirros' with public key authentication
2025-11-13 06:20:05,526 80724 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.210 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:20:08,069 80724 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:20:08,272 80724 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:20:08,272 80724 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.210 successfully created
2025-11-13 06:20:08,360 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f/ips 0.087s
2025-11-13 06:20:08,361 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7f77834-b88a-47bd-926f-6c78e5e35713', 'x-compute-request-id': 'req-e7f77834-b88a-47bd-926f-6c78e5e35713', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.5"}, {"version": 4, "addr": "172.24.4.210"}]}}'
2025-11-13 06:20:08,900 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://192.168.122.173/volume/v3/volumes 0.537s
2025-11-13 06:20:08,900 80724 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-AttachVolumeTestJSON-volume-123031103"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-f426f5ee-3492-4ca9-944e-9656cd5e6e5c', 'x-openstack-request-id': 'req-f426f5ee-3492-4ca9-944e-9656cd5e6e5c', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:20:09,157 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.257s
2025-11-13 06:20:09,158 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55ec9e15-f26a-40df-95a0-2960f042e177', 'x-compute-request-id': 'req-55ec9e15-f26a-40df-95a0-2960f042e177', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b''
2025-11-13 06:20:10,126 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.968s
2025-11-13 06:20:10,127 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:09 GMT', 'server': 'Apache/2.4.52 (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-64eb7dfd-232a-45c8-a179-f2fdeae1e158', 'x-compute-request-id': 'req-64eb7dfd-232a-45c8-a179-f2fdeae1e158', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:20:09Z", "addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:33:53"}, {"version": 4, "addr": "172.24.4.210", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:33:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": "2025-11-13T05:19:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:11,557 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.413s
2025-11-13 06:20:11,557 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:11 GMT', 'server': 'Apache/2.4.52 (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-9cd6ecb5-23ed-4ffb-8923-21de7fc69238', 'x-compute-request-id': 'req-9cd6ecb5-23ed-4ffb-8923-21de7fc69238', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:20:11Z", "addresses": {"tempest-AttachVolumeTestJSON-184565403-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:33:53"}, {"version": 4, "addr": "172.24.4.210", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:33:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": "2025-11-13T05:19:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1339393161"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:12,666 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.097s
2025-11-13 06:20:12,667 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3bd776d-a584-47a8-a031-6d710114d359', 'x-compute-request-id': 'req-e3bd776d-a584-47a8-a031-6d710114d359', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "ACTIVE", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:20:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": "2025-11-13T05:19:01.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:13,794 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.115s
2025-11-13 06:20:13,795 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26303c09-e785-4a59-bec6-0c39d6ee7243', 'x-compute-request-id': 'req-26303c09-e785-4a59-bec6-0c39d6ee7243', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "DELETED", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:20:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": "2025-11-13T05:19:01.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:20:13.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:13,805 80724 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 3 second wait
2025-11-13 06:20:14,897 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.090s
2025-11-13 06:20:14,897 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed6adfb6-2e20-49fb-9297-2b8ca96bfc7a', 'x-compute-request-id': 'req-ed6adfb6-2e20-49fb-9297-2b8ca96bfc7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"server": {"id": "08b6e06b-b5f3-4eb8-af71-7dd63da3644f", "name": "tempest-AttachVolumeTestJSON-server-2013519888", "status": "DELETED", "tenant_id": "ea85cc8607744837a23451830176cb83", "user_id": "13c51ec02ef8407f8dd7f838ef381f03", "metadata": {}, "hostId": "d2e13ab1ba597f15fe69169de6c6feb7619792bc1a5e862d774cff9d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:18:42Z", "updated": "2025-11-13T05:20:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040559519", "OS-SRV-USG:launched_at": "2025-11-13T05:19:01.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:20:13.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:15,940 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f 0.032s
2025-11-13 06:20:15,941 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-fc42c5cb-7cf3-4624-9886-4804bb1b4176', 'x-compute-request-id': 'req-fc42c5cb-7cf3-4624-9886-4804bb1b4176', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/08b6e06b-b5f3-4eb8-af71-7dd63da3644f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 08b6e06b-b5f3-4eb8-af71-7dd63da3644f could not be found."}}'
2025-11-13 06:20:15,981 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-2040559519 0.040s
2025-11-13 06:20:15,982 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:15 GMT', 'server': 'Apache/2.4.52 (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-155cb16f-f787-4244-8492-160f2640a282', 'x-compute-request-id': 'req-155cb16f-f787-4244-8492-160f2640a282', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-2040559519'}
Body: b''
2025-11-13 06:20:16,171 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/686cd396-a4ce-4c60-93f8-43894696743c 0.188s
2025-11-13 06:20:16,171 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-01a61712-a4db-41de-865c-b585ee8e8904', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/686cd396-a4ce-4c60-93f8-43894696743c'}
Body: b''
2025-11-13 06:20:16,193 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/686cd396-a4ce-4c60-93f8-43894696743c 0.022s
2025-11-13 06:20:16,194 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-741e1d81-8718-4572-89e0-ad32c4b451c1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/686cd396-a4ce-4c60-93f8-43894696743c'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 686cd396-a4ce-4c60-93f8-43894696743c does not exist", "detail": ""}}'
2025-11-13 06:20:16,574 80724 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/618236f0-c94e-457a-a529-04839d696a8a 0.379s
2025-11-13 06:20:16,574 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-41c349a9-3935-47c2-985b-e6b3c9bf3ad9', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/618236f0-c94e-457a-a529-04839d696a8a'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments
volume_1st = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft35.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:19:25,635 80730 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:19:25,635 80730 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:19:25,818 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.181s
2025-11-13 06:19:25,818 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1223248930", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyYElxTkayNCvt/RTtl3OHmaaE1Xw9bcHz0YVwbRCujpz0FX3Yi7N145Qe3+zjbIUSX9lyxjTqn7WBKMiSCtW18G5KAC6C2rja9Zs1U3LOocwkvq1YTDDvpWqCXP3ZSsg=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b16bd33-dc49-4c58-9f19-682da9a3c548', 'x-compute-request-id': 'req-7b16bd33-dc49-4c58-9f19-682da9a3c548', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1223248930", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyYElxTkayNCvt/RTtl3OHmaaE1Xw9bcHz0YVwbRCujpz0FX3Yi7N145Qe3+zjbIUSX9lyxjTqn7WBKMiSCtW18G5KAC6C2rja9Zs1U3LOocwkvq1YTDDvpWqCXP3ZSsg==", "fingerprint": "1e:83:9e:08:8a:45:c0:e6:0b:b2:27:94:8d:88:ae:0a", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a"}}'
2025-11-13 06:19:25,820 80730 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1223248930 created
2025-11-13 06:19:26,132 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.311s
2025-11-13 06:19:26,132 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1098456037", "description": "tempest-description--486976085"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-38ba6c9b-cb7c-47cf-bf36-f37e94599c7a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "7c68ea73-090d-4e81-9001-cc4a8d40f205", "name": "tempest-securitygroup--1098456037", "stateful": true, "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "description": "tempest-description--486976085", "shared": false, "security_group_rules": [{"id": "030d676c-6d6d-40da-9d97-7666a9922f56", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7c68ea73-090d-4e81-9001-cc4a8d40f205", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 343, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:19:25Z", "updated_at": "2025-11-13T05:19:25Z", "revision_number": 0}, {"id": "77b03f1a-8b34-4a56-a7ca-860841adf5f9", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7c68ea73-090d-4e81-9001-cc4a8d40f205", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 342, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:19:25Z", "updated_at": "2025-11-13T05:19:25Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:19:25Z", "updated_at": "2025-11-13T05:19:25Z", "revision_number": 1}}'
2025-11-13 06:19:26,474 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.341s
2025-11-13 06:19:26,474 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "7c68ea73-090d-4e81-9001-cc4a8d40f205", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-802011e8-18f3-44d5-96f9-b8041b22e7c5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "66cc49fa-3d0f-4752-94eb-fa0c1f413c08", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7c68ea73-090d-4e81-9001-cc4a8d40f205", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:19:26Z", "updated_at": "2025-11-13T05:19:26Z", "revision_number": 0}}'
2025-11-13 06:19:26,775 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.300s
2025-11-13 06:19:26,775 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "7c68ea73-090d-4e81-9001-cc4a8d40f205", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-459e20b1-2a95-438d-8131-d97fc908e7de', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2d92a195-a81a-4416-985d-3839dc68997b", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7c68ea73-090d-4e81-9001-cc4a8d40f205", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:19:26Z", "updated_at": "2025-11-13T05:19:26Z", "revision_number": 0}}'
2025-11-13 06:19:26,775 80730 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1098456037 created
2025-11-13 06:19:27,507 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 0.731s
2025-11-13 06:19:27,508 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-d0442a8d-a5d8-4ccf-b843-49fe966e6e49', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "f3f0d19f-829d-409e-aaf5-6c9da1df6e4e", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "floating_ip_address": "172.24.4.47", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:19:27Z", "updated_at": "2025-11-13T05:19:27Z", "revision_number": 0}}'
2025-11-13 06:19:27,508 80730 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f3f0d19f-829d-409e-aaf5-6c9da1df6e4e', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:19:27Z', 'updated_at': '2025-11-13T05:19:27Z', 'revision_number': 0, 'ip': '172.24.4.47'} created
2025-11-13 06:19:27,604 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.092s
2025-11-13 06:19:27,604 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4e7323f1-eebf-45cb-b21c-b6726615320f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd4cd42f7ec4db2ade416014a6ed25a", "name": "tempest-AttachVolumeNegativeTest-1480253743-project-member", "password_expires_at": null}, "audit_ids": ["CYH6xlFTSiaisz1V2h7Z5g"], "expires_at": "2025-11-13T06:19:27.000000Z", "issued_at": "2025-11-13T05:19:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fe5033b73aa46b39fe141a91f1c24c7", "name": "tempest-AttachVolumeNegativeTest-1480253743"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/3fe5033b73aa46b39fe141a91f1c24c7", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:19:27,605 80730 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '628c3ca2-3867-4a28-9bfc-7303f3ea747b', 'name': 'tempest-AttachVolumeNegativeTest-712426338-network', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', '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': 52889, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:19:14Z', 'updated_at': '2025-11-13T05:19:15Z', 'revision_number': 1} available for tenant
2025-11-13 06:19:27,605 80730 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1223248930', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyYElxTkayNCvt/RTtl3OHmaaE1Xw9bcHz0YVwbRCujpz0FX3Yi7N145Qe3+zjbIUSX9lyxjTqn7WBKMiSCtW18G5KAC6C2rja9Zs1U3LOocwkvq1YTDDvpWqCXP3ZSsg==', 'fingerprint': '1e:83:9e:08:8a:45:c0:e6:0b:b2:27:94:8d:88:ae:0a', 'user_id': 'afd4cd42f7ec4db2ade416014a6ed25a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB0AMolHakYFIBhPXjx8GyUXDWnweZBJ0WOR9jbn5gIE/C+1FEQSGnQ\nZAnAX98HE6WgBwYFK4EEACKhZANiAATsmBJcU5GsjQr7f0U7Zdzh5mmhNV8PW3B8\n9GFcG0Qro6c9BV92IuzdeOUHt/s42yFEl/ZcsY06p+1gSjIkgrVtfBuSgAugtq42\nvWbNVNyzqHMJL6tWEww76Vqglz92UrI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7c68ea73-090d-4e81-9001-cc4a8d40f205', 'name': 'tempest-securitygroup--1098456037', 'stateful': True, 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'description': 'tempest-description--486976085', 'shared': False, 'security_group_rules': [{'id': '030d676c-6d6d-40da-9d97-7666a9922f56', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'security_group_id': '7c68ea73-090d-4e81-9001-cc4a8d40f205', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 343, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:19:25Z', 'updated_at': '2025-11-13T05:19:25Z', 'revision_number': 0}, {'id': '77b03f1a-8b34-4a56-a7ca-860841adf5f9', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'security_group_id': '7c68ea73-090d-4e81-9001-cc4a8d40f205', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 342, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:19:25Z', 'updated_at': '2025-11-13T05:19:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:19:25Z', 'updated_at': '2025-11-13T05:19:25Z', 'revision_number': 1}, 'floating_ip': {'id': 'f3f0d19f-829d-409e-aaf5-6c9da1df6e4e', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:19:27Z', 'updated_at': '2025-11-13T05:19:27Z', 'revision_number': 0, 'ip': '172.24.4.47'}}
2025-11-13 06:19:28,173 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://192.168.122.173/compute/v2.1/servers 0.567s
2025-11-13 06:19:28,174 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-556074191", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "628c3ca2-3867-4a28-9bfc-7303f3ea747b"}], "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "key_name": "tempest-keypair-1223248930", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb0f218-eb8c-4330-adb6-62e73fdf5203', 'x-compute-request-id': 'req-cdb0f218-eb8c-4330-adb6-62e73fdf5203', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "adminPass": "password"}}'
2025-11-13 06:19:28,371 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.195s
2025-11-13 06:19:28,372 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45cbe4d2-dbca-42a8-9f15-d15d127fa7f7', 'x-compute-request-id': 'req-45cbe4d2-dbca-42a8-9f15-d15d127fa7f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1223248930", "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": []}}'
2025-11-13 06:19:29,558 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.175s
2025-11-13 06:19:29,558 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96421d56-843f-4816-9011-0f9195a7396b', 'x-compute-request-id': 'req-96421d56-843f-4816-9011-0f9195a7396b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "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": []}}'
2025-11-13 06:19:30,726 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.155s
2025-11-13 06:19:30,727 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-784f1f17-a20c-446d-8bdb-7ba9703a3ffc', 'x-compute-request-id': 'req-784f1f17-a20c-446d-8bdb-7ba9703a3ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "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": []}}'
2025-11-13 06:19:30,737 80730 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:19:31,817 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.079s
2025-11-13 06:19:31,817 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8632060c-e3c4-42a1-a313-9bae250b11f1', 'x-compute-request-id': 'req-8632060c-e3c4-42a1-a313-9bae250b11f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "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": []}}'
2025-11-13 06:19:34,229 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 1.400s
2025-11-13 06:19:34,229 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1383', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30cacaaa-a87f-4225-85e2-549a8cff7126', 'x-compute-request-id': 'req-30cacaaa-a87f-4225-85e2-549a8cff7126', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:34,240 80730 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2025-11-13 06:19:35,453 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.211s
2025-11-13 06:19:35,453 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3354c92-336e-4d0e-bb45-92d85d59e8fd', 'x-compute-request-id': 'req-f3354c92-336e-4d0e-bb45-92d85d59e8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:35,473 80730 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:19:36,614 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.139s
2025-11-13 06:19:36,614 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ffec266-0804-4e03-9c74-246ac9c6b44e', 'x-compute-request-id': 'req-7ffec266-0804-4e03-9c74-246ac9c6b44e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:37,772 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.146s
2025-11-13 06:19:37,772 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38207f17-8bed-4268-a9d4-7f3010af9381', 'x-compute-request-id': 'req-38207f17-8bed-4268-a9d4-7f3010af9381', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:38,950 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.165s
2025-11-13 06:19:38,951 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caa3019c-9af7-478e-a061-c1a731a165c9', 'x-compute-request-id': 'req-caa3019c-9af7-478e-a061-c1a731a165c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:40,363 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.400s
2025-11-13 06:19:40,364 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cae26eb6-01d3-43db-b57e-3e208ebd978e', 'x-compute-request-id': 'req-cae26eb6-01d3-43db-b57e-3e208ebd978e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:41,623 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.248s
2025-11-13 06:19:41,624 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f50af6c-9fb4-458b-b2c5-70eb8615a655', 'x-compute-request-id': 'req-5f50af6c-9fb4-458b-b2c5-70eb8615a655', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:42,855 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.219s
2025-11-13 06:19:42,855 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-763af9aa-facd-4dc3-b1fa-bcd865cbe8eb', 'x-compute-request-id': 'req-763af9aa-facd-4dc3-b1fa-bcd865cbe8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:44,009 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.142s
2025-11-13 06:19:44,009 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-096ff0a6-7040-4802-bd4e-843f1ee07f6c', 'x-compute-request-id': 'req-096ff0a6-7040-4802-bd4e-843f1ee07f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:19:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b1:86"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": "2025-11-13T05:19:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:19:44,020 80730 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2025-11-13 06:19:44,123 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a/os-interface 0.102s
2025-11-13 06:19:44,123 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-897237fc-85a8-4864-94a3-d8d498215c29', 'x-compute-request-id': 'req-897237fc-85a8-4864-94a3-d8d498215c29', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "628c3ca2-3867-4a28-9bfc-7303f3ea747b", "port_id": "ca36e1cc-8b0b-483c-b291-ea751cdda88d", "mac_addr": "fa:16:3e:08:b1:86", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1ce0fa8e-e9b2-4aff-9a2d-19e3319916e1", "ip_address": "10.0.0.11"}]}]}'
2025-11-13 06:19:44,958 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/f3f0d19f-829d-409e-aaf5-6c9da1df6e4e 0.831s
2025-11-13 06:19:44,958 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "ca36e1cc-8b0b-483c-b291-ea751cdda88d"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e69ce76f-f4b9-4648-926f-7f3d924e02a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/f3f0d19f-829d-409e-aaf5-6c9da1df6e4e'}
Body: b'{"floatingip": {"id": "f3f0d19f-829d-409e-aaf5-6c9da1df6e4e", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "floating_ip_address": "172.24.4.47", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "837ee5c2-4425-4574-8c0a-e8360e0fe7e8", "port_id": "ca36e1cc-8b0b-483c-b291-ea751cdda88d", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "628c3ca2-3867-4a28-9bfc-7303f3ea747b", "mac_address": "fa:16:3e:08:b1:86", "admin_state_up": true, "status": "ACTIVE", "device_id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:19:27Z", "updated_at": "2025-11-13T05:19:44Z", "revision_number": 1}}'
2025-11-13 06:19:44,959 80730 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.47:22' as 'cirros' with public key authentication
2025-11-13 06:20:45,019 80730 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.47 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:20:47,653 80730 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:20:47,846 80730 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:20:47,847 80730 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.47 successfully created
2025-11-13 06:20:47,900 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a/ips 0.053s
2025-11-13 06:20:47,901 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '147', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf445291-4988-4aca-bd88-6436a42a9d84', 'x-compute-request-id': 'req-bf445291-4988-4aca-bd88-6436a42a9d84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.11"}, {"version": 4, "addr": "172.24.4.47"}]}}'
2025-11-13 06:20:48,772 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://192.168.122.173/volume/v3/volumes 0.868s
2025-11-13 06:20:48,772 80730 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-AttachVolumeNegativeTest-volume-860931335"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-f01d5844-917a-44e2-98cd-ceb157d37513', 'x-openstack-request-id': 'req-f01d5844-917a-44e2-98cd-ceb157d37513', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:20:49,064 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.291s
2025-11-13 06:20:49,064 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3114996-eec4-4ce8-a00d-781e0403341c', 'x-compute-request-id': 'req-b3114996-eec4-4ce8-a00d-781e0403341c', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b''
2025-11-13 06:20:49,443 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.377s
2025-11-13 06:20:49,443 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec17b014-0dd6-49f0-9368-2c8d222ccc21', 'x-compute-request-id': 'req-ec17b014-0dd6-49f0-9368-2c8d222ccc21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:20:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b1:86"}, {"version": 4, "addr": "172.24.4.47", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b1:86"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": "2025-11-13T05:19:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:50,972 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.513s
2025-11-13 06:20:50,973 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d8289fb-b9a8-47f3-9f87-68c43e119329', 'x-compute-request-id': 'req-5d8289fb-b9a8-47f3-9f87-68c43e119329', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:20:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b1:86"}, {"version": 4, "addr": "172.24.4.47", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b1:86"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": "2025-11-13T05:19:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:52,242 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.255s
2025-11-13 06:20:52,243 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8167aef-7029-4f08-9cd6-6892198b24a4', 'x-compute-request-id': 'req-c8167aef-7029-4f08-9cd6-6892198b24a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:20:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b1:86"}, {"version": 4, "addr": "172.24.4.47", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:b1:86"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": "2025-11-13T05:19:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1098456037"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:53,358 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.103s
2025-11-13 06:20:53,358 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51d3bcb2-8d6e-4169-905c-409f36132c62', 'x-compute-request-id': 'req-51d3bcb2-8d6e-4169-905c-409f36132c62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:20:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": "2025-11-13T05:19:43.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:54,526 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.155s
2025-11-13 06:20:54,526 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20a16e9a-f74a-47de-b0ad-ed0b147bcced', 'x-compute-request-id': 'req-20a16e9a-f74a-47de-b0ad-ed0b147bcced', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "DELETED", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:20:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": "2025-11-13T05:19:43.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:20:53.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:54,537 80730 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2025-11-13 06:20:55,638 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.099s
2025-11-13 06:20:55,638 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da48cce-b0f8-4bf1-b902-650ba72e322a', 'x-compute-request-id': 'req-2da48cce-b0f8-4bf1-b902-650ba72e322a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"server": {"id": "ea7e2bfa-c469-4311-b0a4-696f95ac005a", "name": "tempest-AttachVolumeNegativeTest-server-556074191", "status": "DELETED", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:19:28Z", "updated": "2025-11-13T05:20:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1223248930", "OS-SRV-USG:launched_at": "2025-11-13T05:19:43.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:20:53.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:20:56,709 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a 0.059s
2025-11-13 06:20:56,710 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-293d8f61-95ed-43e6-9274-e13d26b6f6df', 'x-compute-request-id': 'req-293d8f61-95ed-43e6-9274-e13d26b6f6df', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/ea7e2bfa-c469-4311-b0a4-696f95ac005a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ea7e2bfa-c469-4311-b0a4-696f95ac005a could not be found."}}'
2025-11-13 06:20:56,734 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1223248930 0.023s
2025-11-13 06:20:56,734 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:56 GMT', 'server': 'Apache/2.4.52 (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-518458be-25e8-45c8-88dc-41f725338dd1', 'x-compute-request-id': 'req-518458be-25e8-45c8-88dc-41f725338dd1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1223248930'}
Body: b''
2025-11-13 06:20:56,932 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/7c68ea73-090d-4e81-9001-cc4a8d40f205 0.198s
2025-11-13 06:20:56,933 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4aea96e9-65ee-4c65-8e29-ed00a0d55141', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/7c68ea73-090d-4e81-9001-cc4a8d40f205'}
Body: b''
2025-11-13 06:20:56,952 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/7c68ea73-090d-4e81-9001-cc4a8d40f205 0.018s
2025-11-13 06:20:56,952 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-29718a99-acc5-4511-ad86-86097b9d00e7', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/7c68ea73-090d-4e81-9001-cc4a8d40f205'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7c68ea73-090d-4e81-9001-cc4a8d40f205 does not exist", "detail": ""}}'
2025-11-13 06:20:57,373 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/f3f0d19f-829d-409e-aaf5-6c9da1df6e4e 0.420s
2025-11-13 06:20:57,374 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-840af65d-3411-4841-a778-fd1f977e4297', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/f3f0d19f-829d-409e-aaf5-6c9da1df6e4e'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft35.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:20:57,378 80730 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:20:57,378 80730 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:20:57,456 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.077s
2025-11-13 06:20:57,456 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-225772784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGmqz0GtICyqFDZW0fCbriQ6LbxiVuSOA21o22+X+5z/ofIa1Im3LrjtXkGLtD2jWNxoQx2nq4zZF4vk7i0Um2LpgwunV/yEx+vqvymRg/dlKYvUmocMf3PvwJ+8vDgLA=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91ed40a2-10d0-4928-a40d-3f37b3480893', 'x-compute-request-id': 'req-91ed40a2-10d0-4928-a40d-3f37b3480893', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-225772784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGmqz0GtICyqFDZW0fCbriQ6LbxiVuSOA21o22+X+5z/ofIa1Im3LrjtXkGLtD2jWNxoQx2nq4zZF4vk7i0Um2LpgwunV/yEx+vqvymRg/dlKYvUmocMf3PvwJ+8vDgLA==", "fingerprint": "21:1f:d2:b1:97:d7:d3:40:33:15:64:bd:66:b6:b5:76", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a"}}'
2025-11-13 06:20:57,458 80730 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-225772784 created
2025-11-13 06:20:57,760 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.301s
2025-11-13 06:20:57,761 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--118002676", "description": "tempest-description--1117602746"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-a1e797d1-91bd-4ad0-a65b-45c9d2f94e6d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "7cf9bc12-774d-4a3f-a485-63342babc2e5", "name": "tempest-securitygroup--118002676", "stateful": true, "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "description": "tempest-description--1117602746", "shared": false, "security_group_rules": [{"id": "abef28a3-87a4-4caf-96f5-cd4749a1f381", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7cf9bc12-774d-4a3f-a485-63342babc2e5", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 477, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:20:57Z", "updated_at": "2025-11-13T05:20:57Z", "revision_number": 0}, {"id": "beb0cce1-6114-4136-a0a8-6b14fcb5df1d", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7cf9bc12-774d-4a3f-a485-63342babc2e5", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 476, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:20:57Z", "updated_at": "2025-11-13T05:20:57Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:20:57Z", "updated_at": "2025-11-13T05:20:57Z", "revision_number": 1}}'
2025-11-13 06:20:58,018 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.257s
2025-11-13 06:20:58,018 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "7cf9bc12-774d-4a3f-a485-63342babc2e5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-9fb634dc-4db9-4c4f-a24b-06d2d0dc6f98', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "95596d27-ae6d-4748-b7f7-d50f18dcd79a", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7cf9bc12-774d-4a3f-a485-63342babc2e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:20:57Z", "updated_at": "2025-11-13T05:20:57Z", "revision_number": 0}}'
2025-11-13 06:20:58,302 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.283s
2025-11-13 06:20:58,302 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "7cf9bc12-774d-4a3f-a485-63342babc2e5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d2d7d5f6-3217-44b2-9659-dfcd6a1b2b9e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5b73e0cd-d8f2-4796-b70f-f2281cd950fe", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "7cf9bc12-774d-4a3f-a485-63342babc2e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:20:58Z", "updated_at": "2025-11-13T05:20:58Z", "revision_number": 0}}'
2025-11-13 06:20:58,303 80730 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--118002676 created
2025-11-13 06:20:59,291 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 0.988s
2025-11-13 06:20:59,292 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-be973da7-2c8f-4d4f-ae70-841d79268fcf', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "floating_ip_address": "172.24.4.66", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:20:58Z", "updated_at": "2025-11-13T05:20:58Z", "revision_number": 0}}'
2025-11-13 06:20:59,292 80730 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'floating_ip_address': '172.24.4.66', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:20:58Z', 'updated_at': '2025-11-13T05:20:58Z', 'revision_number': 0, 'ip': '172.24.4.66'} created
2025-11-13 06:20:59,409 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.111s
2025-11-13 06:20:59,409 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-56c61c28-9f76-4491-a978-11d55b1dc755', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd4cd42f7ec4db2ade416014a6ed25a", "name": "tempest-AttachVolumeNegativeTest-1480253743-project-member", "password_expires_at": null}, "audit_ids": ["XAIaumyVRV2po_W50rpPxA"], "expires_at": "2025-11-13T06:20:59.000000Z", "issued_at": "2025-11-13T05:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fe5033b73aa46b39fe141a91f1c24c7", "name": "tempest-AttachVolumeNegativeTest-1480253743"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/3fe5033b73aa46b39fe141a91f1c24c7", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:20:59,410 80730 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '628c3ca2-3867-4a28-9bfc-7303f3ea747b', 'name': 'tempest-AttachVolumeNegativeTest-712426338-network', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', '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': 52889, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:19:14Z', 'updated_at': '2025-11-13T05:19:15Z', 'revision_number': 1} available for tenant
2025-11-13 06:20:59,410 80730 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-225772784', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEGmqz0GtICyqFDZW0fCbriQ6LbxiVuSOA21o22+X+5z/ofIa1Im3LrjtXkGLtD2jWNxoQx2nq4zZF4vk7i0Um2LpgwunV/yEx+vqvymRg/dlKYvUmocMf3PvwJ+8vDgLA==', 'fingerprint': '21:1f:d2:b1:97:d7:d3:40:33:15:64:bd:66:b6:b5:76', 'user_id': 'afd4cd42f7ec4db2ade416014a6ed25a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBJAERPI6DC8YoJ8OiNA5Ym+O1+cWPgVqGSWWX/XFFJ4Wo1PG5BF6ec\nF3YU6bxqVwKgBwYFK4EEACKhZANiAARBpqs9BrSAsqhQ2VtHwm64kOi28YlbkjgN\ntaNtvl/uc/6HyGtSJty647V5Bi7Q9o1jcaEMdp6uM2ReL5O4tFJti6YMLp1f8hMf\nr6r8pkYP3ZSmL1JqHDH9z78CfvLw4Cw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7cf9bc12-774d-4a3f-a485-63342babc2e5', 'name': 'tempest-securitygroup--118002676', 'stateful': True, 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'description': 'tempest-description--1117602746', 'shared': False, 'security_group_rules': [{'id': 'abef28a3-87a4-4caf-96f5-cd4749a1f381', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'security_group_id': '7cf9bc12-774d-4a3f-a485-63342babc2e5', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 477, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:20:57Z', 'updated_at': '2025-11-13T05:20:57Z', 'revision_number': 0}, {'id': 'beb0cce1-6114-4136-a0a8-6b14fcb5df1d', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'security_group_id': '7cf9bc12-774d-4a3f-a485-63342babc2e5', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 476, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:20:57Z', 'updated_at': '2025-11-13T05:20:57Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:20:57Z', 'updated_at': '2025-11-13T05:20:57Z', 'revision_number': 1}, 'floating_ip': {'id': 'b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'floating_ip_address': '172.24.4.66', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:20:58Z', 'updated_at': '2025-11-13T05:20:58Z', 'revision_number': 0, 'ip': '172.24.4.66'}}
2025-11-13 06:21:00,252 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://192.168.122.173/compute/v2.1/servers 0.841s
2025-11-13 06:21:00,252 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1682006687", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "628c3ca2-3867-4a28-9bfc-7303f3ea747b"}], "security_groups": [{"name": "tempest-securitygroup--118002676"}], "key_name": "tempest-keypair-225772784", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '409', 'location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12f4b573-669f-4a66-a6b9-6a80363a71ce', 'x-compute-request-id': 'req-12f4b573-669f-4a66-a6b9-6a80363a71ce', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--118002676"}], "adminPass": "password"}}'
2025-11-13 06:21:00,384 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.129s
2025-11-13 06:21:00,384 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d4f70ab-8caf-4dd4-a0a3-f15799ad6918', 'x-compute-request-id': 'req-7d4f70ab-8caf-4dd4-a0a3-f15799ad6918', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-225772784", "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": []}}'
2025-11-13 06:21:01,513 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.114s
2025-11-13 06:21:01,513 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93578707-d332-43d0-845f-3913486c5eac', 'x-compute-request-id': 'req-93578707-d332-43d0-845f-3913486c5eac', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "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": []}}'
2025-11-13 06:21:02,632 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.106s
2025-11-13 06:21:02,632 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90f10bbc-103c-4f22-b9c2-7ec3ba442708', 'x-compute-request-id': 'req-90f10bbc-103c-4f22-b9c2-7ec3ba442708', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "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": []}}'
2025-11-13 06:21:02,643 80730 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:21:03,737 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.092s
2025-11-13 06:21:03,737 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-234919ac-dffe-443f-aa78-3b6ac5e4fdc5', 'x-compute-request-id': 'req-234919ac-dffe-443f-aa78-3b6ac5e4fdc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "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": []}}'
2025-11-13 06:21:04,850 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.101s
2025-11-13 06:21:04,850 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff78bc55-a5fd-413d-b7a7-264fde829f31', 'x-compute-request-id': 'req-ff78bc55-a5fd-413d-b7a7-264fde829f31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "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": []}}'
2025-11-13 06:21:04,861 80730 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-11-13 06:21:06,061 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.198s
2025-11-13 06:21:06,061 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1392', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dc7a8e0-2ca6-490c-aef5-d697dd69fabf', 'x-compute-request-id': 'req-2dc7a8e0-2ca6-490c-aef5-d697dd69fabf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "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": []}}'
2025-11-13 06:21:06,072 80730 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2025-11-13 06:21:07,971 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.897s
2025-11-13 06:21:07,972 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05b47dba-168f-4550-8d18-a3c13f923ea2', 'x-compute-request-id': 'req-05b47dba-168f-4550-8d18-a3c13f923ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:07,982 80730 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:21:09,701 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.717s
2025-11-13 06:21:09,701 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd7c8395-e71a-4b90-8e57-309cf5247508', 'x-compute-request-id': 'req-dd7c8395-e71a-4b90-8e57-309cf5247508', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:11,113 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.400s
2025-11-13 06:21:11,113 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-434ae715-878f-469c-8fc3-0b1b0f889d39', 'x-compute-request-id': 'req-434ae715-878f-469c-8fc3-0b1b0f889d39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:12,361 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.232s
2025-11-13 06:21:12,361 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac941256-845c-40db-b34a-8351199bb4a7', 'x-compute-request-id': 'req-ac941256-845c-40db-b34a-8351199bb4a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:13,763 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.388s
2025-11-13 06:21:13,764 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1380', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58f2fa43-9b28-429b-9c59-61e132032b5f', 'x-compute-request-id': 'req-58f2fa43-9b28-429b-9c59-61e132032b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:15,010 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.235s
2025-11-13 06:21:15,010 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c150b0cb-0d6d-414b-9340-8786dbc814c5', 'x-compute-request-id': 'req-c150b0cb-0d6d-414b-9340-8786dbc814c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:21:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:01:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": "2025-11-13T05:21:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:15,021 80730 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2025-11-13 06:21:15,221 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb/os-interface 0.199s
2025-11-13 06:21:15,221 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10a000fb-8901-4998-859a-7255179ae76e', 'x-compute-request-id': 'req-10a000fb-8901-4998-859a-7255179ae76e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "628c3ca2-3867-4a28-9bfc-7303f3ea747b", "port_id": "ff248348-9e12-400d-96d0-b8e10590d14b", "mac_addr": "fa:16:3e:4b:01:50", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1ce0fa8e-e9b2-4aff-9a2d-19e3319916e1", "ip_address": "10.0.0.5"}]}]}'
2025-11-13 06:21:16,773 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444 1.548s
2025-11-13 06:21:16,773 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "ff248348-9e12-400d-96d0-b8e10590d14b"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-42663b2b-2274-4b46-9e6d-6bb895c6c286', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444'}
Body: b'{"floatingip": {"id": "b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "floating_ip_address": "172.24.4.66", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "837ee5c2-4425-4574-8c0a-e8360e0fe7e8", "port_id": "ff248348-9e12-400d-96d0-b8e10590d14b", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "628c3ca2-3867-4a28-9bfc-7303f3ea747b", "mac_address": "fa:16:3e:4b:01:50", "admin_state_up": true, "status": "ACTIVE", "device_id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:20:58Z", "updated_at": "2025-11-13T05:21:15Z", "revision_number": 1}}'
2025-11-13 06:21:16,774 80730 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.66:22' as 'cirros' with public key authentication
2025-11-13 06:22:16,831 80730 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.66 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:22:19,379 80730 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:22:19,564 80730 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:22:19,564 80730 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.66 successfully created
2025-11-13 06:22:19,614 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb/ips 0.049s
2025-11-13 06:22:19,614 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '146', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d523a8c-cce1-4c86-adcc-2dff54ac3756', 'x-compute-request-id': 'req-4d523a8c-cce1-4c86-adcc-2dff54ac3756', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.5"}, {"version": 4, "addr": "172.24.4.66"}]}}'
2025-11-13 06:22:20,222 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://192.168.122.173/volume/v3/volumes 0.605s
2025-11-13 06:22:20,222 80730 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-AttachVolumeNegativeTest-volume-811867401"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6a8bc47-2e77-4c0f-b537-f57285a3c09e', 'x-openstack-request-id': 'req-c6a8bc47-2e77-4c0f-b537-f57285a3c09e', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:22:20,361 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.138s
2025-11-13 06:22:20,362 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0792fdb5-5f41-4efd-9501-ad5d3c7eaf2c', 'x-compute-request-id': 'req-0792fdb5-5f41-4efd-9501-ad5d3c7eaf2c', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b''
2025-11-13 06:22:20,567 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.205s
2025-11-13 06:22:20,568 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ae532b-7481-4c8b-9d5c-83e761bcbf1d', 'x-compute-request-id': 'req-71ae532b-7481-4c8b-9d5c-83e761bcbf1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:22:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:01:50"}, {"version": 4, "addr": "172.24.4.66", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:01:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": "2025-11-13T05:21:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:21,931 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.351s
2025-11-13 06:22:21,932 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef40f30e-3077-4e3e-8bff-493e6df46568', 'x-compute-request-id': 'req-ef40f30e-3077-4e3e-8bff-493e6df46568', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:22:20Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:01:50"}, {"version": 4, "addr": "172.24.4.66", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:01:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": "2025-11-13T05:21:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:23,170 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.223s
2025-11-13 06:22:23,170 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d063627-269e-47e0-b166-c08afe96afc6', 'x-compute-request-id': 'req-0d063627-269e-47e0-b166-c08afe96afc6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:22:22Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:01:50"}, {"version": 4, "addr": "172.24.4.66", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4b:01:50"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": "2025-11-13T05:21:14.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--118002676"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:24,284 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.101s
2025-11-13 06:22:24,285 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c6fbf0-9a00-4f0d-8444-d52de9a70364', 'x-compute-request-id': 'req-76c6fbf0-9a00-4f0d-8444-d52de9a70364', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:22:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": "2025-11-13T05:21:14.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:25,390 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.093s
2025-11-13 06:22:25,390 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e0aad28-0f47-4c02-bc95-ae68a24f9f71', 'x-compute-request-id': 'req-8e0aad28-0f47-4c02-bc95-ae68a24f9f71', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "DELETED", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:22:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": "2025-11-13T05:21:14.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:22:24.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:25,404 80730 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2025-11-13 06:22:26,537 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.132s
2025-11-13 06:22:26,538 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bb11632-90c7-4d62-8da6-a9fbbe3ac4fe', 'x-compute-request-id': 'req-4bb11632-90c7-4d62-8da6-a9fbbe3ac4fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"server": {"id": "1c9ac897-4289-413f-9832-c0d35d4a60bb", "name": "tempest-AttachVolumeNegativeTest-server-1682006687", "status": "DELETED", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:00Z", "updated": "2025-11-13T05:22:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-225772784", "OS-SRV-USG:launched_at": "2025-11-13T05:21:14.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:22:24.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:27,590 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb 0.041s
2025-11-13 06:22:27,591 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-7635ee27-7a27-4ed5-8491-33bf7c091464', 'x-compute-request-id': 'req-7635ee27-7a27-4ed5-8491-33bf7c091464', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/1c9ac897-4289-413f-9832-c0d35d4a60bb'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1c9ac897-4289-413f-9832-c0d35d4a60bb could not be found."}}'
2025-11-13 06:22:27,634 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-225772784 0.042s
2025-11-13 06:22:27,634 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:27 GMT', 'server': 'Apache/2.4.52 (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-93ef9b29-9b21-42c5-8e18-95cbd97f59ba', 'x-compute-request-id': 'req-93ef9b29-9b21-42c5-8e18-95cbd97f59ba', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-225772784'}
Body: b''
2025-11-13 06:22:27,838 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/7cf9bc12-774d-4a3f-a485-63342babc2e5 0.204s
2025-11-13 06:22:27,839 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-79b7d9de-bc40-41fd-bc53-c6d5cd5cf043', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/7cf9bc12-774d-4a3f-a485-63342babc2e5'}
Body: b''
2025-11-13 06:22:27,859 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/7cf9bc12-774d-4a3f-a485-63342babc2e5 0.019s
2025-11-13 06:22:27,859 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b9e77d7d-fd9a-4b8a-909c-244d6c7a605c', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/7cf9bc12-774d-4a3f-a485-63342babc2e5'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7cf9bc12-774d-4a3f-a485-63342babc2e5 does not exist", "detail": ""}}'
2025-11-13 06:22:28,184 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444 0.324s
2025-11-13 06:22:28,184 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5a7608fa-8b07-4d48-8a44-ac1fbcc60561', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/b7260d89-bfa0-45fd-8a2d-6f8f7ac7e444'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft35.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:28,192 80730 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:22:28,193 80730 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:22:28,250 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.056s
2025-11-13 06:22:28,250 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2040045005", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLGRE4zKTIV3swfoh0Z8czg31FDwuYZg7qGdKOMzOYLi2dWETqGZPoJxw710+X1tsV0bUOZVM3Ah4+vAohqRcD7qaSFo1WHq45PbeAruZytW+ja3XdBGGXAxg4aTnWEOmQ=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae13e547-092d-49b1-8106-3e119efdbc4b', 'x-compute-request-id': 'req-ae13e547-092d-49b1-8106-3e119efdbc4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2040045005", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLGRE4zKTIV3swfoh0Z8czg31FDwuYZg7qGdKOMzOYLi2dWETqGZPoJxw710+X1tsV0bUOZVM3Ah4+vAohqRcD7qaSFo1WHq45PbeAruZytW+ja3XdBGGXAxg4aTnWEOmQ==", "fingerprint": "8c:74:ac:ec:fe:f1:cf:56:16:a5:7b:51:ec:62:7f:9f", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a"}}'
2025-11-13 06:22:28,252 80730 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2040045005 created
2025-11-13 06:22:28,498 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.245s
2025-11-13 06:22:28,498 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1116850214", "description": "tempest-description--345485175"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-630b59d2-1219-44f2-889f-85c237028457', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "0f2dcd18-9f6f-4300-8109-bf3a17c58ce8", "name": "tempest-securitygroup--1116850214", "stateful": true, "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "description": "tempest-description--345485175", "shared": false, "security_group_rules": [{"id": "5924e177-56e2-4512-938a-1ead7d9aba23", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "0f2dcd18-9f6f-4300-8109-bf3a17c58ce8", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 694, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:22:28Z", "updated_at": "2025-11-13T05:22:28Z", "revision_number": 0}, {"id": "5989b572-f0f3-49b3-a5f4-a13aeb294013", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "0f2dcd18-9f6f-4300-8109-bf3a17c58ce8", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 695, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:22:28Z", "updated_at": "2025-11-13T05:22:28Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:22:28Z", "updated_at": "2025-11-13T05:22:28Z", "revision_number": 1}}'
2025-11-13 06:22:28,750 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.251s
2025-11-13 06:22:28,750 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0f2dcd18-9f6f-4300-8109-bf3a17c58ce8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-25abbde2-3e02-465f-996f-8885fa535f60', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3a776c18-6aba-435a-894e-712ca5897ee4", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "0f2dcd18-9f6f-4300-8109-bf3a17c58ce8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:22:28Z", "updated_at": "2025-11-13T05:22:28Z", "revision_number": 0}}'
2025-11-13 06:22:28,968 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.217s
2025-11-13 06:22:28,968 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "0f2dcd18-9f6f-4300-8109-bf3a17c58ce8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ea77e060-c796-46c6-952a-53c08de1895a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "56032381-0447-4ee2-8090-67d385e3de6b", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "security_group_id": "0f2dcd18-9f6f-4300-8109-bf3a17c58ce8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:22:28Z", "updated_at": "2025-11-13T05:22:28Z", "revision_number": 0}}'
2025-11-13 06:22:28,969 80730 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1116850214 created
2025-11-13 06:22:29,663 80730 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 0.694s
2025-11-13 06:22:29,663 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bef619d1-9027-4088-9241-bb8356b17988', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "e84651a2-a303-4192-b4fd-ccf40e8ee3f8", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "floating_ip_address": "172.24.4.236", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:22:29Z", "updated_at": "2025-11-13T05:22:29Z", "revision_number": 0}}'
2025-11-13 06:22:29,664 80730 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e84651a2-a303-4192-b4fd-ccf40e8ee3f8', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'floating_ip_address': '172.24.4.236', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:22:29Z', 'updated_at': '2025-11-13T05:22:29Z', 'revision_number': 0, 'ip': '172.24.4.236'} created
2025-11-13 06:22:29,746 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.078s
2025-11-13 06:22:29,746 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-17c2d7f8-f47d-413b-a851-194428acaa20', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "afd4cd42f7ec4db2ade416014a6ed25a", "name": "tempest-AttachVolumeNegativeTest-1480253743-project-member", "password_expires_at": null}, "audit_ids": ["TSYTJha1QGiLhU1KI2R6wQ"], "expires_at": "2025-11-13T06:22:29.000000Z", "issued_at": "2025-11-13T05:22:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3fe5033b73aa46b39fe141a91f1c24c7", "name": "tempest-AttachVolumeNegativeTest-1480253743"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/3fe5033b73aa46b39fe141a91f1c24c7", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:22:29,747 80730 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '628c3ca2-3867-4a28-9bfc-7303f3ea747b', 'name': 'tempest-AttachVolumeNegativeTest-712426338-network', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', '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': 52889, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:19:14Z', 'updated_at': '2025-11-13T05:19:15Z', 'revision_number': 1} available for tenant
2025-11-13 06:22:29,747 80730 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2040045005', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLGRE4zKTIV3swfoh0Z8czg31FDwuYZg7qGdKOMzOYLi2dWETqGZPoJxw710+X1tsV0bUOZVM3Ah4+vAohqRcD7qaSFo1WHq45PbeAruZytW+ja3XdBGGXAxg4aTnWEOmQ==', 'fingerprint': '8c:74:ac:ec:fe:f1:cf:56:16:a5:7b:51:ec:62:7f:9f', 'user_id': 'afd4cd42f7ec4db2ade416014a6ed25a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDSUnwlHJ95dbnB0VrvxpZ2kGyDOfCfwR1WjKRLA4nfdG18hXJLY4Vm\nObQ1pasiiQ2gBwYFK4EEACKhZANiAASxkROMykyFd7MH6IdGfHM4N9RQ8LmGYO6h\nnSjjMzmC4tnVhE6hmT6CccO9dPl9bbFdG1DmVTNwIePrwKIakXA+6mkhaNVh6uOT\n23gK7mcrVvo2t13QRhlwMYOGk51hDpk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0f2dcd18-9f6f-4300-8109-bf3a17c58ce8', 'name': 'tempest-securitygroup--1116850214', 'stateful': True, 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'description': 'tempest-description--345485175', 'shared': False, 'security_group_rules': [{'id': '5924e177-56e2-4512-938a-1ead7d9aba23', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'security_group_id': '0f2dcd18-9f6f-4300-8109-bf3a17c58ce8', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 694, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:22:28Z', 'updated_at': '2025-11-13T05:22:28Z', 'revision_number': 0}, {'id': '5989b572-f0f3-49b3-a5f4-a13aeb294013', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'security_group_id': '0f2dcd18-9f6f-4300-8109-bf3a17c58ce8', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 695, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:22:28Z', 'updated_at': '2025-11-13T05:22:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:22:28Z', 'updated_at': '2025-11-13T05:22:28Z', 'revision_number': 1}, 'floating_ip': {'id': 'e84651a2-a303-4192-b4fd-ccf40e8ee3f8', 'tenant_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'project_id': '3fe5033b73aa46b39fe141a91f1c24c7', 'floating_ip_address': '172.24.4.236', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:22:29Z', 'updated_at': '2025-11-13T05:22:29Z', 'revision_number': 0, 'ip': '172.24.4.236'}}
2025-11-13 06:22:30,298 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://192.168.122.173/compute/v2.1/servers 0.550s
2025-11-13 06:22:30,298 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-768387250", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "628c3ca2-3867-4a28-9bfc-7303f3ea747b"}], "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "key_name": "tempest-keypair-2040045005", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4490f51e-b3fc-4a64-a57d-3132cb0391f4', 'x-compute-request-id': 'req-4490f51e-b3fc-4a64-a57d-3132cb0391f4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "adminPass": "password"}}'
2025-11-13 06:22:30,368 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.067s
2025-11-13 06:22:30,368 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c167659-4f57-429e-b7e1-cba5605398dd', 'x-compute-request-id': 'req-2c167659-4f57-429e-b7e1-cba5605398dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2040045005", "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": []}}'
2025-11-13 06:22:31,468 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.086s
2025-11-13 06:22:31,468 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d5aa55f-dace-446f-9a3f-7392aa5a597d', 'x-compute-request-id': 'req-8d5aa55f-dace-446f-9a3f-7392aa5a597d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "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": []}}'
2025-11-13 06:22:32,579 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.099s
2025-11-13 06:22:32,579 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd604df-bb3f-45d7-8ae8-c3ca7eac6409', 'x-compute-request-id': 'req-acd604df-bb3f-45d7-8ae8-c3ca7eac6409', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "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": []}}'
2025-11-13 06:22:32,590 80730 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:22:33,692 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.101s
2025-11-13 06:22:33,692 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1307', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f059075-cbd5-4b9b-9f1e-ad95100e21af', 'x-compute-request-id': 'req-8f059075-cbd5-4b9b-9f1e-ad95100e21af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "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": []}}'
2025-11-13 06:22:34,816 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.112s
2025-11-13 06:22:34,817 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f23d6881-b691-441c-94f0-3f614908cb72', 'x-compute-request-id': 'req-f23d6881-b691-441c-94f0-3f614908cb72', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "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": []}}'
2025-11-13 06:22:34,827 80730 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-11-13 06:22:36,281 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.452s
2025-11-13 06:22:36,281 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1393', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f798e429-e4d1-49de-ba47-3c6f634527ee', 'x-compute-request-id': 'req-f798e429-e4d1-49de-ba47-3c6f634527ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "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": []}}'
2025-11-13 06:22:36,292 80730 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2025-11-13 06:22:37,567 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.274s
2025-11-13 06:22:37,568 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e10e1c0c-0877-4584-9c50-56be50b7937d', 'x-compute-request-id': 'req-e10e1c0c-0877-4584-9c50-56be50b7937d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:37,579 80730 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:22:38,808 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.228s
2025-11-13 06:22:38,809 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5c36ecf-0645-4981-8f8c-15828fd50d06', 'x-compute-request-id': 'req-b5c36ecf-0645-4981-8f8c-15828fd50d06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:40,071 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.250s
2025-11-13 06:22:40,072 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8115a220-8332-411f-b036-39c690e83716', 'x-compute-request-id': 'req-8115a220-8332-411f-b036-39c690e83716', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:41,610 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.527s
2025-11-13 06:22:41,611 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1731d555-5821-40da-a73a-64ede4900bbd', 'x-compute-request-id': 'req-1731d555-5821-40da-a73a-64ede4900bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:42,892 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.269s
2025-11-13 06:22:42,893 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1381', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c903dbb3-c0cd-44ea-bb94-78bf569c3a45', 'x-compute-request-id': 'req-c903dbb3-c0cd-44ea-bb94-78bf569c3a45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "BUILD", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:44,444 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.539s
2025-11-13 06:22:44,445 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5c4eb9a-1d6a-4799-91f7-c1449a9a395c', 'x-compute-request-id': 'req-a5c4eb9a-1d6a-4799-91f7-c1449a9a395c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:22:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:38:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": "2025-11-13T05:22:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:22:44,456 80730 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2025-11-13 06:22:44,608 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1/os-interface 0.152s
2025-11-13 06:22:44,609 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbcd826e-03d8-476d-9000-73bf75a47bb7', 'x-compute-request-id': 'req-cbcd826e-03d8-476d-9000-73bf75a47bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "628c3ca2-3867-4a28-9bfc-7303f3ea747b", "port_id": "935a0aca-6f9e-48a2-b770-af3b1580e2af", "mac_addr": "fa:16:3e:54:38:97", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1ce0fa8e-e9b2-4aff-9a2d-19e3319916e1", "ip_address": "10.0.0.9"}]}]}'
2025-11-13 06:22:45,422 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/e84651a2-a303-4192-b4fd-ccf40e8ee3f8 0.809s
2025-11-13 06:22:45,422 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "935a0aca-6f9e-48a2-b770-af3b1580e2af"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0703584f-f6ff-4db6-b397-aab407124032', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/e84651a2-a303-4192-b4fd-ccf40e8ee3f8'}
Body: b'{"floatingip": {"id": "e84651a2-a303-4192-b4fd-ccf40e8ee3f8", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "project_id": "3fe5033b73aa46b39fe141a91f1c24c7", "floating_ip_address": "172.24.4.236", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "837ee5c2-4425-4574-8c0a-e8360e0fe7e8", "port_id": "935a0aca-6f9e-48a2-b770-af3b1580e2af", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "628c3ca2-3867-4a28-9bfc-7303f3ea747b", "mac_address": "fa:16:3e:54:38:97", "admin_state_up": true, "status": "ACTIVE", "device_id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:22:29Z", "updated_at": "2025-11-13T05:22:44Z", "revision_number": 1}}'
2025-11-13 06:22:45,423 80730 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.236:22' as 'cirros' with public key authentication
2025-11-13 06:23:45,483 80730 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.236 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:23:48,022 80730 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:23:48,201 80730 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:23:48,201 80730 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.236 successfully created
2025-11-13 06:23:48,247 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1/ips 0.045s
2025-11-13 06:23:48,248 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '147', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bac0a7fb-b835-413f-be10-bc0ce56febe5', 'x-compute-request-id': 'req-bac0a7fb-b835-413f-be10-bc0ce56febe5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1/ips'}
Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.9"}, {"version": 4, "addr": "172.24.4.236"}]}}'
2025-11-13 06:23:48,609 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.359s
2025-11-13 06:23:48,609 80730 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-AttachVolumeNegativeTest-volume-1103249240"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba9582fa-cbf4-472a-b466-0165b3fc6380', 'x-openstack-request-id': 'req-ba9582fa-cbf4-472a-b466-0165b3fc6380', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:23:48,609 80730 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1630783. The failure could be related to https://launchpad.net/bugs/1630783
2025-11-13 06:23:48,733 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.122s
2025-11-13 06:23:48,733 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ce638e5-e9ed-470e-8f74-9890caa3c136', 'x-compute-request-id': 'req-5ce638e5-e9ed-470e-8f74-9890caa3c136', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b''
2025-11-13 06:23:48,934 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.200s
2025-11-13 06:23:48,934 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21061953-d956-4723-8b43-b34fefde2bd2', 'x-compute-request-id': 'req-21061953-d956-4723-8b43-b34fefde2bd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:23:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:38:97"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:38:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": "2025-11-13T05:22:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:23:50,404 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.457s
2025-11-13 06:23:50,404 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dcfdc0e-a01d-4f10-b1cb-96c25ddea526', 'x-compute-request-id': 'req-5dcfdc0e-a01d-4f10-b1cb-96c25ddea526', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:23:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:38:97"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:38:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": "2025-11-13T05:22:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:23:51,874 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.456s
2025-11-13 06:23:51,874 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d2da345-ceff-4bcd-8613-2ae54f8368f6', 'x-compute-request-id': 'req-5d2da345-ceff-4bcd-8613-2ae54f8368f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "ACTIVE", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:23:51Z", "addresses": {"tempest-AttachVolumeNegativeTest-712426338-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:38:97"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:54:38:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": "2025-11-13T05:22:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1116850214"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:23:52,984 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.098s
2025-11-13 06:23:52,985 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e088baab-ae76-4ee2-a416-1f4e65c32b7d', 'x-compute-request-id': 'req-e088baab-ae76-4ee2-a416-1f4e65c32b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "DELETED", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": "2025-11-13T05:22:43.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:23:52.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:23:52,996 80730 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2025-11-13 06:23:54,100 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.102s
2025-11-13 06:23:54,100 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb835df7-02fd-4fe5-b1d9-0ca8248f34fe', 'x-compute-request-id': 'req-bb835df7-02fd-4fe5-b1d9-0ca8248f34fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"server": {"id": "90a002b9-7433-4d2a-b884-6ff44a89b2b1", "name": "tempest-AttachVolumeNegativeTest-server-768387250", "status": "DELETED", "tenant_id": "3fe5033b73aa46b39fe141a91f1c24c7", "user_id": "afd4cd42f7ec4db2ade416014a6ed25a", "metadata": {}, "hostId": "34a95f2fd1f63a2c4d26c0b77b96911212d68f0c3514ea22dd73db1c", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:22:30Z", "updated": "2025-11-13T05:23:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2040045005", "OS-SRV-USG:launched_at": "2025-11-13T05:22:43.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:23:52.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:23:55,146 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1 0.034s
2025-11-13 06:23:55,146 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-99bce394-0756-4e30-81a4-56156d41a750', 'x-compute-request-id': 'req-99bce394-0756-4e30-81a4-56156d41a750', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/90a002b9-7433-4d2a-b884-6ff44a89b2b1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 90a002b9-7433-4d2a-b884-6ff44a89b2b1 could not be found."}}'
2025-11-13 06:23:55,172 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-2040045005 0.025s
2025-11-13 06:23:55,172 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:55 GMT', 'server': 'Apache/2.4.52 (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-954f384a-a087-4fd1-8699-a570b7b6010a', 'x-compute-request-id': 'req-954f384a-a087-4fd1-8699-a570b7b6010a', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-2040045005'}
Body: b''
2025-11-13 06:23:55,349 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/0f2dcd18-9f6f-4300-8109-bf3a17c58ce8 0.177s
2025-11-13 06:23:55,350 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-de41aa83-cfc6-4719-8f41-20bc368ce85c', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/0f2dcd18-9f6f-4300-8109-bf3a17c58ce8'}
Body: b''
2025-11-13 06:23:55,365 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/0f2dcd18-9f6f-4300-8109-bf3a17c58ce8 0.015s
2025-11-13 06:23:55,366 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-95f1c065-80cb-473f-8759-f92255288a61', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/0f2dcd18-9f6f-4300-8109-bf3a17c58ce8'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0f2dcd18-9f6f-4300-8109-bf3a17c58ce8 does not exist", "detail": ""}}'
2025-11-13 06:23:55,768 80730 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/e84651a2-a303-4192-b4fd-ccf40e8ee3f8 0.401s
2025-11-13 06:23:55,768 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f133dd28-f9ef-4c80-b4ca-36ae083cd4a2', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/e84651a2-a303-4192-b4fd-ccf40e8ee3f8'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
fail
ft36.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:12,221 80728 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 500 POST http://192.168.122.173/compute/v2.1/os-volumes 0.487s
2025-11-13 06:21:12,221 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-VolumesSnapshotsTestJSON-volume-163503373"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '213', 'x-openstack-request-id': 'req-20d7af4f-711c-42cc-9aaa-8f262acc32a9', 'x-compute-request-id': 'req-20d7af4f-711c-42cc-9aaa-8f262acc32a9', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/compute/v2.1/os-volumes'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'cinderclient.exceptions.ClientException\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/compute/volumes_client.py", line 69, in create_volume
resp, body = self.post('os-volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'cinderclient.exceptions.ClientException'>
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
fail
ft37.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:23:24,959 80726 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 500 POST http://192.168.122.173/compute/v2.1/os-volumes 0.438s
2025-11-13 06:23:24,959 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-VolumesGetTestJSON-Volume-1286585231", "metadata": {"Type": "work"}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '213', 'x-openstack-request-id': 'req-0dc18d1d-0211-4c08-a48c-78273fe389f3', 'x-compute-request-id': 'req-0dc18d1d-0211-4c08-a48c-78273fe389f3', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/compute/v2.1/os-volumes'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'cinderclient.exceptions.ClientException\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 55, in test_volume_create_get_delete
volume = self.create_volume(size=CONF.volume.volume_size,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume
volume = cls.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/compute/volumes_client.py", line 69, in create_volume
resp, body = self.post('os-volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'cinderclient.exceptions.ClientException'>
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
fail
ft38.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:23:26,867 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://192.168.122.173/volume/v3/types 0.114s
2025-11-13 06:23:26,868 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-380312267"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f4d4215-6505-4ade-8a84-aa125e70d001', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f4d4215-6505-4ade-8a84-aa125e70d001', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "5ebd21da-85e4-40fa-be93-c77c1955b0e1", "name": "tempest-GroupSnapshotsTest-volume-type-380312267", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:23:26,900 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://192.168.122.173/volume/v3/group_types 0.030s
2025-11-13 06:23:26,900 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1186612060"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-719ee27e-b540-4eba-9514-54374f02a517', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-719ee27e-b540-4eba-9514-54374f02a517', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types'}
Body: b'{"group_type": {"id": "58d0aa80-7298-4065-afd2-653a483ab244", "name": "tempest-GroupSnapshotsTest-group-type-1186612060", "description": null, "is_public": true, "group_specs": {}}}'
2025-11-13 06:23:27,070 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://192.168.122.173/volume/v3/groups 0.167s
2025-11-13 06:23:27,070 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "58d0aa80-7298-4065-afd2-653a483ab244", "volume_types": ["5ebd21da-85e4-40fa-be93-c77c1955b0e1"], "name": "tempest-GroupSnapshotsTest-Group-908347360"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee4ac1f-d1ae-471f-8d56-bb372354f258', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee4ac1f-d1ae-471f-8d56-bb372354f258', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups'}
Body: b'{"group": {"id": "5c6bcdd1-e621-4f1b-b7eb-f639365c6150", "name": "tempest-GroupSnapshotsTest-Group-908347360"}}'
2025-11-13 06:23:27,095 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150 0.023s
2025-11-13 06:23:27,096 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3c4a52-65c5-428d-8081-9bcd73636aa2', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3c4a52-65c5-428d-8081-9bcd73636aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150'}
Body: b'{"group": {"id": "5c6bcdd1-e621-4f1b-b7eb-f639365c6150", "status": "creating", "availability_zone": "nova", "created_at": "2025-11-13T05:23:27.000000", "name": "tempest-GroupSnapshotsTest-Group-908347360", "description": null, "group_type": "58d0aa80-7298-4065-afd2-653a483ab244", "volume_types": ["5ebd21da-85e4-40fa-be93-c77c1955b0e1"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:23:28,124 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150 0.024s
2025-11-13 06:23:28,124 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8e6dca0-79c9-4aa3-b268-98e941405d7c', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8e6dca0-79c9-4aa3-b268-98e941405d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150'}
Body: b'{"group": {"id": "5c6bcdd1-e621-4f1b-b7eb-f639365c6150", "status": "available", "availability_zone": "nova", "created_at": "2025-11-13T05:23:27.000000", "name": "tempest-GroupSnapshotsTest-Group-908347360", "description": null, "group_type": "58d0aa80-7298-4065-afd2-653a483ab244", "volume_types": ["5ebd21da-85e4-40fa-be93-c77c1955b0e1"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:23:28,128 80726 INFO [tempest.common.waiters] group 5c6bcdd1-e621-4f1b-b7eb-f639365c6150 reached available after waiting for 1.128084 seconds
2025-11-13 06:23:28,451 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 500 POST http://192.168.122.173/volume/v3/volumes 0.323s
2025-11-13 06:23:28,452 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-298975175", "volume_type": "5ebd21da-85e4-40fa-be93-c77c1955b0e1", "group_id": "5c6bcdd1-e621-4f1b-b7eb-f639365c6150", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce799821-ce44-4839-963c-7c1fc95d0f1f', 'x-openstack-request-id': 'req-ce799821-ce44-4839-963c-7c1fc95d0f1f', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:23:28,511 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail 0.058s
2025-11-13 06:23:28,511 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e470887-f2f5-47e6-8b30-6eef0870a24e', 'content-length': '900', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e470887-f2f5-47e6-8b30-6eef0870a24e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "3e230b2a-8ab6-4605-809b-31f771d1b14b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:23:28.000000", "updated_at": null, "name": "tempest-volume-298975175", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-380312267", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b"}], "user_id": "f104a01d245b49d0bba750113ea91c13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "5c6bcdd1-e621-4f1b-b7eb-f639365c6150", "os-vol-tenant-attr:tenant_id": "2a3b2d89dde24603821329e8c5aaff4f"}]}'
2025-11-13 06:23:28,585 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150/action 0.063s
2025-11-13 06:23:28,585 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-375ce275-680e-4914-8cbf-e38a288f2cf4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150/action'}
Body: b''
2025-11-13 06:23:28,671 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b 0.085s
2025-11-13 06:23:28,671 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6f9531-b4e4-49e9-a96f-ecd6ce9cb237', 'content-length': '921', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6f9531-b4e4-49e9-a96f-ecd6ce9cb237', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b'}
Body: b'{"volume": {"id": "3e230b2a-8ab6-4605-809b-31f771d1b14b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:23:28.000000", "updated_at": "2025-11-13T05:23:29.000000", "name": "tempest-volume-298975175", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-380312267", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b"}], "user_id": "f104a01d245b49d0bba750113ea91c13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "5c6bcdd1-e621-4f1b-b7eb-f639365c6150", "os-vol-tenant-attr:tenant_id": "2a3b2d89dde24603821329e8c5aaff4f"}}'
2025-11-13 06:23:29,700 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b 0.017s
2025-11-13 06:23:29,700 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef495afb-625c-4314-b16f-f97cd765c0bf', 'x-openstack-request-id': 'req-ef495afb-625c-4314-b16f-f97cd765c0bf', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes/3e230b2a-8ab6-4605-809b-31f771d1b14b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e230b2a-8ab6-4605-809b-31f771d1b14b could not be found."}}'
2025-11-13 06:23:29,715 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150 0.014s
2025-11-13 06:23:29,715 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-f76ace55-00db-4fa1-9d28-70b114ccff7f', 'x-openstack-request-id': 'req-f76ace55-00db-4fa1-9d28-70b114ccff7f', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/groups/5c6bcdd1-e621-4f1b-b7eb-f639365c6150'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group 5c6bcdd1-e621-4f1b-b7eb-f639365c6150 could not be found."}}'
2025-11-13 06:23:29,738 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/group_types/58d0aa80-7298-4065-afd2-653a483ab244 0.023s
2025-11-13 06:23:29,738 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3700c0c-9efc-47a7-a5c2-ff1f41ca0c09', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types/58d0aa80-7298-4065-afd2-653a483ab244'}
Body: b''
2025-11-13 06:23:29,786 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/5ebd21da-85e4-40fa-be93-c77c1955b0e1 0.047s
2025-11-13 06:23:29,786 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ecea01f-614b-4f30-b68f-444b7b8957b8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/5ebd21da-85e4-40fa-be93-c77c1955b0e1'}
Body: b''
2025-11-13 06:23:29,798 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/types/5ebd21da-85e4-40fa-be93-c77c1955b0e1 0.012s
2025-11-13 06:23:29,799 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-25461dfd-05e7-4e90-8e97-31fc471f752b', 'x-openstack-request-id': 'req-25461dfd-05e7-4e90-8e97-31fc471f752b', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/types/5ebd21da-85e4-40fa-be93-c77c1955b0e1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5ebd21da-85e4-40fa-be93-c77c1955b0e1 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 172, in test_create_group_from_group_snapshot
vol = self.volumes_client.create_volume(**params)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
fail
ft38.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:23:29,830 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://192.168.122.173/volume/v3/types 0.029s
2025-11-13 06:23:29,830 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-548104189"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b98c8d5b-b96a-4833-9788-22f6c8cfb295', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b98c8d5b-b96a-4833-9788-22f6c8cfb295', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "77086c5b-bddf-41d3-8ef4-75083ca1a74a", "name": "tempest-GroupSnapshotsTest-volume-type-548104189", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:23:29,857 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://192.168.122.173/volume/v3/group_types 0.024s
2025-11-13 06:23:29,857 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-76863397"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5547bb7f-501f-4635-a7ff-77afeec0471e', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5547bb7f-501f-4635-a7ff-77afeec0471e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types'}
Body: b'{"group_type": {"id": "23a5aeb7-a38f-4714-a709-11c61a5491b4", "name": "tempest-GroupSnapshotsTest-group-type-76863397", "description": null, "is_public": true, "group_specs": {}}}'
2025-11-13 06:23:29,934 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://192.168.122.173/volume/v3/groups 0.074s
2025-11-13 06:23:29,934 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "23a5aeb7-a38f-4714-a709-11c61a5491b4", "volume_types": ["77086c5b-bddf-41d3-8ef4-75083ca1a74a"], "name": "tempest-GroupSnapshotsTest-Group-1175616584"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8926d103-adf0-4bf4-b849-c7f8b0a984a6', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8926d103-adf0-4bf4-b849-c7f8b0a984a6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups'}
Body: b'{"group": {"id": "fafd7245-32ad-4fa3-b28a-f2c68779bcf5", "name": "tempest-GroupSnapshotsTest-Group-1175616584"}}'
2025-11-13 06:23:29,959 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5 0.024s
2025-11-13 06:23:29,959 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd26b845-57ba-47cc-b585-0067fa9aa19d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd26b845-57ba-47cc-b585-0067fa9aa19d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5'}
Body: b'{"group": {"id": "fafd7245-32ad-4fa3-b28a-f2c68779bcf5", "status": "creating", "availability_zone": "nova", "created_at": "2025-11-13T05:23:30.000000", "name": "tempest-GroupSnapshotsTest-Group-1175616584", "description": null, "group_type": "23a5aeb7-a38f-4714-a709-11c61a5491b4", "volume_types": ["77086c5b-bddf-41d3-8ef4-75083ca1a74a"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:23:30,991 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5 0.028s
2025-11-13 06:23:30,992 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3efa0bbb-e2d2-4bb8-9a81-04fb10b199d6', 'content-length': '393', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3efa0bbb-e2d2-4bb8-9a81-04fb10b199d6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5'}
Body: b'{"group": {"id": "fafd7245-32ad-4fa3-b28a-f2c68779bcf5", "status": "available", "availability_zone": "nova", "created_at": "2025-11-13T05:23:30.000000", "name": "tempest-GroupSnapshotsTest-Group-1175616584", "description": null, "group_type": "23a5aeb7-a38f-4714-a709-11c61a5491b4", "volume_types": ["77086c5b-bddf-41d3-8ef4-75083ca1a74a"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:23:30,995 80726 INFO [tempest.common.waiters] group fafd7245-32ad-4fa3-b28a-f2c68779bcf5 reached available after waiting for 1.995789 seconds
2025-11-13 06:23:31,300 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 500 POST http://192.168.122.173/volume/v3/volumes 0.304s
2025-11-13 06:23:31,300 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-505230046", "volume_type": "77086c5b-bddf-41d3-8ef4-75083ca1a74a", "group_id": "fafd7245-32ad-4fa3-b28a-f2c68779bcf5", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a6e2a2-8d74-4a86-809a-f9120816a38c', 'x-openstack-request-id': 'req-f7a6e2a2-8d74-4a86-809a-f9120816a38c', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:23:31,300 80726 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031
2025-11-13 06:23:31,358 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail 0.057s
2025-11-13 06:23:31,359 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e6e2546-671d-4448-b406-dba5829322d9', 'content-length': '900', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e6e2546-671d-4448-b406-dba5829322d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "c2c28e65-a5d0-4710-b78f-04f86cc849d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:23:31.000000", "updated_at": null, "name": "tempest-volume-505230046", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-548104189", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7"}], "user_id": "f104a01d245b49d0bba750113ea91c13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "fafd7245-32ad-4fa3-b28a-f2c68779bcf5", "os-vol-tenant-attr:tenant_id": "2a3b2d89dde24603821329e8c5aaff4f"}]}'
2025-11-13 06:23:31,430 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5/action 0.060s
2025-11-13 06:23:31,431 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f4181b5-cb72-4b40-b728-b45b81a623c1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5/action'}
Body: b''
2025-11-13 06:23:31,496 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7 0.065s
2025-11-13 06:23:31,497 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef01040c-46b5-4e92-a49d-5dab2fd6cc39', 'content-length': '921', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef01040c-46b5-4e92-a49d-5dab2fd6cc39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7'}
Body: b'{"volume": {"id": "c2c28e65-a5d0-4710-b78f-04f86cc849d7", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:23:31.000000", "updated_at": "2025-11-13T05:23:31.000000", "name": "tempest-volume-505230046", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-548104189", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7"}], "user_id": "f104a01d245b49d0bba750113ea91c13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "fafd7245-32ad-4fa3-b28a-f2c68779bcf5", "os-vol-tenant-attr:tenant_id": "2a3b2d89dde24603821329e8c5aaff4f"}}'
2025-11-13 06:23:32,531 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7 0.023s
2025-11-13 06:23:32,532 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b88817-6189-466c-9927-bccea254be39', 'x-openstack-request-id': 'req-09b88817-6189-466c-9927-bccea254be39', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes/c2c28e65-a5d0-4710-b78f-04f86cc849d7'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume c2c28e65-a5d0-4710-b78f-04f86cc849d7 could not be found."}}'
2025-11-13 06:23:32,546 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5 0.014s
2025-11-13 06:23:32,547 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-94f149ec-c72d-4ca6-ad87-90ab2610d431', 'x-openstack-request-id': 'req-94f149ec-c72d-4ca6-ad87-90ab2610d431', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/groups/fafd7245-32ad-4fa3-b28a-f2c68779bcf5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group fafd7245-32ad-4fa3-b28a-f2c68779bcf5 could not be found."}}'
2025-11-13 06:23:32,573 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/group_types/23a5aeb7-a38f-4714-a709-11c61a5491b4 0.025s
2025-11-13 06:23:32,573 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5a32ca5-26e9-4fdd-81fa-7acda8db9ffc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types/23a5aeb7-a38f-4714-a709-11c61a5491b4'}
Body: b''
2025-11-13 06:23:32,615 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/77086c5b-bddf-41d3-8ef4-75083ca1a74a 0.042s
2025-11-13 06:23:32,616 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37c5a5c-d64b-4901-a21e-c46f321e6e21', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/77086c5b-bddf-41d3-8ef4-75083ca1a74a'}
Body: b''
2025-11-13 06:23:32,632 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/types/77086c5b-bddf-41d3-8ef4-75083ca1a74a 0.016s
2025-11-13 06:23:32,632 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-42cf4a1d-9ee7-4364-8993-27902cd88455', 'x-openstack-request-id': 'req-42cf4a1d-9ee7-4364-8993-27902cd88455', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/types/77086c5b-bddf-41d3-8ef4-75083ca1a74a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 77086c5b-bddf-41d3-8ef4-75083ca1a74a could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 242, in test_delete_group_snapshots_following_updated_volumes
volume = self.volumes_client.create_volume(**params)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
fail
ft38.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:23:32,663 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://192.168.122.173/volume/v3/types 0.029s
2025-11-13 06:23:32,664 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1167995546"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f490cf13-0286-45e5-82c7-eed4b44038b4', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f490cf13-0286-45e5-82c7-eed4b44038b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "2b9d9f93-01fd-41fb-9a1c-b960e117236c", "name": "tempest-GroupSnapshotsTest-volume-type-1167995546", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:23:32,694 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://192.168.122.173/volume/v3/group_types 0.028s
2025-11-13 06:23:32,695 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1881515817"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93571bfc-2a8e-490f-9d93-379e78c7d5e1', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93571bfc-2a8e-490f-9d93-379e78c7d5e1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types'}
Body: b'{"group_type": {"id": "4a333353-9e0d-41b5-b6a4-20929d1161d3", "name": "tempest-GroupSnapshotsTest-group-type-1881515817", "description": null, "is_public": true, "group_specs": {}}}'
2025-11-13 06:23:32,775 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://192.168.122.173/volume/v3/groups 0.078s
2025-11-13 06:23:32,775 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "4a333353-9e0d-41b5-b6a4-20929d1161d3", "volume_types": ["2b9d9f93-01fd-41fb-9a1c-b960e117236c"], "name": "tempest-GroupSnapshotsTest-Group-125319622"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e18eb232-7ca9-41a7-83a5-8b8cb331f677', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e18eb232-7ca9-41a7-83a5-8b8cb331f677', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups'}
Body: b'{"group": {"id": "39ae57b2-b47a-4260-afe7-075352e8e831", "name": "tempest-GroupSnapshotsTest-Group-125319622"}}'
2025-11-13 06:23:32,814 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831 0.037s
2025-11-13 06:23:32,815 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b583cdc-f5e1-4cf7-aa18-36daf55214e4', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b583cdc-f5e1-4cf7-aa18-36daf55214e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831'}
Body: b'{"group": {"id": "39ae57b2-b47a-4260-afe7-075352e8e831", "status": "creating", "availability_zone": "nova", "created_at": "2025-11-13T05:23:33.000000", "name": "tempest-GroupSnapshotsTest-Group-125319622", "description": null, "group_type": "4a333353-9e0d-41b5-b6a4-20929d1161d3", "volume_types": ["2b9d9f93-01fd-41fb-9a1c-b960e117236c"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:23:33,843 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831 0.025s
2025-11-13 06:23:33,844 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69f8a98e-7458-4d26-a196-3dd9e7c8812a', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69f8a98e-7458-4d26-a196-3dd9e7c8812a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831'}
Body: b'{"group": {"id": "39ae57b2-b47a-4260-afe7-075352e8e831", "status": "available", "availability_zone": "nova", "created_at": "2025-11-13T05:23:33.000000", "name": "tempest-GroupSnapshotsTest-Group-125319622", "description": null, "group_type": "4a333353-9e0d-41b5-b6a4-20929d1161d3", "volume_types": ["2b9d9f93-01fd-41fb-9a1c-b960e117236c"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:23:33,847 80726 INFO [tempest.common.waiters] group 39ae57b2-b47a-4260-afe7-075352e8e831 reached available after waiting for 1.847622 seconds
2025-11-13 06:23:34,164 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 500 POST http://192.168.122.173/volume/v3/volumes 0.317s
2025-11-13 06:23:34,165 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-91852359", "volume_type": "2b9d9f93-01fd-41fb-9a1c-b960e117236c", "group_id": "39ae57b2-b47a-4260-afe7-075352e8e831", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-77ce8e06-dc69-4339-800b-b53e59336e41', 'x-openstack-request-id': 'req-77ce8e06-dc69-4339-800b-b53e59336e41', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:23:34,213 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail 0.047s
2025-11-13 06:23:34,213 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ba052b-bcd8-4276-8cef-75e8ffb8e798', 'content-length': '900', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ba052b-bcd8-4276-8cef-75e8ffb8e798', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:23:34.000000", "updated_at": null, "name": "tempest-volume-91852359", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-1167995546", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e"}], "user_id": "f104a01d245b49d0bba750113ea91c13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "39ae57b2-b47a-4260-afe7-075352e8e831", "os-vol-tenant-attr:tenant_id": "2a3b2d89dde24603821329e8c5aaff4f"}]}'
2025-11-13 06:23:34,294 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831/action 0.069s
2025-11-13 06:23:34,294 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8685274-424e-4eda-a0f0-712f6d66a50c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831/action'}
Body: b''
2025-11-13 06:23:34,350 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e 0.055s
2025-11-13 06:23:34,350 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c641da1-0662-49b7-b3bb-290e2beb5051', 'content-length': '921', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c641da1-0662-49b7-b3bb-290e2beb5051', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e'}
Body: b'{"volume": {"id": "91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:23:34.000000", "updated_at": "2025-11-13T05:23:34.000000", "name": "tempest-volume-91852359", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-1167995546", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e"}], "user_id": "f104a01d245b49d0bba750113ea91c13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "39ae57b2-b47a-4260-afe7-075352e8e831", "os-vol-tenant-attr:tenant_id": "2a3b2d89dde24603821329e8c5aaff4f"}}'
2025-11-13 06:23:35,384 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e 0.021s
2025-11-13 06:23:35,384 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dee05a8-96ca-4ba9-97b9-45e2c75636d7', 'x-openstack-request-id': 'req-1dee05a8-96ca-4ba9-97b9-45e2c75636d7', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes/91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91a08ccb-42f6-4ae9-937e-5a86ad7c8d7e could not be found."}}'
2025-11-13 06:23:35,398 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831 0.013s
2025-11-13 06:23:35,399 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5c22e77-a121-491e-b21a-4d9c98e3e971', 'x-openstack-request-id': 'req-a5c22e77-a121-491e-b21a-4d9c98e3e971', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/groups/39ae57b2-b47a-4260-afe7-075352e8e831'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group 39ae57b2-b47a-4260-afe7-075352e8e831 could not be found."}}'
2025-11-13 06:23:35,426 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/group_types/4a333353-9e0d-41b5-b6a4-20929d1161d3 0.026s
2025-11-13 06:23:35,426 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-791d8cdf-88bb-4a44-ad4a-e933d1503010', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types/4a333353-9e0d-41b5-b6a4-20929d1161d3'}
Body: b''
2025-11-13 06:23:35,482 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/2b9d9f93-01fd-41fb-9a1c-b960e117236c 0.056s
2025-11-13 06:23:35,483 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1127ebe-c6d3-4310-a378-da49d69fe5f1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/2b9d9f93-01fd-41fb-9a1c-b960e117236c'}
Body: b''
2025-11-13 06:23:35,497 80726 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/types/2b9d9f93-01fd-41fb-9a1c-b960e117236c 0.014s
2025-11-13 06:23:35,497 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad3ae3c-ba3f-413a-8ab0-ce017949cebb', 'x-openstack-request-id': 'req-3ad3ae3c-ba3f-413a-8ab0-ce017949cebb', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/types/2b9d9f93-01fd-41fb-9a1c-b960e117236c'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2b9d9f93-01fd-41fb-9a1c-b960e117236c could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 102, in test_group_snapshot_create_show_list_delete
vol = self.volumes_client.create_volume(**params)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
fail
ft39.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:24:06,553 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://192.168.122.173/volume/v3/types 0.115s
2025-11-13 06:24:06,553 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsV319Test-volume-type-278732934"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2155074b-d4bb-44f1-bb79-65b3692b8750', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2155074b-d4bb-44f1-bb79-65b3692b8750', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "85511c74-80cf-4b3c-9223-2183358b7432", "name": "tempest-GroupSnapshotsV319Test-volume-type-278732934", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:24:06,587 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://192.168.122.173/volume/v3/group_types 0.031s
2025-11-13 06:24:06,587 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsV319Test-group-type-126689702"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2e6f0f-849a-42c0-84ca-0b3fddafc443', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2e6f0f-849a-42c0-84ca-0b3fddafc443', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types'}
Body: b'{"group_type": {"id": "19799acc-4be7-451b-8f0f-c6b6b39d08b8", "name": "tempest-GroupSnapshotsV319Test-group-type-126689702", "description": null, "is_public": true, "group_specs": {}}}'
2025-11-13 06:24:06,746 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://192.168.122.173/volume/v3/groups 0.157s
2025-11-13 06:24:06,747 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "19799acc-4be7-451b-8f0f-c6b6b39d08b8", "volume_types": ["85511c74-80cf-4b3c-9223-2183358b7432"], "name": "tempest-GroupSnapshotsV319Test-Group-1019364220"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-580487d5-f806-40bc-becd-cfae2a4fa960', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-580487d5-f806-40bc-becd-cfae2a4fa960', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups'}
Body: b'{"group": {"id": "02cb592a-b234-4fbc-a094-46f1c1265c11", "name": "tempest-GroupSnapshotsV319Test-Group-1019364220"}}'
2025-11-13 06:24:06,779 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11 0.030s
2025-11-13 06:24:06,779 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e15dbdf-2070-4865-9fd5-48ba73390e78', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e15dbdf-2070-4865-9fd5-48ba73390e78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11'}
Body: b'{"group": {"id": "02cb592a-b234-4fbc-a094-46f1c1265c11", "status": "creating", "availability_zone": "nova", "created_at": "2025-11-13T05:24:07.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1019364220", "description": null, "group_type": "19799acc-4be7-451b-8f0f-c6b6b39d08b8", "volume_types": ["85511c74-80cf-4b3c-9223-2183358b7432"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:24:07,811 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11 0.027s
2025-11-13 06:24:07,812 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe69a222-8a21-44dd-a985-2326d07e473e', 'content-length': '397', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe69a222-8a21-44dd-a985-2326d07e473e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11'}
Body: b'{"group": {"id": "02cb592a-b234-4fbc-a094-46f1c1265c11", "status": "available", "availability_zone": "nova", "created_at": "2025-11-13T05:24:07.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1019364220", "description": null, "group_type": "19799acc-4be7-451b-8f0f-c6b6b39d08b8", "volume_types": ["85511c74-80cf-4b3c-9223-2183358b7432"], "group_snapshot_id": null, "source_group_id": null}}'
2025-11-13 06:24:07,815 80730 INFO [tempest.common.waiters] group 02cb592a-b234-4fbc-a094-46f1c1265c11 reached available after waiting for 1.815538 seconds
2025-11-13 06:24:08,205 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 500 POST http://192.168.122.173/volume/v3/volumes 0.389s
2025-11-13 06:24:08,206 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-105938122", "volume_type": "85511c74-80cf-4b3c-9223-2183358b7432", "group_id": "02cb592a-b234-4fbc-a094-46f1c1265c11", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-1154115c-e440-402f-929b-845aff77d910', 'x-openstack-request-id': 'req-1154115c-e440-402f-929b-845aff77d910', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:24:08,298 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail 0.091s
2025-11-13 06:24:08,298 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c1d04c3-960c-4a35-a8fb-9d7497936eb2', 'content-length': '904', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c1d04c3-960c-4a35-a8fb-9d7497936eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "48c1cc84-0cf7-4f80-add5-ce307b65c17f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:24:08.000000", "updated_at": null, "name": "tempest-volume-105938122", "description": null, "volume_type": "tempest-GroupSnapshotsV319Test-volume-type-278732934", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f"}], "user_id": "37aaa7cbde9645d0ab10cfb1c088d4ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "02cb592a-b234-4fbc-a094-46f1c1265c11", "os-vol-tenant-attr:tenant_id": "735e432478dd43f1a98bd39eeff2921e"}]}'
2025-11-13 06:24:08,437 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11/action 0.128s
2025-11-13 06:24:08,438 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-954f2d85-aefe-40d4-9234-7b72e3132470', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11/action'}
Body: b''
2025-11-13 06:24:08,500 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f 0.062s
2025-11-13 06:24:08,501 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f283941-daa5-411e-bdcf-06a7d1ebb5f1', 'content-length': '925', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f283941-daa5-411e-bdcf-06a7d1ebb5f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f'}
Body: b'{"volume": {"id": "48c1cc84-0cf7-4f80-add5-ce307b65c17f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:24:08.000000", "updated_at": "2025-11-13T05:24:08.000000", "name": "tempest-volume-105938122", "description": null, "volume_type": "tempest-GroupSnapshotsV319Test-volume-type-278732934", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f"}], "user_id": "37aaa7cbde9645d0ab10cfb1c088d4ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "02cb592a-b234-4fbc-a094-46f1c1265c11", "os-vol-tenant-attr:tenant_id": "735e432478dd43f1a98bd39eeff2921e"}}'
2025-11-13 06:24:09,532 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f 0.020s
2025-11-13 06:24:09,532 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5bb88fd-263c-433c-878f-9a239cbbcc5c', 'x-openstack-request-id': 'req-a5bb88fd-263c-433c-878f-9a239cbbcc5c', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes/48c1cc84-0cf7-4f80-add5-ce307b65c17f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 48c1cc84-0cf7-4f80-add5-ce307b65c17f could not be found."}}'
2025-11-13 06:24:09,547 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11 0.014s
2025-11-13 06:24:09,547 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d32b97c-b030-44a9-9a58-03ffb6009afc', 'x-openstack-request-id': 'req-1d32b97c-b030-44a9-9a58-03ffb6009afc', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/groups/02cb592a-b234-4fbc-a094-46f1c1265c11'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group 02cb592a-b234-4fbc-a094-46f1c1265c11 could not be found."}}'
2025-11-13 06:24:09,590 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/group_types/19799acc-4be7-451b-8f0f-c6b6b39d08b8 0.042s
2025-11-13 06:24:09,591 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e526023-d0dd-4c10-a3aa-a3820068f9d3', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types/19799acc-4be7-451b-8f0f-c6b6b39d08b8'}
Body: b''
2025-11-13 06:24:09,639 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/85511c74-80cf-4b3c-9223-2183358b7432 0.047s
2025-11-13 06:24:09,639 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47787d1-09fc-4729-b3a0-a7f0dba22b56', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/85511c74-80cf-4b3c-9223-2183358b7432'}
Body: b''
2025-11-13 06:24:09,651 80730 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/types/85511c74-80cf-4b3c-9223-2183358b7432 0.012s
2025-11-13 06:24:09,652 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea59f6b6-04e6-4aea-b6b5-71419d3437d4', 'x-openstack-request-id': 'req-ea59f6b6-04e6-4aea-b6b5-71419d3437d4', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/types/85511c74-80cf-4b3c-9223-2183358b7432'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 85511c74-80cf-4b3c-9223-2183358b7432 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 303, in test_reset_group_snapshot_status
volume = self.volumes_client.create_volume(**params)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
fail
ft40.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:19,923 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://192.168.122.173/volume/v3/types 0.127s
2025-11-13 06:21:19,923 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-525359378"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaf80654-b04d-41e0-a6d6-ae11a60ec078', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaf80654-b04d-41e0-a6d6-ae11a60ec078', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "5607cb93-d375-413d-8990-7d1741cb3749", "name": "tempest-GroupsTest-volume-type-525359378", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:21:19,957 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://192.168.122.173/volume/v3/group_types 0.031s
2025-11-13 06:21:19,957 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupsTest-group-type-552779179"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5b57a3-e835-40a8-a6c8-17337e3199a4', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5b57a3-e835-40a8-a6c8-17337e3199a4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types'}
Body: b'{"group_type": {"id": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "name": "tempest-GroupsTest-group-type-552779179", "description": null, "is_public": true, "group_specs": {}}}'
2025-11-13 06:21:20,140 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://192.168.122.173/volume/v3/groups 0.181s
2025-11-13 06:21:20,141 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "volume_types": ["5607cb93-d375-413d-8990-7d1741cb3749"], "name": "tempest-Group1-1277177436"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9968f0cc-43f6-446c-ab05-8de694091aac', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9968f0cc-43f6-446c-ab05-8de694091aac', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups'}
Body: b'{"group": {"id": "612855de-af6b-48cb-96e9-3c56e7e59859", "name": "tempest-Group1-1277177436"}}'
2025-11-13 06:21:20,178 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859 0.036s
2025-11-13 06:21:20,179 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a26d28c-672c-4326-a540-6f02df1a4019', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a26d28c-672c-4326-a540-6f02df1a4019', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859'}
Body: b'{"group": {"id": "612855de-af6b-48cb-96e9-3c56e7e59859", "status": "creating", "availability_zone": "nova", "created_at": "2025-11-13T05:21:20.000000", "name": "tempest-Group1-1277177436", "description": null, "group_type": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "volume_types": ["5607cb93-d375-413d-8990-7d1741cb3749"]}}'
2025-11-13 06:21:21,216 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859 0.033s
2025-11-13 06:21:21,217 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72a006ea-28cd-40ae-9757-b28cf70a8850', 'content-length': '323', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72a006ea-28cd-40ae-9757-b28cf70a8850', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859'}
Body: b'{"group": {"id": "612855de-af6b-48cb-96e9-3c56e7e59859", "status": "available", "availability_zone": "nova", "created_at": "2025-11-13T05:21:20.000000", "name": "tempest-Group1-1277177436", "description": null, "group_type": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "volume_types": ["5607cb93-d375-413d-8990-7d1741cb3749"]}}'
2025-11-13 06:21:21,220 80728 INFO [tempest.common.waiters] group 612855de-af6b-48cb-96e9-3c56e7e59859 reached available after waiting for 1.220431 seconds
2025-11-13 06:21:21,339 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://192.168.122.173/volume/v3/groups 0.118s
2025-11-13 06:21:21,339 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "volume_types": ["5607cb93-d375-413d-8990-7d1741cb3749"], "name": "tempest-Group2-187437615"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb31d41-4d1b-43fb-9cc8-8410ce7dbabc', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb31d41-4d1b-43fb-9cc8-8410ce7dbabc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups'}
Body: b'{"group": {"id": "a56f8917-d244-4a88-8224-46ffd36de84d", "name": "tempest-Group2-187437615"}}'
2025-11-13 06:21:21,389 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d 0.049s
2025-11-13 06:21:21,390 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f515255-3989-465f-a299-ac3be69f853e', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f515255-3989-465f-a299-ac3be69f853e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d'}
Body: b'{"group": {"id": "a56f8917-d244-4a88-8224-46ffd36de84d", "status": "creating", "availability_zone": "nova", "created_at": "2025-11-13T05:21:21.000000", "name": "tempest-Group2-187437615", "description": null, "group_type": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "volume_types": ["5607cb93-d375-413d-8990-7d1741cb3749"]}}'
2025-11-13 06:21:22,428 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d 0.033s
2025-11-13 06:21:22,428 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5adc9616-1835-4ec3-8727-39b66aa53ecb', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5adc9616-1835-4ec3-8727-39b66aa53ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d'}
Body: b'{"group": {"id": "a56f8917-d244-4a88-8224-46ffd36de84d", "status": "available", "availability_zone": "nova", "created_at": "2025-11-13T05:21:21.000000", "name": "tempest-Group2-187437615", "description": null, "group_type": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "volume_types": ["5607cb93-d375-413d-8990-7d1741cb3749"]}}'
2025-11-13 06:21:22,432 80728 INFO [tempest.common.waiters] group a56f8917-d244-4a88-8224-46ffd36de84d reached available after waiting for 1.432045 seconds
2025-11-13 06:21:22,861 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 500 POST http://192.168.122.173/volume/v3/volumes 0.429s
2025-11-13 06:21:22,861 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-910215421", "volume_type": "5607cb93-d375-413d-8990-7d1741cb3749", "group_id": "612855de-af6b-48cb-96e9-3c56e7e59859", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-9560701a-44cd-4c78-a51d-2edc283a73ed', 'x-openstack-request-id': 'req-9560701a-44cd-4c78-a51d-2edc283a73ed', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:21:22,937 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail 0.074s
2025-11-13 06:21:22,937 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ff6c25e-73c7-4fd4-b60c-a031d560bff3', 'content-length': '892', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ff6c25e-73c7-4fd4-b60c-a031d560bff3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "f049e595-bfb4-4197-a389-d86898ebe9dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:21:23.000000", "updated_at": null, "name": "tempest-volume-910215421", "description": null, "volume_type": "tempest-GroupsTest-volume-type-525359378", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd"}], "user_id": "93e44e24553541b98bc2530ae266223e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "612855de-af6b-48cb-96e9-3c56e7e59859", "os-vol-tenant-attr:tenant_id": "e9d2560528944edab4383f76f347183d"}]}'
2025-11-13 06:21:23,025 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d/action 0.072s
2025-11-13 06:21:23,025 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b9f5cb-2626-432a-8767-fc402efe91fb', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d/action'}
Body: b''
2025-11-13 06:21:23,080 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d 0.054s
2025-11-13 06:21:23,080 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc135a8-6351-46e2-bef0-902b1d2f3ec4', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc135a8-6351-46e2-bef0-902b1d2f3ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d'}
Body: b'{"group": {"id": "a56f8917-d244-4a88-8224-46ffd36de84d", "status": "deleting", "availability_zone": "nova", "created_at": "2025-11-13T05:21:21.000000", "name": "tempest-Group2-187437615", "description": null, "group_type": "d5cadabc-66db-4aef-b8ea-036438f54f3b", "volume_types": ["5607cb93-d375-413d-8990-7d1741cb3749"]}}'
2025-11-13 06:21:24,101 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d 0.017s
2025-11-13 06:21:24,102 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1c58ee5-a98b-4f36-bf7e-cdfa3bb7bc03', 'x-openstack-request-id': 'req-b1c58ee5-a98b-4f36-bf7e-cdfa3bb7bc03', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/groups/a56f8917-d244-4a88-8224-46ffd36de84d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group a56f8917-d244-4a88-8224-46ffd36de84d could not be found."}}'
2025-11-13 06:21:24,159 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail 0.057s
2025-11-13 06:21:24,160 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13bfe85c-61a5-4d22-b5f6-384f9334944f', 'content-length': '892', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13bfe85c-61a5-4d22-b5f6-384f9334944f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "f049e595-bfb4-4197-a389-d86898ebe9dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:21:23.000000", "updated_at": null, "name": "tempest-volume-910215421", "description": null, "volume_type": "tempest-GroupsTest-volume-type-525359378", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd"}], "user_id": "93e44e24553541b98bc2530ae266223e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "612855de-af6b-48cb-96e9-3c56e7e59859", "os-vol-tenant-attr:tenant_id": "e9d2560528944edab4383f76f347183d"}]}'
2025-11-13 06:21:24,282 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859/action 0.112s
2025-11-13 06:21:24,283 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b12a10b-5af3-4345-af7e-379dd8770506', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859/action'}
Body: b''
2025-11-13 06:21:24,412 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd 0.129s
2025-11-13 06:21:24,412 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf712c36-2b22-44a4-aab7-ea06b8c8e47a', 'content-length': '913', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf712c36-2b22-44a4-aab7-ea06b8c8e47a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd'}
Body: b'{"volume": {"id": "f049e595-bfb4-4197-a389-d86898ebe9dd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:21:23.000000", "updated_at": "2025-11-13T05:21:24.000000", "name": "tempest-volume-910215421", "description": null, "volume_type": "tempest-GroupsTest-volume-type-525359378", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd"}], "user_id": "93e44e24553541b98bc2530ae266223e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "612855de-af6b-48cb-96e9-3c56e7e59859", "os-vol-tenant-attr:tenant_id": "e9d2560528944edab4383f76f347183d"}}'
2025-11-13 06:21:25,450 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd 0.026s
2025-11-13 06:21:25,450 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac4d7d95-c53e-4e1b-8d20-20a5308e796a', 'x-openstack-request-id': 'req-ac4d7d95-c53e-4e1b-8d20-20a5308e796a', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes/f049e595-bfb4-4197-a389-d86898ebe9dd'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume f049e595-bfb4-4197-a389-d86898ebe9dd could not be found."}}'
2025-11-13 06:21:25,482 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859 0.031s
2025-11-13 06:21:25,482 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddcf70c-60f2-4996-941f-f476cfaefadb', 'x-openstack-request-id': 'req-2ddcf70c-60f2-4996-941f-f476cfaefadb', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/groups/612855de-af6b-48cb-96e9-3c56e7e59859'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group 612855de-af6b-48cb-96e9-3c56e7e59859 could not be found."}}'
2025-11-13 06:21:25,530 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/group_types/d5cadabc-66db-4aef-b8ea-036438f54f3b 0.047s
2025-11-13 06:21:25,530 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d508a4b-86e9-4d0a-a2e9-3396ccd667e0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types/d5cadabc-66db-4aef-b8ea-036438f54f3b'}
Body: b''
2025-11-13 06:21:25,616 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/5607cb93-d375-413d-8990-7d1741cb3749 0.085s
2025-11-13 06:21:25,616 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3202e397-2fe4-43cb-9c26-926b15f10cf9', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/5607cb93-d375-413d-8990-7d1741cb3749'}
Body: b''
2025-11-13 06:21:25,633 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/types/5607cb93-d375-413d-8990-7d1741cb3749 0.016s
2025-11-13 06:21:25,633 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d77d938d-9490-4e85-9832-a91f50e7fcd9', 'x-openstack-request-id': 'req-d77d938d-9490-4e85-9832-a91f50e7fcd9', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/types/5607cb93-d375-413d-8990-7d1741cb3749'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5607cb93-d375-413d-8990-7d1741cb3749 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 62, in test_group_create_show_list_delete
vol1 = self.volumes_client.create_volume(**params)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
fail
ft40.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:25,708 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://192.168.122.173/volume/v3/types 0.066s
2025-11-13 06:21:25,708 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1005857733"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde73ff2-cd0d-4b83-b75a-c1814cacb0da', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cde73ff2-cd0d-4b83-b75a-c1814cacb0da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "319e5c30-3933-4612-bb86-13541cc16c93", "name": "tempest-GroupsTest-volume-type-1005857733", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:21:25,750 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://192.168.122.173/volume/v3/group_types 0.039s
2025-11-13 06:21:25,750 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1594084899"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5cf2f0-42cb-462b-8b00-9c75fe410156', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5cf2f0-42cb-462b-8b00-9c75fe410156', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types'}
Body: b'{"group_type": {"id": "1e9069bb-867e-48e0-be6a-7ce0016c2934", "name": "tempest-GroupsTest-group-type-1594084899", "description": null, "is_public": true, "group_specs": {}}}'
2025-11-13 06:21:25,855 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://192.168.122.173/volume/v3/groups 0.103s
2025-11-13 06:21:25,856 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "1e9069bb-867e-48e0-be6a-7ce0016c2934", "volume_types": ["319e5c30-3933-4612-bb86-13541cc16c93"], "name": "tempest-GroupsTest-Group-722863212"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3db4ec1-fe90-4911-bc59-7da7fbd0ea28', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3db4ec1-fe90-4911-bc59-7da7fbd0ea28', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups'}
Body: b'{"group": {"id": "0eccb719-1113-43a5-ac27-bd49415a7a1b", "name": "tempest-GroupsTest-Group-722863212"}}'
2025-11-13 06:21:25,930 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b 0.073s
2025-11-13 06:21:25,931 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f04f535d-0b48-4422-abc0-62ba53e6a1bb', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04f535d-0b48-4422-abc0-62ba53e6a1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b'}
Body: b'{"group": {"id": "0eccb719-1113-43a5-ac27-bd49415a7a1b", "status": "creating", "availability_zone": "nova", "created_at": "2025-11-13T05:21:26.000000", "name": "tempest-GroupsTest-Group-722863212", "description": null, "group_type": "1e9069bb-867e-48e0-be6a-7ce0016c2934", "volume_types": ["319e5c30-3933-4612-bb86-13541cc16c93"]}}'
2025-11-13 06:21:26,979 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b 0.044s
2025-11-13 06:21:26,979 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85997656-8661-4860-ab23-21184530f186', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85997656-8661-4860-ab23-21184530f186', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b'}
Body: b'{"group": {"id": "0eccb719-1113-43a5-ac27-bd49415a7a1b", "status": "available", "availability_zone": "nova", "created_at": "2025-11-13T05:21:26.000000", "name": "tempest-GroupsTest-Group-722863212", "description": null, "group_type": "1e9069bb-867e-48e0-be6a-7ce0016c2934", "volume_types": ["319e5c30-3933-4612-bb86-13541cc16c93"]}}'
2025-11-13 06:21:26,983 80728 INFO [tempest.common.waiters] group 0eccb719-1113-43a5-ac27-bd49415a7a1b reached available after waiting for 1.983197 seconds
2025-11-13 06:21:27,640 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 500 POST http://192.168.122.173/volume/v3/volumes 0.657s
2025-11-13 06:21:27,641 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-2104211027", "volume_type": "319e5c30-3933-4612-bb86-13541cc16c93", "group_id": "0eccb719-1113-43a5-ac27-bd49415a7a1b", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-e99480ea-d5d5-4c23-a237-fe54b2b580f7', 'x-openstack-request-id': 'req-e99480ea-d5d5-4c23-a237-fe54b2b580f7', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:21:27,731 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail 0.090s
2025-11-13 06:21:27,732 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28250fc8-26aa-403c-96cf-2877518179c7', 'content-length': '894', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28250fc8-26aa-403c-96cf-2877518179c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "3aea1c7e-dc56-48b1-8cca-e74f8e95a17a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:21:27.000000", "updated_at": null, "name": "tempest-volume-2104211027", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1005857733", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a"}], "user_id": "93e44e24553541b98bc2530ae266223e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "0eccb719-1113-43a5-ac27-bd49415a7a1b", "os-vol-tenant-attr:tenant_id": "e9d2560528944edab4383f76f347183d"}]}'
2025-11-13 06:21:27,880 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b/action 0.138s
2025-11-13 06:21:27,881 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa2000a-7124-474b-8850-a59b3b517250', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b/action'}
Body: b''
2025-11-13 06:21:28,002 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a 0.121s
2025-11-13 06:21:28,003 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c3e9687-6830-4dca-8a33-baea59c39619', 'content-length': '915', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c3e9687-6830-4dca-8a33-baea59c39619', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a'}
Body: b'{"volume": {"id": "3aea1c7e-dc56-48b1-8cca-e74f8e95a17a", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:21:27.000000", "updated_at": "2025-11-13T05:21:28.000000", "name": "tempest-volume-2104211027", "description": null, "volume_type": "tempest-GroupsTest-volume-type-1005857733", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a"}], "user_id": "93e44e24553541b98bc2530ae266223e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "0eccb719-1113-43a5-ac27-bd49415a7a1b", "os-vol-tenant-attr:tenant_id": "e9d2560528944edab4383f76f347183d"}}'
2025-11-13 06:21:29,039 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a 0.025s
2025-11-13 06:21:29,039 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e532a5c4-26d7-48ae-888d-e68b81f8319a', 'x-openstack-request-id': 'req-e532a5c4-26d7-48ae-888d-e68b81f8319a', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes/3aea1c7e-dc56-48b1-8cca-e74f8e95a17a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3aea1c7e-dc56-48b1-8cca-e74f8e95a17a could not be found."}}'
2025-11-13 06:21:29,062 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b 0.022s
2025-11-13 06:21:29,063 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-42be2255-5deb-4081-ba00-a0d43ee82062', 'x-openstack-request-id': 'req-42be2255-5deb-4081-ba00-a0d43ee82062', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/groups/0eccb719-1113-43a5-ac27-bd49415a7a1b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group 0eccb719-1113-43a5-ac27-bd49415a7a1b could not be found."}}'
2025-11-13 06:21:29,091 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/group_types/1e9069bb-867e-48e0-be6a-7ce0016c2934 0.028s
2025-11-13 06:21:29,092 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd724b0-692a-4555-8f58-a587b14bf6f6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/group_types/1e9069bb-867e-48e0-be6a-7ce0016c2934'}
Body: b''
2025-11-13 06:21:29,154 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/319e5c30-3933-4612-bb86-13541cc16c93 0.062s
2025-11-13 06:21:29,155 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6679faeb-5765-433d-aff9-00950e2a6713', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/319e5c30-3933-4612-bb86-13541cc16c93'}
Body: b''
2025-11-13 06:21:29,169 80728 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/types/319e5c30-3933-4612-bb86-13541cc16c93 0.014s
2025-11-13 06:21:29,170 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-12214e45-2859-4a18-91d3-aaf2cff9baa4', 'x-openstack-request-id': 'req-12214e45-2859-4a18-91d3-aaf2cff9baa4', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/types/319e5c30-3933-4612-bb86-13541cc16c93'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 319e5c30-3933-4612-bb86-13541cc16c93 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 124, in test_group_update
vol = self.volumes_client.create_volume(**params)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
fail
ft41.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:24:17,012 80730 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_delete_message): 200 POST http://192.168.122.173/volume/v3/types 0.105s
2025-11-13 06:24:17,012 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-1864904440", "extra_specs": {"storage_protocol": "tempest-storage_protocol-519353767", "vendor_name": "tempest-vendor_name-1333186645"}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53596968-078b-4c30-8ade-97bc7ca42990', 'content-length': '327', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53596968-078b-4c30-8ade-97bc7ca42990', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "3672543c-8f0c-466f-b162-54229158adff", "name": "tempest-UserMessagesTest-volume-type-1864904440", "is_public": true, "extra_specs": {"storage_protocol": "tempest-storage_protocol-519353767", "vendor_name": "tempest-vendor_name-1333186645"}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:24:17,440 80730 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_delete_message): 500 POST http://192.168.122.173/volume/v3/volumes 0.425s
2025-11-13 06:24:17,440 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.3', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"volume_type": "3672543c-8f0c-466f-b162-54229158adff", "size": 1, "name": "tempest-UserMessagesTest-Volume-793620697"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.3', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f17ae64-3310-41eb-96f2-7dc716d3a528', 'x-openstack-request-id': 'req-3f17ae64-3310-41eb-96f2-7dc716d3a528', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:24:17,481 80730 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:_run_cleanups): 400 DELETE http://192.168.122.173/volume/v3/types/3672543c-8f0c-466f-b162-54229158adff 0.039s
2025-11-13 06:24:17,481 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '79', 'content-type': 'application/json', 'x-compute-request-id': 'req-efce5339-be82-4efc-ad65-bd774e9813e4', 'x-openstack-request-id': 'req-efce5339-be82-4efc-ad65-bd774e9813e4', 'connection': 'close', 'status': '400', 'content-location': 'http://192.168.122.173/volume/v3/types/3672543c-8f0c-466f-b162-54229158adff'}
Body: b'{"badRequest": {"code": 400, "message": "Target volume type is still in use."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/base.py", line 413, in clear_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 102, in delete_volume_type
resp, body = self.delete("types/%s" % volume_type_id)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Target volume type is still in use.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 72, in test_delete_message
message_id = self._create_user_message()
File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 46, in _create_user_message
volume = self.create_volume(wait_until="error", **params)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
fail
ft41.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:24:17,519 80730 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_list_show_messages): 200 POST http://192.168.122.173/volume/v3/types 0.031s
2025-11-13 06:24:17,519 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-UserMessagesTest-volume-type-1359644791", "extra_specs": {"storage_protocol": "tempest-storage_protocol-855153663", "vendor_name": "tempest-vendor_name-1468871432"}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f303b3-48e7-485f-ab8b-d7d513cd5ce4', 'content-length': '327', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f303b3-48e7-485f-ab8b-d7d513cd5ce4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "fc4a4dd7-fb05-4f32-992e-40986cfec936", "name": "tempest-UserMessagesTest-volume-type-1359644791", "is_public": true, "extra_specs": {"storage_protocol": "tempest-storage_protocol-855153663", "vendor_name": "tempest-vendor_name-1468871432"}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:24:17,900 80730 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:test_list_show_messages): 500 POST http://192.168.122.173/volume/v3/volumes 0.378s
2025-11-13 06:24:17,900 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.3', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"volume_type": "fc4a4dd7-fb05-4f32-992e-40986cfec936", "size": 1, "name": "tempest-UserMessagesTest-Volume-1018682177"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.3', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecd60f72-de11-4294-964f-379202ac737a', 'x-openstack-request-id': 'req-ecd60f72-de11-4294-964f-379202ac737a', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:24:17,940 80730 INFO [tempest.lib.common.rest_client] Request (UserMessagesTest:_run_cleanups): 400 DELETE http://192.168.122.173/volume/v3/types/fc4a4dd7-fb05-4f32-992e-40986cfec936 0.039s
2025-11-13 06:24:17,941 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '79', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c815e4-4958-4021-a9cc-2dbf0625a0f4', 'x-openstack-request-id': 'req-e2c815e4-4958-4021-a9cc-2dbf0625a0f4', 'connection': 'close', 'status': '400', 'content-location': 'http://192.168.122.173/volume/v3/types/fc4a4dd7-fb05-4f32-992e-40986cfec936'}
Body: b'{"badRequest": {"code": 400, "message": "Target volume type is still in use."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/base.py", line 413, in clear_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 102, in delete_volume_type
resp, body = self.delete("types/%s" % volume_type_id)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Target volume type is still in use.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 60, in test_list_show_messages
message_id = self._create_user_message()
File "/opt/stack/tempest/tempest/api/volume/admin/test_user_messages.py", line 46, in _create_user_message
volume = self.create_volume(wait_until="error", **params)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 5 | 2 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt42.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
pt42.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
pt42.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] |
fail
ft42.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:33,806 80728 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://192.168.122.173/volume/v3/os-quota-sets/f598f7b81b6445ef97c4c6fc6c2d8961?usage=True 0.036s
2025-11-13 06:21:33,806 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56dd81f0-ee43-4681-8ce1-d92619621c8f', 'content-length': '1594', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56dd81f0-ee43-4681-8ce1-d92619621c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/os-quota-sets/f598f7b81b6445ef97c4c6fc6c2d8961?usage=True'}
Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_tempest-VolumeTypesAccessTest-volume-type-837727277": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-VolumeTypesAccessTest-volume-type-837727277": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-VolumeTypesAccessTest-volume-type-837727277": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_volume-type-1": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_volume-type-1": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_volume-type-1": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_QuobyteHD": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_QuobyteHD": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_QuobyteHD": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "f598f7b81b6445ef97c4c6fc6c2d8961"}}'
2025-11-13 06:21:34,260 80728 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 500 POST http://192.168.122.173/volume/v3/volumes 0.445s
2025-11-13 06:21:34,260 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1382482823"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-498240ef-a6d8-4aea-b9b0-0b21dbc0cef5', 'x-openstack-request-id': 'req-498240ef-a6d8-4aea-b9b0-0b21dbc0cef5', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
fail
ft42.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:34,871 80728 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 500 POST http://192.168.122.173/volume/v3/volumes 0.598s
2025-11-13 06:21:34,871 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-342748033"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef67850c-949f-4575-b201-3803d1687632', 'x-openstack-request-id': 'req-ef67850c-949f-4575-b201-3803d1687632', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt42.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
pt42.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_retype.VolumeRetypeWithoutMigrationTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
fail
ft43.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:20:53,053 80724 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 500 POST http://192.168.122.173/volume/v3/volumes 0.653s
2025-11-13 06:20:53,054 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1209849800"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-31de402b-f5ef-4838-89e0-d4f434159364', 'x-openstack-request-id': 'req-31de402b-f5ef-4838-89e0-d4f434159364', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype
src_vol = self.create_volume(volume_type=self.src_vol_type['name'])
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 4 | 1 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt44.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
pt44.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
pt44.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
fail
ft44.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:24:23,491 80730 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 500 POST http://192.168.122.173/volume/v3/volumes 0.689s
2025-11-13 06:24:23,492 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesServicesTestJSON-Volume-1295855143"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-01cf8ce3-9a15-48c6-b96f-eea5f2984da2', 'x-openstack-request-id': 'req-01cf8ce3-9a15-48c6-b96f-eea5f2984da2', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name
volume_id = self.create_volume()['id']
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt44.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 1 | 1 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
fail
ft45.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:01,533 80724 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://192.168.122.173/volume/v3/types 0.185s
2025-11-13 06:21:01,534 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-837727277", "os-volume-type-access:is_public": false}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a7e1336-f431-4622-ba30-13a65153570b', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a7e1336-f431-4622-ba30-13a65153570b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "42a2dd89-5c63-4353-aad7-ffcebeb48605", "name": "tempest-VolumeTypesAccessTest-volume-type-837727277", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}'
2025-11-13 06:21:01,698 80724 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://192.168.122.173/volume/v3/volumes 0.161s
2025-11-13 06:21:01,698 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"volume_type": "42a2dd89-5c63-4353-aad7-ffcebeb48605", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afff718-95f6-445a-b995-55d41d77dd30', 'x-openstack-request-id': 'req-2afff718-95f6-445a-b995-55d41d77dd30', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 42a2dd89-5c63-4353-aad7-ffcebeb48605 could not be found."}}'
2025-11-13 06:21:01,698 80724 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead
2025-11-13 06:21:01,741 80724 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://192.168.122.173/volume/v3/types/42a2dd89-5c63-4353-aad7-ffcebeb48605/action 0.042s
2025-11-13 06:21:01,741 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"addProjectAccess": {"project": "74302490803a472fa39a910219891280"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4e360e-4054-4d82-a09e-dece78d7a4f8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/42a2dd89-5c63-4353-aad7-ffcebeb48605/action'}
Body: b''
2025-11-13 06:21:02,228 80724 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 500 POST http://192.168.122.173/volume/v3/volumes 0.486s
2025-11-13 06:21:02,229 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"volume_type": "42a2dd89-5c63-4353-aad7-ffcebeb48605", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1002939541"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3e899bd-dc81-4ff1-8606-3335e3a90208', 'x-openstack-request-id': 'req-b3e899bd-dc81-4ff1-8606-3335e3a90208', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:21:02,268 80724 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://192.168.122.173/volume/v3/types/42a2dd89-5c63-4353-aad7-ffcebeb48605/action 0.038s
2025-11-13 06:21:02,269 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"removeProjectAccess": {"project": "74302490803a472fa39a910219891280"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00c51304-a1d4-45f2-86f3-63ee32a53159', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/42a2dd89-5c63-4353-aad7-ffcebeb48605/action'}
Body: b''
2025-11-13 06:21:02,317 80724 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 400 DELETE http://192.168.122.173/volume/v3/types/42a2dd89-5c63-4353-aad7-ffcebeb48605 0.048s
2025-11-13 06:21:02,317 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '79', 'content-type': 'application/json', 'x-compute-request-id': 'req-77dbcae3-e0c7-4807-bb3e-b043dccee5fe', 'x-openstack-request-id': 'req-77dbcae3-e0c7-4807-bb3e-b043dccee5fe', 'connection': 'close', 'status': '400', 'content-location': 'http://192.168.122.173/volume/v3/types/42a2dd89-5c63-4353-aad7-ffcebeb48605'}
Body: b'{"badRequest": {"code": 400, "message": "Target volume type is still in use."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/base.py", line 413, in clear_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 102, in delete_volume_type
resp, body = self.delete("types/%s" % volume_type_id)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Target volume type is still in use.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add
volume = self.create_volume(volume_type=volume_type['id'])
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt45.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_volumes_actions.VolumesActionsTest | 6 | 0 | 6 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft46.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:30,479 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.097s
2025-11-13 06:21:30,479 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2518', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b8d76fb5-c8c9-4a47-ac3f-c3ba5d5d6f22', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "038c67d0245a4fa7b4b565a3e2feedd0", "name": "tempest-VolumesActionsTest-455809088-project-member", "password_expires_at": null}, "audit_ids": ["MQ_X1oleRyWOdFCIcqpTeQ"], "expires_at": "2025-11-13T06:21:30.000000Z", "issued_at": "2025-11-13T05:21:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c57d988e4d174688ae97f768c0536b7a", "name": "tempest-VolumesActionsTest-455809088"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/c57d988e4d174688ae97f768c0536b7a", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:21:30,480 80724 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'b24bae64-a05a-40ec-b486-13005eb2349a', 'name': 'tempest-VolumesActionsTest-466533723-network', 'tenant_id': 'c57d988e4d174688ae97f768c0536b7a', 'project_id': 'c57d988e4d174688ae97f768c0536b7a', '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': 43636, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:21:10Z', 'updated_at': '2025-11-13T05:21:10Z', 'revision_number': 1} available for tenant
2025-11-13 06:21:31,260 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://192.168.122.173/compute/v2.1/servers 0.779s
2025-11-13 06:21:31,260 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1202213277", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "networks": [{"uuid": "b24bae64-a05a-40ec-b486-13005eb2349a"}]}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b13f3566-a88e-4cde-bd2f-667060d6dd5b', 'x-compute-request-id': 'req-b13f3566-a88e-4cde-bd2f-667060d6dd5b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "oUJmc53gQcZV"}}'
2025-11-13 06:21:31,334 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.071s
2025-11-13 06:21:31,334 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd3dd936-ce60-448d-b3b1-e43ceb69b339', 'x-compute-request-id': 'req-dd3dd936-ce60-448d-b3b1-e43ceb69b339', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:32,475 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.128s
2025-11-13 06:21:32,475 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b9ff63c-c780-45d9-a0ed-3536968c4062', 'x-compute-request-id': 'req-9b9ff63c-c780-45d9-a0ed-3536968c4062', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:33,584 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.097s
2025-11-13 06:21:33,584 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccf6b720-21e8-4bd8-a0ef-89fb9026c4d5', 'x-compute-request-id': 'req-ccf6b720-21e8-4bd8-a0ef-89fb9026c4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:33,595 80724 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:21:34,701 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.105s
2025-11-13 06:21:34,701 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9ee0ff9-28bd-45e8-830c-b2778bedb848', 'x-compute-request-id': 'req-e9ee0ff9-28bd-45e8-830c-b2778bedb848', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:35,867 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.154s
2025-11-13 06:21:35,868 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a563a8be-55b1-4772-b4b8-57cd8ff0e9fe', 'x-compute-request-id': 'req-a563a8be-55b1-4772-b4b8-57cd8ff0e9fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:35,878 80724 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-11-13 06:21:37,542 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.663s
2025-11-13 06:21:37,543 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-805c94dd-5062-46b4-81cf-1a5326281a94', 'x-compute-request-id': 'req-805c94dd-5062-46b4-81cf-1a5326281a94', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:37,555 80724 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2025-11-13 06:21:38,748 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.191s
2025-11-13 06:21:38,748 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b8b173f-bd19-4049-b535-53ca30b7e09e', 'x-compute-request-id': 'req-3b8b173f-bd19-4049-b535-53ca30b7e09e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:38,759 80724 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:21:40,076 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.316s
2025-11-13 06:21:40,076 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b9e399e-f086-4e82-9613-029e5721291a', 'x-compute-request-id': 'req-6b9e399e-f086-4e82-9613-029e5721291a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:41,284 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.195s
2025-11-13 06:21:41,284 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98f0b440-376a-4e01-8d2f-804d2322561b', 'x-compute-request-id': 'req-98f0b440-376a-4e01-8d2f-804d2322561b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:42,890 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.593s
2025-11-13 06:21:42,890 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ad314f9-60a2-4c67-b8e4-d19202db6644', 'x-compute-request-id': 'req-2ad314f9-60a2-4c67-b8e4-d19202db6644', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:44,176 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.271s
2025-11-13 06:21:44,176 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44315fee-7670-436f-81ba-a143a3a5d85c', 'x-compute-request-id': 'req-44315fee-7670-436f-81ba-a143a3a5d85c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "BUILD", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "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": []}}'
2025-11-13 06:21:45,341 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.152s
2025-11-13 06:21:45,341 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1505', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d62195c-8d43-4a1b-ab07-0da7cacdb226', 'x-compute-request-id': 'req-7d62195c-8d43-4a1b-ab07-0da7cacdb226', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "ACTIVE", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:45Z", "addresses": {"tempest-VolumesActionsTest-466533723-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:56:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:21:44.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": []}}'
2025-11-13 06:21:45,355 80724 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2025-11-13 06:21:45,736 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://192.168.122.173/volume/v3/volumes 0.380s
2025-11-13 06:21:45,736 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-645091345"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-46c96d9f-f2bc-4bdc-95b5-47731fa87a61', 'x-openstack-request-id': 'req-46c96d9f-f2bc-4bdc-95b5-47731fa87a61', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:21:45,913 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.176s
2025-11-13 06:21:45,914 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d80a2452-24f0-4f22-8cd9-662141321c16', 'x-compute-request-id': 'req-d80a2452-24f0-4f22-8cd9-662141321c16', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b''
2025-11-13 06:21:46,076 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.162s
2025-11-13 06:21:46,076 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1511', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-686d9edb-fce8-4890-9a18-fa6abd79580b', 'x-compute-request-id': 'req-686d9edb-fce8-4890-9a18-fa6abd79580b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "ACTIVE", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:46Z", "addresses": {"tempest-VolumesActionsTest-466533723-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:56:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:21:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:47,363 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.274s
2025-11-13 06:21:47,363 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1511', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca262dac-d202-439e-8e5e-e17fc513f87b', 'x-compute-request-id': 'req-ca262dac-d202-439e-8e5e-e17fc513f87b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "ACTIVE", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:46Z", "addresses": {"tempest-VolumesActionsTest-466533723-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:56:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:21:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:49,087 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.712s
2025-11-13 06:21:49,088 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ad875b4-aa76-426f-9d68-0ff8c97e36e7', 'x-compute-request-id': 'req-0ad875b4-aa76-426f-9d68-0ff8c97e36e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "ACTIVE", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:48Z", "addresses": {"tempest-VolumesActionsTest-466533723-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:56:53"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:21:44.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:50,245 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.146s
2025-11-13 06:21:50,246 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-607e093f-4db7-4d1f-891b-6e35a6330936', 'x-compute-request-id': 'req-607e093f-4db7-4d1f-891b-6e35a6330936', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "DELETED", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:21:44.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:21:49.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:50,256 80724 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2025-11-13 06:21:51,354 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.096s
2025-11-13 06:21:51,354 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fdccd7b-72aa-4e7d-9dff-dcb179887513', 'x-compute-request-id': 'req-7fdccd7b-72aa-4e7d-9dff-dcb179887513', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"server": {"id": "c5d5f008-c69f-4a62-a5be-c8529f5f290d", "name": "tempest-VolumesActionsTest-instance-1202213277", "status": "DELETED", "tenant_id": "c57d988e4d174688ae97f768c0536b7a", "user_id": "038c67d0245a4fa7b4b565a3e2feedd0", "metadata": {}, "hostId": "69fe656d0836390defc73b73430ffe355536f6070493970ffe0e146d", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:21:31Z", "updated": "2025-11-13T05:21:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-11-13T05:21:44.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:21:49.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:21:52,407 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d 0.041s
2025-11-13 06:21:52,408 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-6f7d2058-6a71-4ac5-ab36-41a499b1727d', 'x-compute-request-id': 'req-6f7d2058-6a71-4ac5-ab36-41a499b1727d', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/c5d5f008-c69f-4a62-a5be-c8529f5f290d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance c5d5f008-c69f-4a62-a5be-c8529f5f290d could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume
volume_id = self.create_volume()['id']
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
fail
ft46.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:52,766 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 500 POST http://192.168.122.173/volume/v3/volumes 0.354s
2025-11-13 06:21:52,766 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1377697754"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-238c7c74-27cd-41c4-8b91-2672425ced42', 'x-openstack-request-id': 'req-238c7c74-27cd-41c4-8b91-2672425ced42', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching
self._create_reset_and_force_delete_temp_volume('attaching')
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume
temp_volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
fail
ft46.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:53,112 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 500 POST http://192.168.122.173/volume/v3/volumes 0.344s
2025-11-13 06:21:53,113 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1477329978"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-f01604d1-0e07-4a42-b7e1-ddb1668f19f8', 'x-openstack-request-id': 'req-f01604d1-0e07-4a42-b7e1-ddb1668f19f8', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating
self._create_reset_and_force_delete_temp_volume('creating')
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume
temp_volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
fail
ft46.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:53,460 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 500 POST http://192.168.122.173/volume/v3/volumes 0.345s
2025-11-13 06:21:53,460 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1288174595"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-300b7f6d-2014-42f8-919e-7a52d5a65758', 'x-openstack-request-id': 'req-300b7f6d-2014-42f8-919e-7a52d5a65758', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error
self._create_reset_and_force_delete_temp_volume('error')
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume
temp_volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
fail
ft46.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:53,799 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 500 POST http://192.168.122.173/volume/v3/volumes 0.336s
2025-11-13 06:21:53,800 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1152136896"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a84f47-21ab-4d93-8faf-1b5724db6836', 'x-openstack-request-id': 'req-a2a84f47-21ab-4d93-8faf-1b5724db6836', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance
self._create_reset_and_force_delete_temp_volume('maintenance')
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume
temp_volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
fail
ft46.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:54,105 80724 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 500 POST http://192.168.122.173/volume/v3/volumes 0.303s
2025-11-13 06:21:54,105 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-579450364"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd13036-3af9-4500-8588-3377de958505', 'x-openstack-request-id': 'req-bdd13036-3af9-4500-8588-3377de958505', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
fail
ft47.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:02,693 80724 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 500 POST http://192.168.122.173/volume/v3/volumes 0.590s
2025-11-13 06:22:02,693 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1360880467"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-67590b43-3138-4269-821c-aa49212893ff', 'x-openstack-request-id': 'req-67590b43-3138-4269-821c-aa49212893ff', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
fail
ft47.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:03,119 80724 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 500 POST http://192.168.122.173/volume/v3/volumes 0.423s
2025-11-13 06:22:03,119 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-521926049"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fff71f4-7293-4f99-a63f-e0e0a698d7a2', 'x-openstack-request-id': 'req-4fff71f4-7293-4f99-a63f-e0e0a698d7a2', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 93, in test_volume_from_snapshot_cascade_delete
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
fail
ft48.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:50,460 80728 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 500 POST http://192.168.122.173/volume/v3/volumes 0.545s
2025-11-13 06:21:50,461 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-1889421220"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-165d4809-6f4c-4e4d-b85b-b25d290a7d2f', 'x-openstack-request-id': 'req-165d4809-6f4c-4e4d-b85b-b25d290a7d2f', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
fail
ft48.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:50,779 80728 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 500 POST http://192.168.122.173/volume/v3/volumes 0.313s
2025-11-13 06:21:50,780 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-259649472"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfddcc1d-e444-4511-a6f1-cffe254cffb5', 'x-openstack-request-id': 'req-cfddcc1d-e444-4511-a6f1-cffe254cffb5', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
fail
ft49.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:06,064 80724 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 500 POST http://192.168.122.173/volume/v3/volumes 0.456s
2025-11-13 06:22:06,065 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-570980033"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-04587212-b385-45d1-af2a-f3a40bec8c94', 'x-openstack-request-id': 'req-04587212-b385-45d1-af2a-f3a40bec8c94', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer
test_create_get_list_accept_volume_transfer()
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
fail
ft49.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:06,404 80724 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 500 POST http://192.168.122.173/volume/v3/volumes 0.336s
2025-11-13 06:22:06,404 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-16460534"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa5e8de-be8a-4412-a3d5-b5dfaca28e09', 'x-openstack-request-id': 'req-cfa5e8de-be8a-4412-a3d5-b5dfaca28e09', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer
test_create_list_delete_volume_transfer()
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 0 | 2 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
fail
ft50.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:24:44,091 80730 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 500 POST http://192.168.122.173/volume/v3/volumes 0.425s
2025-11-13 06:24:44,091 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-1105894365"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-b884c02b-9797-4afe-a44d-4a63bd1d12c1', 'x-openstack-request-id': 'req-b884c02b-9797-4afe-a44d-4a63bd1d12c1', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer
test_create_get_list_accept_volume_transfer()
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer
test_create_get_list_accept_volume_transfer()
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
fail
ft50.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:24:44,405 80730 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 500 POST http://192.168.122.173/volume/v3/volumes 0.310s
2025-11-13 06:24:44,405 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-767724370"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb8af59-aff5-4201-be7f-ba6094f67912', 'x-openstack-request-id': 'req-adb8af59-aff5-4201-be7f-ba6094f67912', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer
test_create_list_delete_volume_transfer()
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer
test_create_list_delete_volume_transfer()
File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
fail
ft51.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:54,325 80728 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 500 POST http://192.168.122.173/volume/v3/volumes 0.501s
2025-11-13 06:21:54,325 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 2, "name": "tempest-VolumesCloneNegativeTest-Volume-1625724566"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bbf2f3-0795-4dfb-8317-1e6aa3e0509b', 'x-openstack-request-id': 'req-48bbf2f3-0795-4dfb-8317-1e6aa3e0509b', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size
src_vol = self.create_volume(size=src_size)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
fail
ft52.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:56,144 80728 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8 0.148s
2025-11-13 06:21:56,144 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fc3ce89a-5f12-4857-9c37-f0fb0a3b1a98', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8'}
Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e281381fe7274b3889e257d8f7a35cbd", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "created_at": "2025-11-13T05:13:33Z", "updated_at": "2025-11-13T05:13:34Z", "tags": [], "self": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "file": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8/file", "schema": "/v2/schemas/image"}'
2025-11-13 06:21:57,052 80728 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 500 POST http://192.168.122.173/volume/v3/volumes 0.906s
2025-11-13 06:21:57,052 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1226813802"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a649f6-9e38-4082-b50c-0d1b2d3a16d7', 'x-openstack-request-id': 'req-36a649f6-9e38-4082-b50c-0d1b2d3a16d7', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 36, in test_volume_extend
volume = self.create_volume(imageRef=self.image_ref)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
fail
ft52.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:21:57,476 80728 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 500 POST http://192.168.122.173/volume/v3/volumes 0.418s
2025-11-13 06:21:57,476 80728 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendTest-Volume-857557847"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:21:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfb79f0-bcda-449e-8c11-7e3736380ba8', 'x-openstack-request-id': 'req-ecfb79f0-bcda-449e-8c11-7e3736380ba8', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 53, in test_volume_extend_when_volume_has_snapshot
volume = self.create_volume()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
fail
ft53.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:22,218 80724 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 500 POST http://192.168.122.173/volume/v3/volumes 0.922s
2025-11-13 06:22:22,218 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-1855483074", "metadata": {"Type": "Test"}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8693fed-76ce-493c-94fe-388851ceaced', 'x-openstack-request-id': 'req-c8693fed-76ce-493c-94fe-388851ceaced', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 117, in test_volume_create_get_update_delete
self._volume_create_get_update_delete(size=CONF.volume.volume_size)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 40, in _volume_create_get_update_delete
volume = self.create_volume(wait_until='available', **kwargs)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
fail
ft53.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:22,261 80724 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8 0.025s
2025-11-13 06:22:22,262 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ef844240-4cbc-4f4b-b0e5-34b1da1ad8e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8'}
Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e281381fe7274b3889e257d8f7a35cbd", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "created_at": "2025-11-13T05:13:33Z", "updated_at": "2025-11-13T05:13:34Z", "tags": [], "self": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "file": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8/file", "schema": "/v2/schemas/image"}'
2025-11-13 06:22:22,281 80724 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8 0.019s
2025-11-13 06:22:22,282 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f242a217-fc6d-4259-8edd-4e040215f0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/image/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8'}
Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e281381fe7274b3889e257d8f7a35cbd", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "created_at": "2025-11-13T05:13:33Z", "updated_at": "2025-11-13T05:13:34Z", "tags": [], "self": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "file": "/v2/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8/file", "schema": "/v2/schemas/image"}'
2025-11-13 06:22:22,772 80724 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 500 POST http://192.168.122.173/volume/v3/volumes 0.490s
2025-11-13 06:22:22,772 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "size": 1, "name": "tempest-VolumesGetTest-Volume-754188338", "metadata": {"Type": "Test"}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-d771261a-5f13-4e64-a375-ace1394f3440', 'x-openstack-request-id': 'req-d771261a-5f13-4e64-a375-ace1394f3440', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 127, in test_volume_create_get_update_delete_from_image
self._volume_create_get_update_delete(
File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 40, in _volume_create_get_update_delete
volume = self.create_volume(wait_until='available', **kwargs)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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] |
fail
ft54.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:26,888 80724 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 500 POST http://192.168.122.173/volume/v3/volumes 0.299s
2025-11-13 06:22:26,888 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1829556998"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec7c90b-5a4b-4af1-85ad-8e4567f84d70', 'x-openstack-request-id': 'req-3ec7c90b-5a4b-4af1-85ad-8e4567f84d70', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 65, in test_volume_from_snapshot_decreasing_size
src_vol = self.create_volume(size=src_size)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 139, in create_volume
volume = self.volumes_client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 0 | 1 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
fail
ft55.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]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:22:42,682 80724 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-581569136-1282525654 on backend None
2025-11-13 06:22:42,816 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.173/volume/v3/types 0.133s
2025-11-13 06:22:42,817 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-581569136-1282525654", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb206cac-85ac-4deb-99c3-83b7a072d10d', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb206cac-85ac-4deb-99c3-83b7a072d10d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "abfec65e-ea60-4bc9-9404-8e9be62ca5b4", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-581569136-1282525654", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:22:42,819 80724 DEBUG [tempest.scenario.manager] paths: img: /home/quobyte/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2025-11-13 06:22:43,595 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.173/image/v2/images 0.775s
2025-11-13 06:22:43,595 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--1621559285", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-552a6a3a-e0b3-46b2-a6e4-6e71414be9ee', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--1621559285", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e1084a355b024203badb6843352452a0", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93", "created_at": "2025-11-13T05:22:44Z", "updated_at": "2025-11-13T05:22:44Z", "tags": [], "self": "/v2/images/22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93", "file": "/v2/images/22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93/file", "schema": "/v2/schemas/image"}'
2025-11-13 06:22:44,782 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 204 PUT http://192.168.122.173/image/v2/images/22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93/file 1.186s
2025-11-13 06:22:44,782 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7f1558b8b0d0>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-eaf70908-4a5d-4add-a5a4-4a4eeadcd0a1', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/image/v2/images/22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93/file'}
Body: b''
2025-11-13 06:22:44,782 80724 DEBUG [tempest.scenario.manager] image:22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93
2025-11-13 06:22:44,842 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.058s
2025-11-13 06:22:44,842 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestInstancesWithCinderVolumes-49620789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB2eIQ70aQgEfDOl7YEfv2hS0Bzy8G3Rh0+vN/c12qrsnZmECIU+3iOsHQXNuqLrotifC4cp1wJAtu7lulB4/OnwErD3k7nkvwumtLsnKY597NY3CelGWwx1FJX2khUepg=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '422', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56c99cba-e7d7-4852-a727-36f3422c1b18', 'x-compute-request-id': 'req-56c99cba-e7d7-4852-a727-36f3422c1b18', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-49620789", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB2eIQ70aQgEfDOl7YEfv2hS0Bzy8G3Rh0+vN/c12qrsnZmECIU+3iOsHQXNuqLrotifC4cp1wJAtu7lulB4/OnwErD3k7nkvwumtLsnKY597NY3CelGWwx1FJX2khUepg==", "fingerprint": "9a:30:d1:a7:f9:e9:20:5a:98:6a:76:b5:05:49:44:f2", "user_id": "cd6ae5dee94743bbbc93701ed24254e1"}}'
2025-11-13 06:22:44,903 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.173/compute/v2.1/os-availability-zone/detail 0.059s
2025-11-13 06:22:44,903 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ba32a13-d66a-466c-b212-49ba68aebed8', 'x-compute-request-id': 'req-6ba32a13-d66a-466c-b212-49ba68aebed8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-availability-zone/detail'}
Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"devstack": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2025-11-13T05:21:06.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-11-13T05:22:42.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"devstack": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-11-13T05:22:23.000000"}}}}]}'
2025-11-13 06:22:44,907 80724 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-27102874-1891598739 on backend None
2025-11-13 06:22:44,953 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.173/volume/v3/types 0.045s
2025-11-13 06:22:44,953 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-27102874-1891598739", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b02893-6e1f-4d84-8f40-ea8994d3ec7c', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b02893-6e1f-4d84-8f40-ea8994d3ec7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "ee35eb9a-a26b-47c5-a271-24bb3b720039", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-27102874-1891598739", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:22:44,955 80724 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1927592980-934036382 on backend None
2025-11-13 06:22:44,990 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.173/volume/v3/types 0.034s
2025-11-13 06:22:44,990 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1927592980-934036382", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c238d39e-e16f-4ca3-bcdd-b754a964934b', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c238d39e-e16f-4ca3-bcdd-b754a964934b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/types'}
Body: b'{"volume_type": {"id": "8316924e-d52b-45b1-addd-38199c06397e", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1927592980-934036382", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2025-11-13 06:22:44,992 80724 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'devstack'}]:
2025-11-13 06:22:45,414 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 500 POST http://192.168.122.173/volume/v3/volumes 0.421s
2025-11-13 06:22:45,415 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1739195008", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-27102874-1891598739", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-db421395-4e3a-4c92-806f-c1a43bfbbeb1', 'x-openstack-request-id': 'req-db421395-4e3a-4c92-806f-c1a43bfbbeb1', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:22:45,547 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail?all_tenants=1 0.131s
2025-11-13 06:22:45,548 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f123be93-9add-4914-9008-5ae812d3f697', 'content-length': '48991', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f123be93-9add-4914-9008-5ae812d3f697', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "21bf1de6-783a-4d3b-b37b-be17a9cb9166", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:45.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1739195008", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-27102874-1891598739", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166"}], "user_id": "cd6ae5dee94743bbbc93701ed24254e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "e1084a355b024203badb6843352452a0"}, {"id": "aa90febf-3046-42a8-9e3f-be07756b7c4e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-11-13T05:22:27.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1829556998", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/aa90febf-3046-42a8-9e3f-be07756b7c4e"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/aa90febf-3046-42a8-9e3f-be07756b7c4e"}], "user_id": "f281fad5815b4336a5296a8b78ee4540", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "d8a7498b7b64487eb3d49cd45072e654"}, {"id": "292f7cb4-6be8-4b8e-9a14-7c00b0e9338d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:25.000000", "updated_at": null, "name": "tempest-VolumesNegativeTest-Volume-1551046443", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/292f7cb4-6be8-4b8e-9a14-7c00b0e9338d"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/292f7cb4-6be8-4b8e-9a14-7c00b0e9338d"}], "user_id": "042acf07bd5745bb8e50a816bee0f947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "33503a0b2992498b83c71feb1b56be9a"}, {"id": "20e214e6-358d-4c9f-bd80-b87d4055fc6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:23.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-754188338", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/20e214e6-358d-4c9f-bd80-b87d4055fc6a"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/20e214e6-358d-4c9f-bd80-b87d4055fc6a"}], "user_id": "36cbee7edb5d4432b01194bbabc05c77", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "720e51d853284212950179c60c047add"}, {"id": "525b93d7-97fd-4a26-8d5d-c120747dff75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:22.000000"
2025-11-13 06:22:45,632 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/8316924e-d52b-45b1-addd-38199c06397e 0.043s
2025-11-13 06:22:45,633 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-632f5d19-4287-4da4-9b91-cf575b15fe90', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/8316924e-d52b-45b1-addd-38199c06397e'}
Body: b''
2025-11-13 06:22:45,728 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail?all_tenants=1 0.095s
2025-11-13 06:22:45,729 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216c7882-3dfc-40a3-a762-6c19f8c6c1fe', 'content-length': '48991', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216c7882-3dfc-40a3-a762-6c19f8c6c1fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "21bf1de6-783a-4d3b-b37b-be17a9cb9166", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:45.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1739195008", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-27102874-1891598739", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166"}], "user_id": "cd6ae5dee94743bbbc93701ed24254e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "e1084a355b024203badb6843352452a0"}, {"id": "aa90febf-3046-42a8-9e3f-be07756b7c4e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-11-13T05:22:27.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1829556998", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/aa90febf-3046-42a8-9e3f-be07756b7c4e"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/aa90febf-3046-42a8-9e3f-be07756b7c4e"}], "user_id": "f281fad5815b4336a5296a8b78ee4540", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "d8a7498b7b64487eb3d49cd45072e654"}, {"id": "292f7cb4-6be8-4b8e-9a14-7c00b0e9338d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:25.000000", "updated_at": null, "name": "tempest-VolumesNegativeTest-Volume-1551046443", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/292f7cb4-6be8-4b8e-9a14-7c00b0e9338d"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/292f7cb4-6be8-4b8e-9a14-7c00b0e9338d"}], "user_id": "042acf07bd5745bb8e50a816bee0f947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "33503a0b2992498b83c71feb1b56be9a"}, {"id": "20e214e6-358d-4c9f-bd80-b87d4055fc6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:23.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-754188338", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/20e214e6-358d-4c9f-bd80-b87d4055fc6a"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/20e214e6-358d-4c9f-bd80-b87d4055fc6a"}], "user_id": "36cbee7edb5d4432b01194bbabc05c77", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "720e51d853284212950179c60c047add"}, {"id": "525b93d7-97fd-4a26-8d5d-c120747dff75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:22.000000"
2025-11-13 06:22:45,894 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166 0.124s
2025-11-13 06:22:45,895 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402b4876-f528-4a7e-8cd2-ea4adcdcf77b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166'}
Body: b''
2025-11-13 06:22:45,915 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.173/volume/v3/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166 0.019s
2025-11-13 06:22:45,915 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d9db0e8-021d-423a-8a13-d3d808333b4b', 'x-openstack-request-id': 'req-1d9db0e8-021d-423a-8a13-d3d808333b4b', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/volume/v3/volumes/21bf1de6-783a-4d3b-b37b-be17a9cb9166'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21bf1de6-783a-4d3b-b37b-be17a9cb9166 could not be found."}}'
2025-11-13 06:22:45,957 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/ee35eb9a-a26b-47c5-a271-24bb3b720039 0.042s
2025-11-13 06:22:45,958 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-695c4dfe-5892-4da6-826c-1dafe08cbad1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/ee35eb9a-a26b-47c5-a271-24bb3b720039'}
Body: b''
2025-11-13 06:22:45,989 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-49620789 0.030s
2025-11-13 06:22:45,989 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea371fa0-6e76-4d0c-afe2-5619668dee34', 'x-compute-request-id': 'req-ea371fa0-6e76-4d0c-afe2-5619668dee34', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-49620789'}
Body: b''
2025-11-13 06:22:46,065 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.173/image/v2/images/22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93 0.075s
2025-11-13 06:22:46,065 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6e3c47e5-6abe-4324-98ec-ed483a76cd8f', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/image/v2/images/22a396cd-f8b5-4d9b-8fc0-0dcd8c19db93'}
Body: b''
2025-11-13 06:22:46,170 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.173/volume/v3/volumes/detail?all_tenants=1 0.104s
2025-11-13 06:22:46,170 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b2cf833-b262-4253-b28f-e91cff4e022a', 'content-length': '47943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b2cf833-b262-4253-b28f-e91cff4e022a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "aa90febf-3046-42a8-9e3f-be07756b7c4e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-11-13T05:22:27.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1829556998", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/aa90febf-3046-42a8-9e3f-be07756b7c4e"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/aa90febf-3046-42a8-9e3f-be07756b7c4e"}], "user_id": "f281fad5815b4336a5296a8b78ee4540", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "d8a7498b7b64487eb3d49cd45072e654"}, {"id": "292f7cb4-6be8-4b8e-9a14-7c00b0e9338d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:25.000000", "updated_at": null, "name": "tempest-VolumesNegativeTest-Volume-1551046443", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/292f7cb4-6be8-4b8e-9a14-7c00b0e9338d"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/292f7cb4-6be8-4b8e-9a14-7c00b0e9338d"}], "user_id": "042acf07bd5745bb8e50a816bee0f947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "33503a0b2992498b83c71feb1b56be9a"}, {"id": "20e214e6-358d-4c9f-bd80-b87d4055fc6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:23.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-754188338", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/20e214e6-358d-4c9f-bd80-b87d4055fc6a"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/20e214e6-358d-4c9f-bd80-b87d4055fc6a"}], "user_id": "36cbee7edb5d4432b01194bbabc05c77", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "720e51d853284212950179c60c047add"}, {"id": "525b93d7-97fd-4a26-8d5d-c120747dff75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:22.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1855483074", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://192.168.122.173/volume/v3/volumes/525b93d7-97fd-4a26-8d5d-c120747dff75"}, {"rel": "bookmark", "href": "http://192.168.122.173/volume/volumes/525b93d7-97fd-4a26-8d5d-c120747dff75"}], "user_id": "36cbee7edb5d4432b01194bbabc05c77", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "720e51d853284212950179c60c047add"}, {"id": "67fc1e1b-c0e4-44ed-8e4f-87863df42d16", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-11-13T05:22:20.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-811867401", "d
2025-11-13 06:22:46,256 80724 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.173/volume/v3/types/abfec65e-ea60-4bc9-9404-8e9be62ca5b4 0.043s
2025-11-13 06:22:46,256 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:22:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6334c6f2-8ea3-47d2-be1d-8a85d18d1d3c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/volume/v3/types/abfec65e-ea60-4bc9-9404-8e9be62ca5b4'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_instances_with_cinder_volumes.py", line 115, in test_instances_with_cinder_volumes_on_all_compute_nodes
self.create_volume(volume_type=volume_type,
File "/opt/stack/tempest/tempest/scenario/manager.py", line 395, in create_volume
volume = client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
fail
ft56.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:25:03,604 80730 DEBUG [tempest.scenario.manager] paths: img: /home/quobyte/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2025-11-13 06:25:04,163 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.173/image/v2/images 0.558s
2025-11-13 06:25:04,163 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--570139921", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0a612e9e-a737-495c-b471-77828da62054', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--570139921", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "ed68b09d698d41789fcee8c0189c5322", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "created_at": "2025-11-13T05:25:04Z", "updated_at": "2025-11-13T05:25:04Z", "tags": [], "self": "/v2/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "file": "/v2/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b/file", "schema": "/v2/schemas/image"}'
2025-11-13 06:25:05,127 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://192.168.122.173/image/v2/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b/file 0.963s
2025-11-13 06:25:05,128 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7ff756916170>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e1e68e16-3120-4215-9c64-71f88d65269d', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/image/v2/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b/file'}
Body: b''
2025-11-13 06:25:05,128 80730 DEBUG [tempest.scenario.manager] image:cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b
2025-11-13 06:25:05,171 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.042s
2025-11-13 06:25:05,171 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1042773019", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOeCb1NpJz0oETdB8g/nlxafGfr5Uxxf2d1Gg+rWeROLEHsYoDkT8zkgpBRJoUs1FSTKNdZe3DNs6/szPyPq6ZDOSKarILj9ZJhPlORWctkUihdP7D4tkyLotpx8kXFF7Q=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4903a230-ebc2-4ee6-a0a5-2105b8305c64', 'x-compute-request-id': 'req-4903a230-ebc2-4ee6-a0a5-2105b8305c64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1042773019", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOeCb1NpJz0oETdB8g/nlxafGfr5Uxxf2d1Gg+rWeROLEHsYoDkT8zkgpBRJoUs1FSTKNdZe3DNs6/szPyPq6ZDOSKarILj9ZJhPlORWctkUihdP7D4tkyLotpx8kXFF7Q==", "fingerprint": "86:a2:36:52:01:44:b0:eb:b3:c1:0b:84:5a:49:6d:4e", "user_id": "17ba27ad77ba4b00ac163710721c831d"}}'
2025-11-13 06:25:05,212 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.035s
2025-11-13 06:25:05,212 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0a195050-58d9-4eaa-ac05-e8a16d2e0088', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "17ba27ad77ba4b00ac163710721c831d", "name": "tempest-TestMinimumBasicScenario-1716010755-project-member", "password_expires_at": null}, "audit_ids": ["_cuBBbBsREGj20UZ49Ymmg"], "expires_at": "2025-11-13T06:25:05.000000Z", "issued_at": "2025-11-13T05:25:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed68b09d698d41789fcee8c0189c5322", "name": "tempest-TestMinimumBasicScenario-1716010755"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/ed68b09d698d41789fcee8c0189c5322", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:25:05,212 80730 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '71ade342-90b5-4b25-a42c-3f0fd717bffe', 'name': 'tempest-TestMinimumBasicScenario-77765841-network', 'tenant_id': 'ed68b09d698d41789fcee8c0189c5322', 'project_id': 'ed68b09d698d41789fcee8c0189c5322', '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': 31699, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:24:49Z', 'updated_at': '2025-11-13T05:24:49Z', 'revision_number': 1} available for tenant
2025-11-13 06:25:05,638 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://192.168.122.173/compute/v2.1/servers 0.425s
2025-11-13 06:25:05,639 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1365172613", "imageRef": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "networks": [{"uuid": "71ade342-90b5-4b25-a42c-3f0fd717bffe"}]}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef8453d5-2b5b-41bb-821f-e4cef46501f8', 'x-compute-request-id': 'req-ef8453d5-2b5b-41bb-821f-e4cef46501f8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "uZ9kxeJerdgq"}}'
2025-11-13 06:25:05,721 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.080s
2025-11-13 06:25:05,722 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74b9e75e-2afe-4302-94a1-351523917a3c', 'x-compute-request-id': 'req-74b9e75e-2afe-4302-94a1-351523917a3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:06Z", "updated": "2025-11-13T05:25:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:06,811 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.077s
2025-11-13 06:25:06,811 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cc9d420-af87-4cd5-9356-4df3869d25ef', 'x-compute-request-id': 'req-5cc9d420-af87-4cd5-9356-4df3869d25ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:07,902 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.079s
2025-11-13 06:25:07,902 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1325', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70f1293d-ec0d-4a2d-a195-8a063dcc76b9', 'x-compute-request-id': 'req-70f1293d-ec0d-4a2d-a195-8a063dcc76b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:07,913 80730 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:25:08,991 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.077s
2025-11-13 06:25:08,992 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1325', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78859359-fd3a-48aa-8f64-97288f6a2b35', 'x-compute-request-id': 'req-78859359-fd3a-48aa-8f64-97288f6a2b35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:10,086 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.082s
2025-11-13 06:25:10,086 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51627b3f-f019-4f2f-af9c-1b1020a51dc8', 'x-compute-request-id': 'req-51627b3f-f019-4f2f-af9c-1b1020a51dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:10,097 80730 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2025-11-13 06:25:11,263 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.165s
2025-11-13 06:25:11,264 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1cef506-fa15-4d2f-8709-993a472a2d35', 'x-compute-request-id': 'req-e1cef506-fa15-4d2f-8709-993a472a2d35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:11,274 80730 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2025-11-13 06:25:12,428 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.152s
2025-11-13 06:25:12,428 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a188bf2-489c-4116-b45e-21b277f0a6bd', 'x-compute-request-id': 'req-7a188bf2-489c-4116-b45e-21b277f0a6bd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:12,439 80730 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:25:13,582 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.141s
2025-11-13 06:25:13,582 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0433a64-6d17-43d1-9fb8-7756f8d0f1eb', 'x-compute-request-id': 'req-f0433a64-6d17-43d1-9fb8-7756f8d0f1eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:14,737 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.143s
2025-11-13 06:25:14,737 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47a06e5b-050f-4089-b504-165b8a145ab8', 'x-compute-request-id': 'req-47a06e5b-050f-4089-b504-165b8a145ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:16,160 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.410s
2025-11-13 06:25:16,160 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e68ac391-1c26-4373-a87a-24098ab0d5ab', 'x-compute-request-id': 'req-e68ac391-1c26-4373-a87a-24098ab0d5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:17,412 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.240s
2025-11-13 06:25:17,412 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1373', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-316fd9bf-8d1f-4a84-b7bf-b6df46537b30', 'x-compute-request-id': 'req-316fd9bf-8d1f-4a84-b7bf-b6df46537b30', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "BUILD", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "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": []}}'
2025-11-13 06:25:18,594 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.169s
2025-11-13 06:25:18,594 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af91246f-9c1b-47c7-a0c9-60b08b226053', 'x-compute-request-id': 'req-af91246f-9c1b-47c7-a0c9-60b08b226053', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "ACTIVE", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:18Z", "addresses": {"tempest-TestMinimumBasicScenario-77765841-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:b8:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.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": []}}'
2025-11-13 06:25:18,605 80730 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2025-11-13 06:25:18,797 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.191s
2025-11-13 06:25:18,798 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fc9fc3f-5693-42d0-8977-77df10aa2e1f', 'x-compute-request-id': 'req-2fc9fc3f-5693-42d0-8977-77df10aa2e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "ACTIVE", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:18Z", "addresses": {"tempest-TestMinimumBasicScenario-77765841-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:b8:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.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": []}}'
2025-11-13 06:25:19,030 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers 0.153s
2025-11-13 06:25:19,031 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd0980ae-a14b-4e93-9749-d46a9120ae1f', 'x-compute-request-id': 'req-dd0980ae-a14b-4e93-9749-d46a9120ae1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"servers": [{"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}]}]}'
2025-11-13 06:25:19,166 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.132s
2025-11-13 06:25:19,167 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9557f85d-7539-450a-a0cc-6b9f9ba7676a', 'x-compute-request-id': 'req-9557f85d-7539-450a-a0cc-6b9f9ba7676a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "ACTIVE", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:18Z", "addresses": {"tempest-TestMinimumBasicScenario-77765841-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:b8:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.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": []}}'
2025-11-13 06:25:19,511 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://192.168.122.173/volume/v3/volumes 0.333s
2025-11-13 06:25:19,511 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2105604310", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-efad6b91-a6a3-4061-bc9c-9eb25607ac4f', 'x-openstack-request-id': 'req-efad6b91-a6a3-4061-bc9c-9eb25607ac4f', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:25:19,636 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.123s
2025-11-13 06:25:19,636 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98a05021-8fab-4aad-9f61-33a55568b2d5', 'x-compute-request-id': 'req-98a05021-8fab-4aad-9f61-33a55568b2d5', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b''
2025-11-13 06:25:19,775 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.139s
2025-11-13 06:25:19,776 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-692f3f00-d76e-4c19-973e-f3341688cd9e', 'x-compute-request-id': 'req-692f3f00-d76e-4c19-973e-f3341688cd9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "ACTIVE", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:20Z", "addresses": {"tempest-TestMinimumBasicScenario-77765841-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:b8:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:21,027 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.240s
2025-11-13 06:25:21,027 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0045037-da52-41d7-8cd5-24124a9e448a', 'x-compute-request-id': 'req-c0045037-da52-41d7-8cd5-24124a9e448a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "ACTIVE", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:20Z", "addresses": {"tempest-TestMinimumBasicScenario-77765841-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:b8:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:22,176 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.137s
2025-11-13 06:25:22,177 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87d05375-d15b-4e20-b15f-4788c175af49', 'x-compute-request-id': 'req-87d05375-d15b-4e20-b15f-4788c175af49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "ACTIVE", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:21Z", "addresses": {"tempest-TestMinimumBasicScenario-77765841-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:b8:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:23,261 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.073s
2025-11-13 06:25:23,262 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1354', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8bae8a5-237f-4c4d-8af3-1a574948b44a', 'x-compute-request-id': 'req-e8bae8a5-237f-4c4d-8af3-1a574948b44a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "ACTIVE", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:24,363 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.089s
2025-11-13 06:25:24,363 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-021c2591-bd71-47ab-8114-678689c72ecb', 'x-compute-request-id': 'req-021c2591-bd71-47ab-8114-678689c72ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "DELETED", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:25:23.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:24,374 80730 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2025-11-13 06:25:25,458 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.082s
2025-11-13 06:25:25,458 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9cd4427-fcef-455f-a03a-911be2fbfa17', 'x-compute-request-id': 'req-b9cd4427-fcef-455f-a03a-911be2fbfa17', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"server": {"id": "661301e9-9070-4fd0-98d7-c6f76905ff5f", "name": "tempest-TestMinimumBasicScenario-server-1365172613", "status": "DELETED", "tenant_id": "ed68b09d698d41789fcee8c0189c5322", "user_id": "17ba27ad77ba4b00ac163710721c831d", "metadata": {}, "hostId": "42a643fc470db6154b208149fff2409722c52f80a92459487c6f1ddf", "image": {"id": "cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:25:05Z", "updated": "2025-11-13T05:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1042773019", "OS-SRV-USG:launched_at": "2025-11-13T05:25:17.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:25:23.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:26,507 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f 0.036s
2025-11-13 06:25:26,508 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-42a7421e-710e-4b9a-a8dd-f6b5286e478d', 'x-compute-request-id': 'req-42a7421e-710e-4b9a-a8dd-f6b5286e478d', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/661301e9-9070-4fd0-98d7-c6f76905ff5f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 661301e9-9070-4fd0-98d7-c6f76905ff5f could not be found."}}'
2025-11-13 06:25:26,534 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1042773019 0.025s
2025-11-13 06:25:26,534 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:26 GMT', 'server': 'Apache/2.4.52 (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-f669e112-9660-420c-a48c-c9c2dd87a6f3', 'x-compute-request-id': 'req-f669e112-9660-420c-a48c-c9c2dd87a6f3', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1042773019'}
Body: b''
2025-11-13 06:25:26,618 80730 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://192.168.122.173/image/v2/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b 0.083s
2025-11-13 06:25:26,618 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-17082015-4761-4eac-ab5d-6178b8503cca', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/image/v2/images/cef5f6bc-d8e9-41c8-89e6-45ed5576fb5b'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 101, in test_minimum_basic_scenario
volume = self.create_volume()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 395, in create_volume
volume = client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 0 | 1 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
fail
ft57.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:24:20,812 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.098s
2025-11-13 06:24:20,812 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2564', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e71cd0ff-4086-476d-bc85-e22de41908b4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5131d7453f4241e2ac2b3e38b4867fd6", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1801013611-project-member", "password_expires_at": null}, "audit_ids": ["oIUL5x4qTN2Y9ud_hAGTyg"], "expires_at": "2025-11-13T06:24:20.000000Z", "issued_at": "2025-11-13T05:24:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0359f628c703406fb6132a0758c17d4b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1801013611"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/0359f628c703406fb6132a0758c17d4b", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:24:20,813 80726 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '80d8335a-5be0-46ce-b79c-479388f0d8f5', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-298313770-network', 'tenant_id': '0359f628c703406fb6132a0758c17d4b', 'project_id': '0359f628c703406fb6132a0758c17d4b', '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': 45474, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:24:05Z', 'updated_at': '2025-11-13T05:24:05Z', 'revision_number': 1} available for tenant
2025-11-13 06:24:20,813 80726 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2025-11-13 06:24:20,814 80726 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2025-11-13 06:24:20,975 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.161s
2025-11-13 06:24:20,976 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1119865059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5QobXOpLrK36nfSjq6bOpc3VKrwTxJ/EBQ+rhUDaWWmKRUHHpN8ijHgp3L1j5ONDT5I2Q9Ycf7ijf1XRi5Wm8GREUCpjeEEWV339a+fSzh2AQkjvsymri1nIZHR8WHvQ=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44662275-2f80-4530-8e0f-b702de05032e', 'x-compute-request-id': 'req-44662275-2f80-4530-8e0f-b702de05032e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1119865059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5QobXOpLrK36nfSjq6bOpc3VKrwTxJ/EBQ+rhUDaWWmKRUHHpN8ijHgp3L1j5ONDT5I2Q9Ycf7ijf1XRi5Wm8GREUCpjeEEWV339a+fSzh2AQkjvsymri1nIZHR8WHvQ==", "fingerprint": "57:dd:ca:e4:60:43:2b:af:9c:2e:f3:a2:d0:45:65:44", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6"}}'
2025-11-13 06:24:20,978 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1119865059 created
2025-11-13 06:24:21,239 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.260s
2025-11-13 06:24:21,239 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--351246347", "description": "tempest-description--6145619"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1657', 'x-openstack-request-id': 'req-1cc19e35-2297-4594-a681-472df57fad63', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6f65943d-d3e6-4ad0-99c6-2a2476a38306", "name": "tempest-securitygroup--351246347", "stateful": true, "tenant_id": "0359f628c703406fb6132a0758c17d4b", "project_id": "0359f628c703406fb6132a0758c17d4b", "description": "tempest-description--6145619", "shared": false, "security_group_rules": [{"id": "1bb86b4a-e134-4f79-a38e-0e758d647f93", "project_id": "0359f628c703406fb6132a0758c17d4b", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "security_group_id": "6f65943d-d3e6-4ad0-99c6-2a2476a38306", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 906, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:24:21Z", "updated_at": "2025-11-13T05:24:21Z", "revision_number": 0}, {"id": "7afab196-ce69-4fa2-8f92-e7607e36024a", "project_id": "0359f628c703406fb6132a0758c17d4b", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "security_group_id": "6f65943d-d3e6-4ad0-99c6-2a2476a38306", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 905, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:24:21Z", "updated_at": "2025-11-13T05:24:21Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:24:21Z", "updated_at": "2025-11-13T05:24:21Z", "revision_number": 1}}'
2025-11-13 06:24:21,489 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.249s
2025-11-13 06:24:21,489 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6f65943d-d3e6-4ad0-99c6-2a2476a38306", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2d3c1dab-c8d2-431d-8dd5-38d87083fbea', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7d09029f-80ee-46ae-a2e1-f803605ded43", "project_id": "0359f628c703406fb6132a0758c17d4b", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "security_group_id": "6f65943d-d3e6-4ad0-99c6-2a2476a38306", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:24:21Z", "updated_at": "2025-11-13T05:24:21Z", "revision_number": 0}}'
2025-11-13 06:24:21,702 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.212s
2025-11-13 06:24:21,702 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6f65943d-d3e6-4ad0-99c6-2a2476a38306", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4576adba-0671-4cfa-81c3-e100d1cfefc6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "87511ab0-61c4-454a-b94f-ea4b9cfbb716", "project_id": "0359f628c703406fb6132a0758c17d4b", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "security_group_id": "6f65943d-d3e6-4ad0-99c6-2a2476a38306", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:24:21Z", "updated_at": "2025-11-13T05:24:21Z", "revision_number": 0}}'
2025-11-13 06:24:21,702 80726 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--351246347 created
2025-11-13 06:24:22,819 80726 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.173/networking/v2.0/floatingips 1.116s
2025-11-13 06:24:22,820 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-de22bcbf-1538-44e4-9190-36cb0233db8b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "0e9e5837-3040-49aa-b419-f655e5f418f1", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "project_id": "0359f628c703406fb6132a0758c17d4b", "floating_ip_address": "172.24.4.138", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:24:22Z", "updated_at": "2025-11-13T05:24:22Z", "revision_number": 0}}'
2025-11-13 06:24:22,820 80726 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0e9e5837-3040-49aa-b419-f655e5f418f1', 'tenant_id': '0359f628c703406fb6132a0758c17d4b', 'project_id': '0359f628c703406fb6132a0758c17d4b', 'floating_ip_address': '172.24.4.138', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:24:22Z', 'updated_at': '2025-11-13T05:24:22Z', 'revision_number': 0, 'ip': '172.24.4.138'} created
2025-11-13 06:24:22,820 80726 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1119865059', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5QobXOpLrK36nfSjq6bOpc3VKrwTxJ/EBQ+rhUDaWWmKRUHHpN8ijHgp3L1j5ONDT5I2Q9Ycf7ijf1XRi5Wm8GREUCpjeEEWV339a+fSzh2AQkjvsymri1nIZHR8WHvQ==', 'fingerprint': '57:dd:ca:e4:60:43:2b:af:9c:2e:f3:a2:d0:45:65:44', 'user_id': '5131d7453f4241e2ac2b3e38b4867fd6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDdeW9mE+OzABVNyjU2yCsGnm0kh0Uf3FmvMbdMrK5T/XC8q9TpEMMv\nwiQo+J6I3DCgBwYFK4EEACKhZANiAAQuUKG1zqS6yt+p30o6umzqXN1Sq8E8SfxA\nUPq4VA2llpikVBx6TfIox4Kdy9Y+TjQ0+SNkPWHH+4o39V0YuVpvBkRFAqY3hBFl\nd9/Wvn0s4dgEJI77Mpq4tZyGR0fFh70=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6f65943d-d3e6-4ad0-99c6-2a2476a38306', 'name': 'tempest-securitygroup--351246347', 'stateful': True, 'tenant_id': '0359f628c703406fb6132a0758c17d4b', 'project_id': '0359f628c703406fb6132a0758c17d4b', 'description': 'tempest-description--6145619', 'shared': False, 'security_group_rules': [{'id': '1bb86b4a-e134-4f79-a38e-0e758d647f93', 'project_id': '0359f628c703406fb6132a0758c17d4b', 'tenant_id': '0359f628c703406fb6132a0758c17d4b', 'security_group_id': '6f65943d-d3e6-4ad0-99c6-2a2476a38306', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 906, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:24:21Z', 'updated_at': '2025-11-13T05:24:21Z', 'revision_number': 0}, {'id': '7afab196-ce69-4fa2-8f92-e7607e36024a', 'project_id': '0359f628c703406fb6132a0758c17d4b', 'tenant_id': '0359f628c703406fb6132a0758c17d4b', 'security_group_id': '6f65943d-d3e6-4ad0-99c6-2a2476a38306', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 905, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-11-13T05:24:21Z', 'updated_at': '2025-11-13T05:24:21Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-11-13T05:24:21Z', 'updated_at': '2025-11-13T05:24:21Z', 'revision_number': 1}, 'floating_ip': {'id': '0e9e5837-3040-49aa-b419-f655e5f418f1', 'tenant_id': '0359f628c703406fb6132a0758c17d4b', 'project_id': '0359f628c703406fb6132a0758c17d4b', 'floating_ip_address': '172.24.4.138', 'floating_network_id': 'de566107-35f6-4f52-b55c-06087a0f1852', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-11-13T05:24:22Z', 'updated_at': '2025-11-13T05:24:22Z', 'revision_number': 0, 'ip': '172.24.4.138'}}
2025-11-13 06:24:23,464 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://192.168.122.173/compute/v2.1/servers 0.643s
2025-11-13 06:24:23,465 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "flavorRef": "42", "networks": [{"uuid": "80d8335a-5be0-46ce-b79c-479388f0d8f5"}], "security_groups": [{"name": "tempest-securitygroup--351246347"}], "key_name": "tempest-keypair-1119865059", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae9af701-8511-441a-b560-57ab32c5928e', 'x-compute-request-id': 'req-ae9af701-8511-441a-b560-57ab32c5928e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--351246347"}], "adminPass": "xVgYG4kq97Az"}}'
2025-11-13 06:24:23,540 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.073s
2025-11-13 06:24:23,540 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48b0deca-dba8-433a-83d6-9cfac0a4a5a7', 'x-compute-request-id': 'req-48b0deca-dba8-433a-83d6-9cfac0a4a5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1119865059", "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": []}}'
2025-11-13 06:24:24,651 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.099s
2025-11-13 06:24:24,651 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e87edd6-5a7c-4d2c-b1de-e06b37b48df0', 'x-compute-request-id': 'req-1e87edd6-5a7c-4d2c-b1de-e06b37b48df0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "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": []}}'
2025-11-13 06:24:25,746 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.082s
2025-11-13 06:24:25,746 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1323', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-469f30f7-091a-41dd-81db-4e9eb5e3ba1f', 'x-compute-request-id': 'req-469f30f7-091a-41dd-81db-4e9eb5e3ba1f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "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": []}}'
2025-11-13 06:24:25,757 80726 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2025-11-13 06:24:26,851 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.093s
2025-11-13 06:24:26,851 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1323', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-914cd782-1ff3-44ab-94cf-1f7ed0c9c87b', 'x-compute-request-id': 'req-914cd782-1ff3-44ab-94cf-1f7ed0c9c87b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "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": []}}'
2025-11-13 06:24:27,974 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.111s
2025-11-13 06:24:27,974 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1331', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edadb1e6-2c90-4d4a-8765-a01b12bd8cd5', 'x-compute-request-id': 'req-edadb1e6-2c90-4d4a-8765-a01b12bd8cd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "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": []}}'
2025-11-13 06:24:27,985 80726 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2025-11-13 06:24:29,171 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.184s
2025-11-13 06:24:29,172 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1408', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f10b7e6c-6729-4bf4-b968-416c7af2f1b5', 'x-compute-request-id': 'req-f10b7e6c-6729-4bf4-b968-416c7af2f1b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "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": []}}'
2025-11-13 06:24:29,182 80726 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2025-11-13 06:24:30,391 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.208s
2025-11-13 06:24:30,392 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e50c32c-244b-4058-94cc-1601ff852cf3', 'x-compute-request-id': 'req-1e50c32c-244b-4058-94cc-1601ff852cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:24:30,402 80726 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2025-11-13 06:24:31,683 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.278s
2025-11-13 06:24:31,683 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd51ddce-9160-43d1-b4ed-04b934ceb27b', 'x-compute-request-id': 'req-fd51ddce-9160-43d1-b4ed-04b934ceb27b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:24:32,855 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.160s
2025-11-13 06:24:32,856 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc9add34-9390-4c68-9ab0-3cf6237b2a40', 'x-compute-request-id': 'req-fc9add34-9390-4c68-9ab0-3cf6237b2a40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:24:34,014 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.147s
2025-11-13 06:24:34,015 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-098d2e2b-efd7-4af6-be68-b65e2fb4818f', 'x-compute-request-id': 'req-098d2e2b-efd7-4af6-be68-b65e2fb4818f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:24:35,190 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.162s
2025-11-13 06:24:35,191 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0be7c01e-3b51-4fe4-8f15-3fbe3283da6b', 'x-compute-request-id': 'req-0be7c01e-3b51-4fe4-8f15-3fbe3283da6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "BUILD", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:24:36,494 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.292s
2025-11-13 06:24:36,495 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd48febc-5855-4b93-acb8-25722b8bdd77', 'x-compute-request-id': 'req-fd48febc-5855-4b93-acb8-25722b8bdd77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "ACTIVE", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:36Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-298313770-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": "2025-11-13T05:24:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:24:36,507 80726 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait
2025-11-13 06:24:36,607 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b/os-interface 0.099s
2025-11-13 06:24:36,608 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f129b41e-b6ae-4298-ad65-3544c613b4aa', 'x-compute-request-id': 'req-f129b41e-b6ae-4298-ad65-3544c613b4aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "80d8335a-5be0-46ce-b79c-479388f0d8f5", "port_id": "f815ea6f-053a-4874-8289-323816d6b76d", "mac_addr": "fa:16:3e:46:f0:cf", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "42a1078b-a78e-42c0-a522-3ad2bca3bdc8", "ip_address": "10.0.0.14"}]}]}'
2025-11-13 06:24:37,526 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://192.168.122.173/networking/v2.0/floatingips/0e9e5837-3040-49aa-b419-f655e5f418f1 0.915s
2025-11-13 06:24:37,526 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "f815ea6f-053a-4874-8289-323816d6b76d"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:24:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-3bae1c8d-f26f-443a-bce3-b0caaeecb828', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/0e9e5837-3040-49aa-b419-f655e5f418f1'}
Body: b'{"floatingip": {"id": "0e9e5837-3040-49aa-b419-f655e5f418f1", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "project_id": "0359f628c703406fb6132a0758c17d4b", "floating_ip_address": "172.24.4.138", "floating_network_id": "de566107-35f6-4f52-b55c-06087a0f1852", "router_id": "0bbba414-c117-4706-90eb-3171609a602b", "port_id": "f815ea6f-053a-4874-8289-323816d6b76d", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "80d8335a-5be0-46ce-b79c-479388f0d8f5", "mac_address": "fa:16:3e:46:f0:cf", "admin_state_up": true, "status": "ACTIVE", "device_id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-11-13T05:24:22Z", "updated_at": "2025-11-13T05:24:36Z", "revision_number": 1}}'
2025-11-13 06:24:37,528 80726 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.138:22' as 'cirros' with public key authentication
2025-11-13 06:25:37,586 80726 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.4.138 (timed out). Number attempts: 1. Retry after 2 seconds.
2025-11-13 06:25:40,132 80726 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2025-11-13 06:25:40,319 80726 INFO [paramiko.transport] Authentication (publickey) successful!
2025-11-13 06:25:40,319 80726 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.138 successfully created
2025-11-13 06:25:40,538 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.218s
2025-11-13 06:25:40,541 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1715', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48e9ab61-b3e0-4ab6-8059-6af361cf385f', 'x-compute-request-id': 'req-48e9ab61-b3e0-4ab6-8059-6af361cf385f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "ACTIVE", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:24:36Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-298313770-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}, {"version": 4, "addr": "172.24.4.138", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": "2025-11-13T05:24:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:40,745 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.173/compute/v2.1/servers 0.192s
2025-11-13 06:25:40,745 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59976a37-5a9f-4184-b724-4aa43322474c', 'x-compute-request-id': 'req-59976a37-5a9f-4184-b724-4aa43322474c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers'}
Body: b'{"servers": [{"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}]}]}'
2025-11-13 06:25:41,161 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 500 POST http://192.168.122.173/volume/v3/volumes 0.413s
2025-11-13 06:25:41,162 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-1678486367", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bed21c7-80bf-48c7-a3af-9a4c170f2d62', 'x-openstack-request-id': 'req-8bed21c7-80bf-48c7-a3af-9a4c170f2d62', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:25:41,304 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.141s
2025-11-13 06:25:41,305 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-680be5c3-d50c-406f-a51b-de994290a48b', 'x-compute-request-id': 'req-680be5c3-d50c-406f-a51b-de994290a48b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b''
2025-11-13 06:25:41,528 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.223s
2025-11-13 06:25:41,529 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e9b82d1-f767-41a2-b386-bfa609e5645f', 'x-compute-request-id': 'req-9e9b82d1-f767-41a2-b386-bfa609e5645f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "ACTIVE", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:25:41Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-298313770-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}, {"version": 4, "addr": "172.24.4.138", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": "2025-11-13T05:24:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:42,703 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.162s
2025-11-13 06:25:42,703 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1721', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d91fed54-a9af-47e3-b477-2c65101aa42a', 'x-compute-request-id': 'req-d91fed54-a9af-47e3-b477-2c65101aa42a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "ACTIVE", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:25:41Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-298313770-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}, {"version": 4, "addr": "172.24.4.138", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": "2025-11-13T05:24:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--351246347"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:44,262 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.547s
2025-11-13 06:25:44,263 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1654', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a31cf426-efb7-4b5d-9491-2026dec94585', 'x-compute-request-id': 'req-a31cf426-efb7-4b5d-9491-2026dec94585', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "ACTIVE", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:25:43Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-298313770-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}, {"version": 4, "addr": "172.24.4.138", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:46:f0:cf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": "2025-11-13T05:24:35.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:45,400 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.126s
2025-11-13 06:25:45,401 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b5304dd-3f28-4296-8a32-86251a15b03d', 'x-compute-request-id': 'req-2b5304dd-3f28-4296-8a32-86251a15b03d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "DELETED", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:25:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": "2025-11-13T05:24:35.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:25:45.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:45,411 80726 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2025-11-13 06:25:46,506 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.093s
2025-11-13 06:25:46,506 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc782916-305f-4f9c-97c6-3897208e6362', 'x-compute-request-id': 'req-dc782916-305f-4f9c-97c6-3897208e6362', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"server": {"id": "e38d7891-32ac-45ad-9ad9-17bab1bf265b", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-516132881", "status": "DELETED", "tenant_id": "0359f628c703406fb6132a0758c17d4b", "user_id": "5131d7453f4241e2ac2b3e38b4867fd6", "metadata": {}, "hostId": "99c694129ac9db94e17cb076002f3d1264c45edb234e87d94998d2ca", "image": {"id": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/images/72076b3d-7ef6-42ed-822b-ffe4801f9ec8"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.173/compute/flavors/42"}]}, "created": "2025-11-13T05:24:23Z", "updated": "2025-11-13T05:25:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}, {"rel": "bookmark", "href": "http://192.168.122.173/compute/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1119865059", "OS-SRV-USG:launched_at": "2025-11-13T05:24:35.000000", "OS-SRV-USG:terminated_at": "2025-11-13T05:25:45.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2025-11-13 06:25:47,551 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b 0.033s
2025-11-13 06:25:47,551 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a57a9198-986c-4880-a658-4fdc0e1f4687', 'x-compute-request-id': 'req-a57a9198-986c-4880-a658-4fdc0e1f4687', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/compute/v2.1/servers/e38d7891-32ac-45ad-9ad9-17bab1bf265b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance e38d7891-32ac-45ad-9ad9-17bab1bf265b could not be found."}}'
2025-11-13 06:25:47,577 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1119865059 0.025s
2025-11-13 06:25:47,577 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:47 GMT', 'server': 'Apache/2.4.52 (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-0d5ef890-cc0e-462a-9114-fe22b8710f1c', 'x-compute-request-id': 'req-0d5ef890-cc0e-462a-9114-fe22b8710f1c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-keypair-1119865059'}
Body: b''
2025-11-13 06:25:48,009 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/6f65943d-d3e6-4ad0-99c6-2a2476a38306 0.431s
2025-11-13 06:25:48,010 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-00e3fae6-c19f-4e27-b7c8-98f6f34c8718', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/6f65943d-d3e6-4ad0-99c6-2a2476a38306'}
Body: b''
2025-11-13 06:25:48,048 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://192.168.122.173/networking/v2.0/security-groups/6f65943d-d3e6-4ad0-99c6-2a2476a38306 0.037s
2025-11-13 06:25:48,048 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6f5e433a-3e19-4dca-9243-8f47ae577324', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/6f65943d-d3e6-4ad0-99c6-2a2476a38306'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6f65943d-d3e6-4ad0-99c6-2a2476a38306 does not exist", "detail": ""}}'
2025-11-13 06:25:48,929 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/floatingips/0e9e5837-3040-49aa-b419-f655e5f418f1 0.881s
2025-11-13 06:25:48,929 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b1c14272-13c6-4e42-b3ee-72a602a3ef71', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/floatingips/0e9e5837-3040-49aa-b419-f655e5f418f1'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 186, in test_old_versions_reject
volume = self.create_volume()
File "/opt/stack/tempest/tempest/scenario/manager.py", line 395, in create_volume
volume = client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
fail
ft58.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:26:10,824 80726 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 500 POST http://192.168.122.173/volume/v3/volumes 0.434s
2025-11-13 06:26:10,824 80726 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1455336347", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-2722058f-d506-47e6-afbf-89a00fadbed8', 'x-openstack-request-id': 'req-2722058f-d506-47e6-afbf-89a00fadbed8', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 79, in test_server_detach_rules
volume = self.create_volume(wait_until=None)
File "/opt/stack/tempest/tempest/scenario/manager.py", line 395, in create_volume
volume = client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 0 | 1 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft59.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:25:47,140 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.153s
2025-11-13 06:25:47,141 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestShelveInstance-1856744193", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIlHBTEv5URKp9Sv6ijzFMerOGJ1Faovew1dE0NfCtUG67VLYQT0r8CvUb4TC+0dZahNxQqO93+jE4XdZQwRY3KeaI7JAf/hQm1wPV4fxMvk+O4w5tmyy2Lx/elsekew2A=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74adb1d5-9402-4eba-875a-75bd3d594474', 'x-compute-request-id': 'req-74adb1d5-9402-4eba-875a-75bd3d594474', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1856744193", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIlHBTEv5URKp9Sv6ijzFMerOGJ1Faovew1dE0NfCtUG67VLYQT0r8CvUb4TC+0dZahNxQqO93+jE4XdZQwRY3KeaI7JAf/hQm1wPV4fxMvk+O4w5tmyy2Lx/elsekew2A==", "fingerprint": "bf:15:24:55:33:33:68:47:3a:e7:bb:68:27:64:c8:ac", "user_id": "3cd0fe4cb2504fcf84d6226366fc9295"}}'
2025-11-13 06:25:47,513 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.371s
2025-11-13 06:25:47,514 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1973256601", "description": "tempest-secgroup-smoke-1973256601 description", "project_id": "ab93a45d920445fe998df36ff1d7ac56"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-0b4aab6e-45ff-4dcd-aa61-0523ecbe59b5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "name": "tempest-secgroup-smoke-1973256601", "stateful": true, "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "description": "tempest-secgroup-smoke-1973256601 description", "shared": false, "security_group_rules": [{"id": "df0abd49-f425-47ef-adc0-0d7f6d444f2c", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1043, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:25:47Z", "updated_at": "2025-11-13T05:25:47Z", "revision_number": 0}, {"id": "f93db315-4dd4-4309-87f5-3cc075629d66", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1042, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:25:47Z", "updated_at": "2025-11-13T05:25:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:25:47Z", "updated_at": "2025-11-13T05:25:47Z", "revision_number": 1}}'
2025-11-13 06:25:47,730 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.215s
2025-11-13 06:25:47,730 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b095492a-6c45-4a12-8dc5-7e6c502af568', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f2ba6996-6daf-481e-8cc9-45e9553e667c", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:25:47Z", "updated_at": "2025-11-13T05:25:47Z", "revision_number": 0}}'
2025-11-13 06:25:47,948 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.217s
2025-11-13 06:25:47,948 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-8f104203-c195-44e8-acb1-dd23cde703af', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "67169f5a-9cd7-4b18-b1d9-99e500b50798", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:25:47Z", "updated_at": "2025-11-13T05:25:47Z", "revision_number": 0}}'
2025-11-13 06:25:48,151 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.203s
2025-11-13 06:25:48,152 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-cb0b000e-7dca-4ba4-9ce1-6f8ff4db560d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "df6a1b3c-39c8-4089-90fe-d49d0cda1aa8", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:25:48Z", "updated_at": "2025-11-13T05:25:48Z", "revision_number": 0}}'
2025-11-13 06:25:48,353 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.201s
2025-11-13 06:25:48,354 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-dcbb7121-b088-4b5e-a1be-a0d62b732a9d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4a3734f2-12a7-4a3d-a6ba-1a8770dd6db6", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:25:48Z", "updated_at": "2025-11-13T05:25:48Z", "revision_number": 0}}'
2025-11-13 06:25:48,580 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.225s
2025-11-13 06:25:48,580 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-15553d2c-9b69-4523-8edb-2c7cc6114861', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6e222d17-70ef-409b-bd0e-6b2a2f0671d4", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:25:48Z", "updated_at": "2025-11-13T05:25:48Z", "revision_number": 0}}'
2025-11-13 06:25:48,789 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.208s
2025-11-13 06:25:48,789 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-ccb97031-1d7b-48f6-9eed-747f363caf04', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c81400c1-830f-4010-8659-b64985625009", "project_id": "ab93a45d920445fe998df36ff1d7ac56", "tenant_id": "ab93a45d920445fe998df36ff1d7ac56", "security_group_id": "b55c8284-16fd-4cac-a697-34e8f32a83a8", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:25:48Z", "updated_at": "2025-11-13T05:25:48Z", "revision_number": 0}}'
2025-11-13 06:25:48,828 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.173/identity/v3/auth/tokens 0.035s
2025-11-13 06:25:48,829 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2516', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5cacb0ec-7b39-4ff9-9e18-0aff6566fdec', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3cd0fe4cb2504fcf84d6226366fc9295", "name": "tempest-TestShelveInstance-44181949-project-member", "password_expires_at": null}, "audit_ids": ["NQ9rnY7NT72MUftjsUPT6g"], "expires_at": "2025-11-13T06:25:48.000000Z", "issued_at": "2025-11-13T05:25:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ab93a45d920445fe998df36ff1d7ac56", "name": "tempest-TestShelveInstance-44181949"}, "is_domain": false, "roles": [{"id": "0c4d889c00ca41149eaafcdd527977df", "name": "member"}, {"id": "d5162aba31384af393cb7a36fe96061a", "name": "reader"}], "catalog": [{"endpoints": [{"id": "57286c572f5d48399a663a684f295b8c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/placement", "region": "RegionOne"}], "id": "16d290a962c243968e398e53b8b5abb4", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "34e6f0212a9445d4be37b167c79f8ab7", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/identity", "region": "RegionOne"}], "id": "36e2deb5cb70406fb78e2ab18d6eae61", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "22fed3fc69294183817bb565b5693c88", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/volume/v3", "region": "RegionOne"}], "id": "81093cfbe030478f9f29cba6d3fea78a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "60a0d44bd34a4a3da84cd233462b12ca", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2.1", "region": "RegionOne"}], "id": "9094302809064f19b9dcf5b1b98c0dc6", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "f569c31458f3477594f9ae46361e98a6", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/networking", "region": "RegionOne"}], "id": "ba782c1f3c59498c92c62090bd7bc023", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "62a5c8511b9e4912bf0e935f2ebca83c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/image", "region": "RegionOne"}], "id": "d68e214b243b45159264b0095f992915", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aeb7f8efaae84e7d8577132b7d814e0c", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.173/compute/v2/ab93a45d920445fe998df36ff1d7ac56", "region": "RegionOne"}], "id": "e1d709941c26463991ccc9e20d60bdd6", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2025-11-13 06:25:48,829 80730 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '6f17c425-5fc1-4228-a991-e7658807c016', 'name': 'tempest-TestShelveInstance-1289110059-network', 'tenant_id': 'ab93a45d920445fe998df36ff1d7ac56', 'project_id': 'ab93a45d920445fe998df36ff1d7ac56', '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': 45421, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-11-13T05:25:34Z', 'updated_at': '2025-11-13T05:25:34Z', 'revision_number': 1} available for tenant
2025-11-13 06:25:49,412 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://192.168.122.173/volume/v3/volumes 0.582s
2025-11-13 06:25:49,412 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1645541488", "imageRef": "72076b3d-7ef6-42ed-822b-ffe4801f9ec8", "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c53871-b91c-4442-ae8c-0b94681cbb1b', 'x-openstack-request-id': 'req-86c53871-b91c-4442-ae8c-0b94681cbb1b', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:25:49,660 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/b55c8284-16fd-4cac-a697-34e8f32a83a8 0.247s
2025-11-13 06:25:49,661 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-870ead9e-be54-4992-a67e-9cd253255112', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/b55c8284-16fd-4cac-a697-34e8f32a83a8'}
Body: b''
2025-11-13 06:25:49,684 80730 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1856744193 0.023s
2025-11-13 06:25:49,684 80730 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:25:49 GMT', 'server': 'Apache/2.4.52 (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-f16198de-75c1-4178-a189-ee6b3659afdc', 'x-compute-request-id': 'req-f16198de-75c1-4178-a189-ee6b3659afdc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1856744193'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 128, in test_shelve_volume_backed_instance
self._create_server_then_shelve_and_unshelve(boot_from_volume=True)
File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 90, in _create_server_then_shelve_and_unshelve
server = self.create_server(
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 261, in create_test_server
volume = volumes_client.create_volume(**params)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
fail
ft60.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2025-11-13 06:23:05,367 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://192.168.122.173/compute/v2.1/os-keypairs 0.165s
2025-11-13 06:23:05,367 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestStampPattern-1858279808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5iqTU704EbEuxcpaVfNd0IqKLdpDilb2EYM8gQ3VJxTO8O1S+ARcWzzHffYjKfI3vIf5gmQ96/vGKt8qh82iDOmbyna/JWAFF+Po3mqARUzEXN8AFXa977VeJrahXVHA=="}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8edfaa5b-6c42-411a-af54-b020751c8f59', 'x-compute-request-id': 'req-8edfaa5b-6c42-411a-af54-b020751c8f59', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestStampPattern-1858279808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC5iqTU704EbEuxcpaVfNd0IqKLdpDilb2EYM8gQ3VJxTO8O1S+ARcWzzHffYjKfI3vIf5gmQ96/vGKt8qh82iDOmbyna/JWAFF+Po3mqARUzEXN8AFXa977VeJrahXVHA==", "fingerprint": "fd:20:8e:c8:21:eb:d8:43:ea:d6:f6:ab:09:84:cc:1b", "user_id": "aa32653f48294484aea2f321484bc8b6"}}'
2025-11-13 06:23:05,584 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.173/networking/v2.0/security-groups 0.215s
2025-11-13 06:23:05,585 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1105314785", "description": "tempest-secgroup-smoke-1105314785 description", "project_id": "fc39376c6ba94a369e7720096ad6db91"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-7203ca90-36e5-4535-a6f9-933fb26dd4df', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "c707d985-d571-435c-b937-e1301ce03800", "name": "tempest-secgroup-smoke-1105314785", "stateful": true, "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "project_id": "fc39376c6ba94a369e7720096ad6db91", "description": "tempest-secgroup-smoke-1105314785 description", "shared": false, "security_group_rules": [{"id": "17431942-6d20-4c89-a244-5b8215ec43dd", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 750, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:23:05Z", "updated_at": "2025-11-13T05:23:05Z", "revision_number": 0}, {"id": "e182a420-a496-41e0-8d79-e3d918868c01", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 751, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-11-13T05:23:05Z", "updated_at": "2025-11-13T05:23:05Z", "revision_number": 0}], "tags": [], "created_at": "2025-11-13T05:23:05Z", "updated_at": "2025-11-13T05:23:05Z", "revision_number": 1}}'
2025-11-13 06:23:05,940 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.355s
2025-11-13 06:23:05,941 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "project_id": "fc39376c6ba94a369e7720096ad6db91", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-7b85947d-73d2-4085-9058-c10a850acd11', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "48702fa8-63c0-4bf1-bd20-1283f68c8058", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:23:05Z", "updated_at": "2025-11-13T05:23:05Z", "revision_number": 0}}'
2025-11-13 06:23:06,178 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.236s
2025-11-13 06:23:06,178 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "project_id": "fc39376c6ba94a369e7720096ad6db91", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-599b597c-f48a-4dbd-8d34-040cf88a9a5d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7b3d164f-8f21-4f24-8bf3-a237d01cc135", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:23:06Z", "updated_at": "2025-11-13T05:23:06Z", "revision_number": 0}}'
2025-11-13 06:23:07,122 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.943s
2025-11-13 06:23:07,122 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "project_id": "fc39376c6ba94a369e7720096ad6db91", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d6ef7a93-9787-466f-8eef-99e530731178', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "af120183-88a9-4ea3-b709-db5666d7f3f5", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:23:06Z", "updated_at": "2025-11-13T05:23:06Z", "revision_number": 0}}'
2025-11-13 06:23:07,358 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.235s
2025-11-13 06:23:07,358 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "project_id": "fc39376c6ba94a369e7720096ad6db91", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-15dab4b2-8a2d-422e-8647-1d281c66919b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c4a049e4-36bd-4990-9b23-d527037e26ac", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:23:07Z", "updated_at": "2025-11-13T05:23:07Z", "revision_number": 0}}'
2025-11-13 06:23:07,588 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.230s
2025-11-13 06:23:07,589 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "project_id": "fc39376c6ba94a369e7720096ad6db91", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-35b1caee-c278-40de-a72d-d8113caef87f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "694d36cd-db05-4020-97ff-de2e72164281", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:23:07Z", "updated_at": "2025-11-13T05:23:07Z", "revision_number": 0}}'
2025-11-13 06:23:07,819 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.173/networking/v2.0/security-group-rules 0.229s
2025-11-13 06:23:07,819 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "project_id": "fc39376c6ba94a369e7720096ad6db91", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-96a0487a-e0fa-4cf6-b374-e93d325a71aa', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.173/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a2ade4ca-456a-4a17-9b38-7c6cd74586a9", "project_id": "fc39376c6ba94a369e7720096ad6db91", "tenant_id": "fc39376c6ba94a369e7720096ad6db91", "security_group_id": "c707d985-d571-435c-b937-e1301ce03800", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2025-11-13T05:23:07Z", "updated_at": "2025-11-13T05:23:07Z", "revision_number": 0}}'
2025-11-13 06:23:08,162 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 POST http://192.168.122.173/volume/v3/volumes 0.342s
2025-11-13 06:23:08,162 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestStampPattern-volume-441057169", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bbcc903-4191-40f6-a8b3-32f80500a7c1', 'x-openstack-request-id': 'req-2bbcc903-4191-40f6-a8b3-32f80500a7c1', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.173/volume/v3/volumes'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2025-11-13 06:23:08,414 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://192.168.122.173/networking/v2.0/security-groups/c707d985-d571-435c-b937-e1301ce03800 0.251s
2025-11-13 06:23:08,414 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-38922633-59a9-4088-9d08-e6bb9cb78f7e', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.173/networking/v2.0/security-groups/c707d985-d571-435c-b937-e1301ce03800'}
Body: b''
2025-11-13 06:23:08,439 80724 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestStampPattern-1858279808 0.024s
2025-11-13 06:23:08,439 80724 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 13 Nov 2025 05:23:08 GMT', 'server': 'Apache/2.4.52 (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-9f67532e-ca01-438c-bb20-1f9eed7fa6c7', 'x-compute-request-id': 'req-9f67532e-ca01-438c-bb20-1f9eed7fa6c7', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.173/compute/v2.1/os-keypairs/tempest-TestStampPattern-1858279808'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 90, in test_stamp_pattern
volume = self.create_volume(wait_until=None)
File "/opt/stack/tempest/tempest/scenario/manager.py", line 395, in create_volume
volume = client.create_volume(**kwargs)['volume']
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 116, in create_volume
resp, body = self.post('volumes', post_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in post
resp_header, resp_body = self.request(
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt61.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt61.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
pt62.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt62.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
pt63.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt63.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
pt64.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt64.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
pt65.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests39) |
skip
pt65.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests39) |
skip
pt65.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectMemberTests33) |
skip
pt65.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectAdminTests39) |
skip
pt65.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectReaderTests33) |
skip
pt65.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
pt66.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt66.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectMemberTests) |
skip
pt66.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectMemberTests) |
skip
pt67.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt67.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 | |
ProjectMemberTests) |
skip
pt68.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt68.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt68.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt69.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt69.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
pt70.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt70.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt70.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt70.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt70.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt70.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
pt71.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt71.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
pt72.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt72.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
pt73.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt73.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
pt74.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt74.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
pt75.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt75.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt75.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt76.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
pt77.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
pt78.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
pt79.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
pt80.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
pt81.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt81.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
pt82.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
pt83.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt83.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt84.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt85.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt86.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt87.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
pt87.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
pt87.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
pt87.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
pt87.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
pt87.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
pt87.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
pt87.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
pt88.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
pt88.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_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
pt89.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
pt90.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
pt90.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.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt91.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
pt92.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
pt92.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
pt92.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
pt92.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
pt92.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
pt92.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
pt92.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt98.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
pt98.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt99.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
pt100.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
pt100.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
pt100.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
pt100.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
pt100.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
pt100.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.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt101.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
pt102.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt103.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
pt103.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt104.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| Total | 220 | 77 | 88 | 0 | 55 | ||