Status: Pass 348 Failure 22 Skip 77
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.servers.test_server_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerActionsTestOtherA) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA)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 85, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 435, in recreate_server
server = cls.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 52, in resource_setup
server = cls.create_test_server(adminPass=cls.password,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| setUpClass (tempest.api.compute.servers.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 59, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
pt4.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
ft4.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:37:23,694 87065 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.139s
2026-07-09 13:37:23,694 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2525', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ee21fb75-8768-4927-a062-2f5f4a5a0594', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "00d8e05b8a734834b8d370080a68b094", "name": "tempest-VolumesAdminNegativeTest-1331036747-project-member", "password_expires_at": null}, "audit_ids": ["jemQ4iTrQ1aBBbQYYqyWKQ"], "expires_at": "2026-07-09T12:37:23.000000Z", "issued_at": "2026-07-09T11:37:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7c31e4bd1474ec0b92e1046c6fd28de", "name": "tempest-VolumesAdminNegativeTest-1331036747"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/f7c31e4bd1474ec0b92e1046c6fd28de", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:37:23,695 87065 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'a69f947a-0b22-42c2-b194-0d49f158dfcc', 'name': 'tempest-VolumesAdminNegativeTest-87696655-network', 'tenant_id': 'f7c31e4bd1474ec0b92e1046c6fd28de', 'project_id': 'f7c31e4bd1474ec0b92e1046c6fd28de', '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': 57136, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:36:43Z', 'updated_at': '2026-07-09T11:36:43Z', 'revision_number': 1} available for tenant
2026-07-09 13:37:24,267 87065 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://192.168.122.95/compute/v2.1/servers 0.569s
2026-07-09 13:37:24,267 87065 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-1983644221", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "networks": [{"uuid": "a69f947a-0b22-42c2-b194-0d49f158dfcc"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-5b0c6f25-2c75-4b5d-9790-a63c67d45f5b', 'x-compute-request-id': 'req-5b0c6f25-2c75-4b5d-9790-a63c67d45f5b', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 61, in test_update_attached_volume_with_nonexistent_volume_in_uri
self.server = self.create_test_server(wait_until="ACTIVE")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft5.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:35:42,558 87061 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.164s
2026-07-09 13:35:42,559 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2519', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c033a52b-8ca4-448a-bcc1-199288fc283b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c0111c67b41b49299d116bc3669d2126", "name": "tempest-DeleteServersTestJSON-1177911145-project-member", "password_expires_at": null}, "audit_ids": ["zMJHH1a5TJ6or5K0JNzyRg"], "expires_at": "2026-07-09T12:35:42.000000Z", "issued_at": "2026-07-09T11:35:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba1aea217194446f88f3c05325dd883d", "name": "tempest-DeleteServersTestJSON-1177911145"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/ba1aea217194446f88f3c05325dd883d", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:35:42,559 87061 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '65181a5e-9b11-47f9-bdbb-1a698b7ad213', 'name': 'tempest-DeleteServersTestJSON-1645771413-network', 'tenant_id': 'ba1aea217194446f88f3c05325dd883d', 'project_id': 'ba1aea217194446f88f3c05325dd883d', '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': 16154, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:35:29Z', 'updated_at': '2026-07-09T11:35:29Z', 'revision_number': 1} available for tenant
2026-07-09 13:35:45,708 87061 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://192.168.122.95/compute/v2.1/servers 3.147s
2026-07-09 13:35:45,708 87061 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-469995315", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "networks": [{"uuid": "65181a5e-9b11-47f9-bdbb-1a698b7ad213"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-c645e725-9a44-4975-b8f3-523491c71885', 'x-compute-request-id': 'req-c645e725-9a44-4975-b8f3-523491c71885', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 119, in test_delete_server_while_in_attached_volume
server = self.create_test_server(wait_until='ACTIVE')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft6.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:'': {{{
2026-07-09 13:36:18,654 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.95/networking/v2.0/networks 1.329s
2026-07-09 13:36:18,655 87061 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-1205577900"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '621', 'x-openstack-request-id': 'req-32e55881-938b-4211-9ce8-534ed2957a1c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/networks'}
Body: b'{"network":{"id":"4bde9cb6-558d-4548-b83e-5a428322c453","name":"tempest-tagged-attachments-test-net-1205577900","tenant_id":"6eef43cf6cb64012a9ef5e08ff3b1bf7","project_id":"6eef43cf6cb64012a9ef5e08ff3b1bf7","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-07-09T11:36:17Z","updated_at":"2026-07-09T11:36:17Z","revision_number":1}}'
2026-07-09 13:36:20,461 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.95/networking/v2.0/subnets 1.805s
2026-07-09 13:36:20,462 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "4bde9cb6-558d-4548-b83e-5a428322c453", "cidr": "10.10.10.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-ccc79c00-8918-486a-a387-b886f9ea580c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"f6c6ae31-759e-4e71-a428-5e5f6ee3d848","name":"","project_id":"6eef43cf6cb64012a9ef5e08ff3b1bf7","network_id":"4bde9cb6-558d-4548-b83e-5a428322c453","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":"2026-07-09T11:36:18Z","updated_at":"2026-07-09T11:36:18Z","revision_number":0,"tenant_id":"6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:20,874 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://192.168.122.95/volume/v3/volumes 0.410s
2026-07-09 13:36:20,875 87061 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-1509002527"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b841b733-9ab0-4d01-91b2-dc3bfce01c59', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b841b733-9ab0-4d01-91b2-dc3bfce01c59', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "9ea0c3db-e5fd-4d83-8a7d-02704181fed1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:36:20.738773", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1509002527", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}], "user_id": "247ec9f6bdd9460e82b7f21996c87744", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:36:20,961 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1 0.072s
2026-07-09 13:36:20,962 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1538ab02-3024-4484-a032-daa80cfaf3f8', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1538ab02-3024-4484-a032-daa80cfaf3f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1'}
Body: b'{"volume": {"id": "9ea0c3db-e5fd-4d83-8a7d-02704181fed1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:36:21.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1509002527", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}], "user_id": "247ec9f6bdd9460e82b7f21996c87744", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:22,049 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1 0.075s
2026-07-09 13:36:22,050 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242a6b74-9dad-433e-ae2f-9fe4806d20dd', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242a6b74-9dad-433e-ae2f-9fe4806d20dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1'}
Body: b'{"volume": {"id": "9ea0c3db-e5fd-4d83-8a7d-02704181fed1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:36:21.000000", "updated_at": "2026-07-09T11:36:21.000000", "name": "tempest-TaggedAttachmentsTest-volume-1509002527", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}], "user_id": "247ec9f6bdd9460e82b7f21996c87744", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:23,147 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1 0.081s
2026-07-09 13:36:23,148 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16b68dc9-0a21-4f85-a6cf-b7bc30e0615b', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16b68dc9-0a21-4f85-a6cf-b7bc30e0615b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1'}
Body: b'{"volume": {"id": "9ea0c3db-e5fd-4d83-8a7d-02704181fed1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:36:21.000000", "updated_at": "2026-07-09T11:36:21.000000", "name": "tempest-TaggedAttachmentsTest-volume-1509002527", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}], "user_id": "247ec9f6bdd9460e82b7f21996c87744", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:24,235 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1 0.072s
2026-07-09 13:36:24,235 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190687b9-f200-4ba1-a497-4cf652ac6f93', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190687b9-f200-4ba1-a497-4cf652ac6f93', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1'}
Body: b'{"volume": {"id": "9ea0c3db-e5fd-4d83-8a7d-02704181fed1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:36:21.000000", "updated_at": "2026-07-09T11:36:21.000000", "name": "tempest-TaggedAttachmentsTest-volume-1509002527", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}], "user_id": "247ec9f6bdd9460e82b7f21996c87744", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:25,314 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1 0.063s
2026-07-09 13:36:25,315 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64709a6-7e50-41e9-89f2-7acaa12bf1bb', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64709a6-7e50-41e9-89f2-7acaa12bf1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1'}
Body: b'{"volume": {"id": "9ea0c3db-e5fd-4d83-8a7d-02704181fed1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:36:21.000000", "updated_at": "2026-07-09T11:36:24.000000", "name": "tempest-TaggedAttachmentsTest-volume-1509002527", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}], "user_id": "247ec9f6bdd9460e82b7f21996c87744", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:26,396 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1 0.068s
2026-07-09 13:36:26,397 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab7cad0c-05c3-4dc2-afaa-cca6035fd224', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab7cad0c-05c3-4dc2-afaa-cca6035fd224', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1'}
Body: b'{"volume": {"id": "9ea0c3db-e5fd-4d83-8a7d-02704181fed1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:36:21.000000", "updated_at": "2026-07-09T11:36:25.000000", "name": "tempest-TaggedAttachmentsTest-volume-1509002527", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/9ea0c3db-e5fd-4d83-8a7d-02704181fed1"}], "user_id": "247ec9f6bdd9460e82b7f21996c87744", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:26,408 87061 INFO [tempest.common.waiters] volume 9ea0c3db-e5fd-4d83-8a7d-02704181fed1 reached available after waiting for 6.408111 seconds
2026-07-09 13:36:26,409 87061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:36:26,409 87061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:36:26,512 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.100s
2026-07-09 13:36:26,513 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-290909209", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3KvvzBPgKti8IcNTOYxPYey9C00qfBWIJIgHQtwzZ/xMxnseLG7aRb4cKyd/4TegEHcFJUcfT4qHgRqtk6VnYZtOpnGdMXyQyiO1YaLk2JlxdX4C+20iwYok+yAg/Asw=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-475ed9e3-fb25-4133-a672-253c4a6c15f1', 'x-compute-request-id': 'req-475ed9e3-fb25-4133-a672-253c4a6c15f1', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-290909209", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3KvvzBPgKti8IcNTOYxPYey9C00qfBWIJIgHQtwzZ/xMxnseLG7aRb4cKyd/4TegEHcFJUcfT4qHgRqtk6VnYZtOpnGdMXyQyiO1YaLk2JlxdX4C+20iwYok+yAg/Asw==", "fingerprint": "14:c5:1f:7c:a1:24:f8:45:18:d3:e7:47:bc:44:e4:2a", "user_id": "247ec9f6bdd9460e82b7f21996c87744"}}'
2026-07-09 13:36:26,515 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-290909209 created
2026-07-09 13:36:27,264 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.748s
2026-07-09 13:36:27,265 87061 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--285284759", "description": "tempest-description--1984773555"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-29ec1466-513d-49dd-83dd-fce4bdea7db7', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "31984700-9eff-4787-94a8-cff3a5285193", "name": "tempest-securitygroup--285284759", "stateful": true, "tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "project_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "description": "tempest-description--1984773555", "shared": false, "security_group_rules": [{"id": "57a0c905-0880-4603-a42d-724e06a4b10a", "project_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "security_group_id": "31984700-9eff-4787-94a8-cff3a5285193", "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": 136, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:26Z", "updated_at": "2026-07-09T11:36:26Z", "revision_number": 0, "tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}, {"id": "c3d95d49-646b-4bf0-8795-26d7a87dd1b4", "project_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "security_group_id": "31984700-9eff-4787-94a8-cff3a5285193", "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": 137, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:26Z", "updated_at": "2026-07-09T11:36:26Z", "revision_number": 0, "tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}], "tags": [], "created_at": "2026-07-09T11:36:26Z", "updated_at": "2026-07-09T11:36:26Z", "revision_number": 1}}'
2026-07-09 13:36:27,636 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.369s
2026-07-09 13:36:27,636 87061 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": "31984700-9eff-4787-94a8-cff3a5285193", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fcf8f786-4504-4f1b-859b-6e9b9c25daac', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "8d510a8b-372c-4f49-94e1-724845330f69", "project_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "security_group_id": "31984700-9eff-4787-94a8-cff3a5285193", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:36:27Z", "updated_at": "2026-07-09T11:36:27Z", "revision_number": 0, "tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:28,043 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.406s
2026-07-09 13:36:28,043 87061 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": "31984700-9eff-4787-94a8-cff3a5285193", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-be27d60a-3fba-46c2-95a7-fe32442b6f54', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "969ca27a-70f1-485c-9057-fa0b4bfebd76", "project_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "security_group_id": "31984700-9eff-4787-94a8-cff3a5285193", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:36:27Z", "updated_at": "2026-07-09T11:36:27Z", "revision_number": 0, "tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7"}}'
2026-07-09 13:36:28,044 87061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--285284759 created
2026-07-09 13:36:30,065 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 2.021s
2026-07-09 13:36:30,066 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-773a2eb8-904c-4b5d-9a1c-1b07369889ba', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "9a6d0b83-8faa-4eaa-9ba1-d13da9aa2f85", "tenant_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "project_id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "floating_ip_address": "172.24.4.186", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:36:29Z", "updated_at": "2026-07-09T11:36:29Z", "revision_number": 0}}'
2026-07-09 13:36:30,067 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9a6d0b83-8faa-4eaa-9ba1-d13da9aa2f85', 'tenant_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'project_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:36:29Z', 'updated_at': '2026-07-09T11:36:29Z', 'revision_number': 0, 'ip': '172.24.4.186'} created
2026-07-09 13:36:30,233 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.160s
2026-07-09 13:36:30,234 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b56b73d0-4ee6-4391-916a-bb9b350c89f8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "247ec9f6bdd9460e82b7f21996c87744", "name": "tempest-TaggedAttachmentsTest-812027094-project-member", "password_expires_at": null}, "audit_ids": ["ljHSiTDCSlaIOQp4UwInYg"], "expires_at": "2026-07-09T12:36:30.000000Z", "issued_at": "2026-07-09T11:36:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "name": "tempest-TaggedAttachmentsTest-812027094"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/6eef43cf6cb64012a9ef5e08ff3b1bf7", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:36:30,235 87061 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '046a8cfd-7881-4e4f-883a-59e38b08f2a8', 'name': 'tempest-TaggedAttachmentsTest-1871522758-network', 'tenant_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'project_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', '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': 21116, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:35:56Z', 'updated_at': '2026-07-09T11:35:56Z', 'revision_number': 1} available for tenant
2026-07-09 13:36:30,402 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.162s
2026-07-09 13:36:30,405 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-651a9e99-7830-462e-98cd-cc6505152578', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "247ec9f6bdd9460e82b7f21996c87744", "name": "tempest-TaggedAttachmentsTest-812027094-project-member", "password_expires_at": null}, "audit_ids": ["h-XDA2I_RDiXgNUIALRnlA"], "expires_at": "2026-07-09T12:36:30.000000Z", "issued_at": "2026-07-09T11:36:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6eef43cf6cb64012a9ef5e08ff3b1bf7", "name": "tempest-TaggedAttachmentsTest-812027094"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/6eef43cf6cb64012a9ef5e08ff3b1bf7", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:36:30,405 87061 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '046a8cfd-7881-4e4f-883a-59e38b08f2a8', 'name': 'tempest-TaggedAttachmentsTest-1871522758-network', 'tenant_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'project_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', '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': 21116, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:35:56Z', 'updated_at': '2026-07-09T11:35:56Z', 'revision_number': 1} available for tenant
2026-07-09 13:36:30,406 87061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-290909209', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3KvvzBPgKti8IcNTOYxPYey9C00qfBWIJIgHQtwzZ/xMxnseLG7aRb4cKyd/4TegEHcFJUcfT4qHgRqtk6VnYZtOpnGdMXyQyiO1YaLk2JlxdX4C+20iwYok+yAg/Asw==', 'fingerprint': '14:c5:1f:7c:a1:24:f8:45:18:d3:e7:47:bc:44:e4:2a', 'user_id': '247ec9f6bdd9460e82b7f21996c87744', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDCKHmdfLfPSGG8Ene62+eutQbBQZq3iEh2UBB1boT9NRuPw7oZm3K/\nHwg13MXH8CagBwYFK4EEACKhZANiAAQtyr78wT4CrYvCHDUzmMT2HsvQtNKnwViC\nSIB0LcM2f8TMZ7Hixu2kW+HCsnf+E3oBB3BSVHH0+Kh4EarZOlZ2GbTqZxnTF8kM\nojtWGi5NiZcXV+AvttIsGKJPsgIPwLM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '31984700-9eff-4787-94a8-cff3a5285193', 'name': 'tempest-securitygroup--285284759', 'stateful': True, 'tenant_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'project_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'description': 'tempest-description--1984773555', 'shared': False, 'security_group_rules': [{'id': '57a0c905-0880-4603-a42d-724e06a4b10a', 'project_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'security_group_id': '31984700-9eff-4787-94a8-cff3a5285193', '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': 136, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:26Z', 'updated_at': '2026-07-09T11:36:26Z', 'revision_number': 0, 'tenant_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7'}, {'id': 'c3d95d49-646b-4bf0-8795-26d7a87dd1b4', 'project_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'security_group_id': '31984700-9eff-4787-94a8-cff3a5285193', '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': 137, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:26Z', 'updated_at': '2026-07-09T11:36:26Z', 'revision_number': 0, 'tenant_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7'}], 'tags': [], 'created_at': '2026-07-09T11:36:26Z', 'updated_at': '2026-07-09T11:36:26Z', 'revision_number': 1}, 'floating_ip': {'id': '9a6d0b83-8faa-4eaa-9ba1-d13da9aa2f85', 'tenant_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'project_id': '6eef43cf6cb64012a9ef5e08ff3b1bf7', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:36:29Z', 'updated_at': '2026-07-09T11:36:29Z', 'revision_number': 0, 'ip': '172.24.4.186'}}
2026-07-09 13:36:32,224 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 POST http://192.168.122.95/compute/v2.1/servers 1.815s
2026-07-09 13:36:32,224 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-device-tagging-server-1089444339", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "046a8cfd-7881-4e4f-883a-59e38b08f2a8"}], "security_groups": [{"name": "tempest-securitygroup--285284759"}], "key_name": "tempest-keypair-290909209", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-5a76915c-7bec-484b-8368-13a644664395', 'x-compute-request-id': 'req-5a76915c-7bec-484b-8368-13a644664395', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:36:32,307 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-290909209 0.078s
2026-07-09 13:36:32,308 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-643dab8d-fd18-4761-a0ad-8cc2e8f9b620', 'x-compute-request-id': 'req-643dab8d-fd18-4761-a0ad-8cc2e8f9b620', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-290909209'}
Body: b''
2026-07-09 13:36:32,584 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/31984700-9eff-4787-94a8-cff3a5285193 0.275s
2026-07-09 13:36:32,584 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-2471af3d-013e-46ce-8285-07c3dd4fd209', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/31984700-9eff-4787-94a8-cff3a5285193'}
Body: b''
2026-07-09 13:36:32,605 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/31984700-9eff-4787-94a8-cff3a5285193 0.020s
2026-07-09 13:36:32,605 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e2a884c1-b808-45a2-b3ce-0e7d4fa6353c', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/31984700-9eff-4787-94a8-cff3a5285193'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 31984700-9eff-4787-94a8-cff3a5285193 does not exist", "detail": ""}}'
2026-07-09 13:36:33,143 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/9a6d0b83-8faa-4eaa-9ba1-d13da9aa2f85 0.536s
2026-07-09 13:36:33,143 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b2bcebc9-712a-41a2-b088-df79cc309c28', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/9a6d0b83-8faa-4eaa-9ba1-d13da9aa2f85'}
Body: b''
2026-07-09 13:36:33,453 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/subnets/f6c6ae31-759e-4e71-a428-5e5f6ee3d848 0.308s
2026-07-09 13:36:33,454 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-1630a6d2-0827-479e-9f60-011031d04a42', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/subnets/f6c6ae31-759e-4e71-a428-5e5f6ee3d848'}
Body: b''
2026-07-09 13:36:34,237 87061 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/networks/4bde9cb6-558d-4548-b83e-5a428322c453 0.783s
2026-07-09 13:36:34,238 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-0a6964e7-e454-44ec-92d3-8b46e2c17a1d', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/networks/4bde9cb6-558d-4548-b83e-5a428322c453'}
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 379, in test_tagged_attachment
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft7.1: 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:'': {{{
2026-07-09 13:35:46,215 87055 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:35:46,216 87055 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:35:46,629 87055 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.412s
2026-07-09 13:35:46,630 87055 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-726234993", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClnY1BITNSfmlc6MwpIFkwBpSwuipdAwR/fjqW/KPJx3F3q6epFggW4tFIhbW6O99AvrVKgHyjT+oJwcXjt2ZCYjgBAqAnGmH60BmYqppCGRuvPRRQj4+XLOJG5NjMl2A=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:46 GMT', 'server': 'Apache/2.4.58 (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-d586e98c-314c-4520-8dc7-72781f391d5b', 'x-compute-request-id': 'req-d586e98c-314c-4520-8dc7-72781f391d5b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-726234993", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClnY1BITNSfmlc6MwpIFkwBpSwuipdAwR/fjqW/KPJx3F3q6epFggW4tFIhbW6O99AvrVKgHyjT+oJwcXjt2ZCYjgBAqAnGmH60BmYqppCGRuvPRRQj4+XLOJG5NjMl2A==", "fingerprint": "2c:e3:91:d8:a0:a0:f9:15:6b:ce:bc:3c:a9:67:de:52", "user_id": "33246354e60a4145b3f3ceba7836e755"}}'
2026-07-09 13:35:46,633 87055 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-726234993 created
2026-07-09 13:35:47,332 87055 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.696s
2026-07-09 13:35:47,332 87055 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--1568038546", "description": "tempest-description--1615998702"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-74bd5913-8f3f-4094-9485-878b330f0c6f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "8f99ac1e-97b2-48bb-b717-5c0380444e7e", "name": "tempest-securitygroup--1568038546", "stateful": true, "tenant_id": "c176d00d3d784a7eb30ab5c99253ee82", "project_id": "c176d00d3d784a7eb30ab5c99253ee82", "description": "tempest-description--1615998702", "shared": false, "security_group_rules": [{"id": "4089921d-6879-425e-80a0-ac6a9962d328", "project_id": "c176d00d3d784a7eb30ab5c99253ee82", "security_group_id": "8f99ac1e-97b2-48bb-b717-5c0380444e7e", "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": 85, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:35:47Z", "updated_at": "2026-07-09T11:35:47Z", "revision_number": 0, "tenant_id": "c176d00d3d784a7eb30ab5c99253ee82"}, {"id": "dcb1d632-d434-40d5-82cc-a92825a626a2", "project_id": "c176d00d3d784a7eb30ab5c99253ee82", "security_group_id": "8f99ac1e-97b2-48bb-b717-5c0380444e7e", "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": 86, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:35:47Z", "updated_at": "2026-07-09T11:35:47Z", "revision_number": 0, "tenant_id": "c176d00d3d784a7eb30ab5c99253ee82"}], "tags": [], "created_at": "2026-07-09T11:35:47Z", "updated_at": "2026-07-09T11:35:47Z", "revision_number": 1}}'
2026-07-09 13:35:48,028 87055 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.695s
2026-07-09 13:35:48,028 87055 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": "8f99ac1e-97b2-48bb-b717-5c0380444e7e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-04adbe82-7522-45ed-89e4-713bf3abdcda', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e87ed1f7-a5a3-425b-9ad3-dd508378d554", "project_id": "c176d00d3d784a7eb30ab5c99253ee82", "security_group_id": "8f99ac1e-97b2-48bb-b717-5c0380444e7e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:35:47Z", "updated_at": "2026-07-09T11:35:47Z", "revision_number": 0, "tenant_id": "c176d00d3d784a7eb30ab5c99253ee82"}}'
2026-07-09 13:35:49,182 87055 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 1.153s
2026-07-09 13:35:49,182 87055 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": "8f99ac1e-97b2-48bb-b717-5c0380444e7e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b8bc7ede-623e-48cd-a3bf-ea2f7a648e70', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "16763a29-8033-4b6a-8050-c9877bc35ccd", "project_id": "c176d00d3d784a7eb30ab5c99253ee82", "security_group_id": "8f99ac1e-97b2-48bb-b717-5c0380444e7e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:35:48Z", "updated_at": "2026-07-09T11:35:48Z", "revision_number": 0, "tenant_id": "c176d00d3d784a7eb30ab5c99253ee82"}}'
2026-07-09 13:35:49,183 87055 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1568038546 created
2026-07-09 13:35:50,330 87055 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 1.145s
2026-07-09 13:35:50,330 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-19098f00-7d88-4054-b3f0-3b6791f7924e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "a8a7e791-2656-48b4-b911-897d1698ae81", "tenant_id": "c176d00d3d784a7eb30ab5c99253ee82", "project_id": "c176d00d3d784a7eb30ab5c99253ee82", "floating_ip_address": "172.24.4.247", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:35:49Z", "updated_at": "2026-07-09T11:35:49Z", "revision_number": 0}}'
2026-07-09 13:35:50,331 87055 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a8a7e791-2656-48b4-b911-897d1698ae81', 'tenant_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'project_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'floating_ip_address': '172.24.4.247', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:35:49Z', 'updated_at': '2026-07-09T11:35:49Z', 'revision_number': 0, 'ip': '172.24.4.247'} created
2026-07-09 13:35:50,406 87055 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.067s
2026-07-09 13:35:50,406 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2527', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-552ce011-7eae-4b28-87a0-fce56a9abf84', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "33246354e60a4145b3f3ceba7836e755", "name": "tempest-AttachVolumeShelveTestJSON-293015895-project-member", "password_expires_at": null}, "audit_ids": ["7RPHUrVFQZGSdde2bsewAg"], "expires_at": "2026-07-09T12:35:50.000000Z", "issued_at": "2026-07-09T11:35:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c176d00d3d784a7eb30ab5c99253ee82", "name": "tempest-AttachVolumeShelveTestJSON-293015895"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/c176d00d3d784a7eb30ab5c99253ee82", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:35:50,407 87055 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '7d6253e7-2127-4f3e-b421-4c80be2bec41', 'name': 'tempest-AttachVolumeShelveTestJSON-569614824-network', 'tenant_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'project_id': 'c176d00d3d784a7eb30ab5c99253ee82', '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': 57067, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:35:29Z', 'updated_at': '2026-07-09T11:35:29Z', 'revision_number': 1} available for tenant
2026-07-09 13:35:50,409 87055 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-726234993', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBClnY1BITNSfmlc6MwpIFkwBpSwuipdAwR/fjqW/KPJx3F3q6epFggW4tFIhbW6O99AvrVKgHyjT+oJwcXjt2ZCYjgBAqAnGmH60BmYqppCGRuvPRRQj4+XLOJG5NjMl2A==', 'fingerprint': '2c:e3:91:d8:a0:a0:f9:15:6b:ce:bc:3c:a9:67:de:52', 'user_id': '33246354e60a4145b3f3ceba7836e755', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBRcECd6GFLkYv/Z2lNE80KIvfxWTPPBSNl7SJK2IZUhqspzv04SvTE\n7EBE3n3Ea8KgBwYFK4EEACKhZANiAAQpZ2NQSEzUn5pXOjMKSBZMAaUsLoqXQMEf\n346lvyjycdxd6unqRYIFuLRSIW1ujvfQL61SoB8o0/qCcHF47dmQmI4AQKgJxph+\ntAZmKqaQhkbrz0UUI+PlyziRuTYzJdg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8f99ac1e-97b2-48bb-b717-5c0380444e7e', 'name': 'tempest-securitygroup--1568038546', 'stateful': True, 'tenant_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'project_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'description': 'tempest-description--1615998702', 'shared': False, 'security_group_rules': [{'id': '4089921d-6879-425e-80a0-ac6a9962d328', 'project_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'security_group_id': '8f99ac1e-97b2-48bb-b717-5c0380444e7e', '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': 85, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:35:47Z', 'updated_at': '2026-07-09T11:35:47Z', 'revision_number': 0, 'tenant_id': 'c176d00d3d784a7eb30ab5c99253ee82'}, {'id': 'dcb1d632-d434-40d5-82cc-a92825a626a2', 'project_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'security_group_id': '8f99ac1e-97b2-48bb-b717-5c0380444e7e', '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': 86, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:35:47Z', 'updated_at': '2026-07-09T11:35:47Z', 'revision_number': 0, 'tenant_id': 'c176d00d3d784a7eb30ab5c99253ee82'}], 'tags': [], 'created_at': '2026-07-09T11:35:47Z', 'updated_at': '2026-07-09T11:35:47Z', 'revision_number': 1}, 'floating_ip': {'id': 'a8a7e791-2656-48b4-b911-897d1698ae81', 'tenant_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'project_id': 'c176d00d3d784a7eb30ab5c99253ee82', 'floating_ip_address': '172.24.4.247', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:35:49Z', 'updated_at': '2026-07-09T11:35:49Z', 'revision_number': 0, 'ip': '172.24.4.247'}}
2026-07-09 13:35:53,123 87055 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://192.168.122.95/compute/v2.1/servers 2.713s
2026-07-09 13:35:53,123 87055 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-381206113", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "7d6253e7-2127-4f3e-b421-4c80be2bec41"}], "security_groups": [{"name": "tempest-securitygroup--1568038546"}], "key_name": "tempest-keypair-726234993", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:50 GMT', 'server': 'Apache/2.4.58 (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': '121', 'x-openstack-request-id': 'req-a515f6c1-e63a-44ee-8ced-cdc621427b5b', 'x-compute-request-id': 'req-a515f6c1-e63a-44ee-8ced-cdc621427b5b', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:35:53,178 87055 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-726234993 0.049s
2026-07-09 13:35:53,178 87055 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, 09 Jul 2026 11:35:53 GMT', 'server': 'Apache/2.4.58 (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-7d59afa9-8ce8-4cf4-8ab6-877f148d375a', 'x-compute-request-id': 'req-7d59afa9-8ce8-4cf4-8ab6-877f148d375a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-726234993'}
Body: b''
2026-07-09 13:35:53,888 87055 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/8f99ac1e-97b2-48bb-b717-5c0380444e7e 0.709s
2026-07-09 13:35:53,889 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-cb8cd6a3-1c20-43a1-9a6d-10c4b9c14ef2', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/8f99ac1e-97b2-48bb-b717-5c0380444e7e'}
Body: b''
2026-07-09 13:35:54,545 87055 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/8f99ac1e-97b2-48bb-b717-5c0380444e7e 0.656s
2026-07-09 13:35:54,546 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6d2f8eff-eafb-4944-a80b-63f214fab2b7', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/8f99ac1e-97b2-48bb-b717-5c0380444e7e'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8f99ac1e-97b2-48bb-b717-5c0380444e7e does not exist", "detail": ""}}'
2026-07-09 13:35:56,271 87055 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/a8a7e791-2656-48b4-b911-897d1698ae81 1.724s
2026-07-09 13:35:56,271 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:35:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-6d94d5d7-1f18-4755-a534-0e27754499f4', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/a8a7e791-2656-48b4-b911-897d1698ae81'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 308, in test_detach_volume_shelved_or_offload_server
server, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft8.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:'': {{{
2026-07-09 13:38:05,328 87061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:38:05,329 87061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:38:05,660 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.330s
2026-07-09 13:38:05,661 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1113935231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGlyGHdwRBJp16XnQO+JsgEHzWqV7oJ7qAUMgFekwi59/433j6SjaTqwVNDKVoLGlmcrO7LeV9baAFZjk2JHoa2DD4zThYPw/q9BX5kIK9RigFv7erNjBj4xvT6kKH/U1Q=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18ad3361-9aa6-496a-a77c-888585f8930f', 'x-compute-request-id': 'req-18ad3361-9aa6-496a-a77c-888585f8930f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1113935231", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGlyGHdwRBJp16XnQO+JsgEHzWqV7oJ7qAUMgFekwi59/433j6SjaTqwVNDKVoLGlmcrO7LeV9baAFZjk2JHoa2DD4zThYPw/q9BX5kIK9RigFv7erNjBj4xvT6kKH/U1Q==", "fingerprint": "7d:9a:bd:fe:56:22:c1:2a:e7:99:9d:52:b8:c5:48:e5", "user_id": "f7b0ccc1407a41cebe492f23dcd8e6bc"}}'
2026-07-09 13:38:05,663 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1113935231 created
2026-07-09 13:38:06,664 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 1.001s
2026-07-09 13:38:06,664 87061 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--1828978286", "description": "tempest-description--1870812484"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-dee7b1ff-3441-43b2-a220-6786410dd894', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "7e26d609-3f87-4e8f-8541-0cd486d53586", "name": "tempest-securitygroup--1828978286", "stateful": true, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "description": "tempest-description--1870812484", "shared": false, "security_group_rules": [{"id": "01df8197-f068-4b41-9415-7041e809fa62", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "7e26d609-3f87-4e8f-8541-0cd486d53586", "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": 300, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:06Z", "updated_at": "2026-07-09T11:38:06Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}, {"id": "a60f53c8-d9b7-4f1c-9c7d-15e78f519784", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "7e26d609-3f87-4e8f-8541-0cd486d53586", "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": 299, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:06Z", "updated_at": "2026-07-09T11:38:06Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}], "tags": [], "created_at": "2026-07-09T11:38:06Z", "updated_at": "2026-07-09T11:38:06Z", "revision_number": 1}}'
2026-07-09 13:38:07,079 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.414s
2026-07-09 13:38:07,079 87061 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": "7e26d609-3f87-4e8f-8541-0cd486d53586", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-45f78872-f5f6-4c76-b643-e3f97ec6f733', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ef6f0351-9f55-4e64-9533-a352d7beb896", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "7e26d609-3f87-4e8f-8541-0cd486d53586", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:06Z", "updated_at": "2026-07-09T11:38:06Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}}'
2026-07-09 13:38:07,465 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.383s
2026-07-09 13:38:07,465 87061 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": "7e26d609-3f87-4e8f-8541-0cd486d53586", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-73b93bf6-242d-4f60-b1f7-96774c8e841a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "95d6f739-67f5-442a-b39c-0483e525b576", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "7e26d609-3f87-4e8f-8541-0cd486d53586", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:07Z", "updated_at": "2026-07-09T11:38:07Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}}'
2026-07-09 13:38:07,466 87061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1828978286 created
2026-07-09 13:38:08,804 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 1.337s
2026-07-09 13:38:08,805 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-293872c7-35a4-49f5-8216-fe8349c27749', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "5cd51819-c4cb-4e05-8d67-92d824808d23", "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "floating_ip_address": "172.24.4.111", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:38:08Z", "updated_at": "2026-07-09T11:38:08Z", "revision_number": 0}}'
2026-07-09 13:38:08,806 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5cd51819-c4cb-4e05-8d67-92d824808d23', 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:08Z', 'updated_at': '2026-07-09T11:38:08Z', 'revision_number': 0, 'ip': '172.24.4.111'} created
2026-07-09 13:38:09,168 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.355s
2026-07-09 13:38:09,169 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-49d1e45a-9581-4055-8ebb-6b2a4cc6f2e4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f7b0ccc1407a41cebe492f23dcd8e6bc", "name": "tempest-AttachVolumeTestJSON-1119958231-project-member", "password_expires_at": null}, "audit_ids": ["c1nugsfuRkukzFc0ZLU0Qg"], "expires_at": "2026-07-09T12:38:09.000000Z", "issued_at": "2026-07-09T11:38:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4640e0fcae247e4b43dac3d98ab6985", "name": "tempest-AttachVolumeTestJSON-1119958231"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/d4640e0fcae247e4b43dac3d98ab6985", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:38:09,170 87061 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '4e7f8477-dce2-42e9-8cdc-f767a8a92e62', 'name': 'tempest-AttachVolumeTestJSON-1355161665-network', 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', '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': 39140, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:37:51Z', 'updated_at': '2026-07-09T11:37:51Z', 'revision_number': 1} available for tenant
2026-07-09 13:38:09,171 87061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1113935231', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGlyGHdwRBJp16XnQO+JsgEHzWqV7oJ7qAUMgFekwi59/433j6SjaTqwVNDKVoLGlmcrO7LeV9baAFZjk2JHoa2DD4zThYPw/q9BX5kIK9RigFv7erNjBj4xvT6kKH/U1Q==', 'fingerprint': '7d:9a:bd:fe:56:22:c1:2a:e7:99:9d:52:b8:c5:48:e5', 'user_id': 'f7b0ccc1407a41cebe492f23dcd8e6bc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDuV/4VSGiNS5GqiBJtbm7PbYu2Sg/KkWE7DHlPYKfotFJxGNGaC01F\nIuiV2dNgkM2gBwYFK4EEACKhZANiAARpchh3cEQSadel50DvibIBB81qle6Ce6gF\nDIBXpMIuff+N94+ko2k6sFTQylaCxpZnKzuy3lfW2gBWY5NiR6Gtgw+M04WD8P6v\nQV+ZCCvUYoBb+3qzYwY+Mb0+pCh/1NU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7e26d609-3f87-4e8f-8541-0cd486d53586', 'name': 'tempest-securitygroup--1828978286', 'stateful': True, 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'description': 'tempest-description--1870812484', 'shared': False, 'security_group_rules': [{'id': '01df8197-f068-4b41-9415-7041e809fa62', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'security_group_id': '7e26d609-3f87-4e8f-8541-0cd486d53586', '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': 300, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:06Z', 'updated_at': '2026-07-09T11:38:06Z', 'revision_number': 0, 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985'}, {'id': 'a60f53c8-d9b7-4f1c-9c7d-15e78f519784', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'security_group_id': '7e26d609-3f87-4e8f-8541-0cd486d53586', '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': 299, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:06Z', 'updated_at': '2026-07-09T11:38:06Z', 'revision_number': 0, 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985'}], 'tags': [], 'created_at': '2026-07-09T11:38:06Z', 'updated_at': '2026-07-09T11:38:06Z', 'revision_number': 1}, 'floating_ip': {'id': '5cd51819-c4cb-4e05-8d67-92d824808d23', 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:08Z', 'updated_at': '2026-07-09T11:38:08Z', 'revision_number': 0, 'ip': '172.24.4.111'}}
2026-07-09 13:38:09,687 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://192.168.122.95/compute/v2.1/servers 0.515s
2026-07-09 13:38:09,688 87061 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-1401582317", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "4e7f8477-dce2-42e9-8cdc-f767a8a92e62"}], "security_groups": [{"name": "tempest-securitygroup--1828978286"}], "key_name": "tempest-keypair-1113935231", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-31fd9bbc-f227-4927-bc3c-a9afc2b665f4', 'x-compute-request-id': 'req-31fd9bbc-f227-4927-bc3c-a9afc2b665f4', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:38:09,732 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1113935231 0.041s
2026-07-09 13:38:09,733 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cc3e8c2-f883-4bef-a668-8e635f1be575', 'x-compute-request-id': 'req-5cc3e8c2-f883-4bef-a668-8e635f1be575', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1113935231'}
Body: b''
2026-07-09 13:38:10,155 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/7e26d609-3f87-4e8f-8541-0cd486d53586 0.421s
2026-07-09 13:38:10,156 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-9437d8ce-ca92-440d-9d2a-968889bb6f10', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/7e26d609-3f87-4e8f-8541-0cd486d53586'}
Body: b''
2026-07-09 13:38:10,181 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/7e26d609-3f87-4e8f-8541-0cd486d53586 0.025s
2026-07-09 13:38:10,182 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3463ab76-5613-4d33-8a95-414890e1fa67', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/7e26d609-3f87-4e8f-8541-0cd486d53586'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7e26d609-3f87-4e8f-8541-0cd486d53586 does not exist", "detail": ""}}'
2026-07-09 13:38:10,732 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/5cd51819-c4cb-4e05-8d67-92d824808d23 0.549s
2026-07-09 13:38:10,732 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b4a18cbd-07ae-4464-a179-fadf88f00a0c', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/5cd51819-c4cb-4e05-8d67-92d824808d23'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 82, in test_attach_detach_volume
server, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft8.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:'': {{{
2026-07-09 13:38:10,735 87061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:38:10,736 87061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:38:10,855 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.111s
2026-07-09 13:38:10,856 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1960221912", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODtHPewHgsaXHyCe71oCVyOhvr3bjEHwOP+GHiiPdSRLx0IjUj9MPvEPdlHcsSUhsNtUVmzg9xE4oV2Q5ui6SPTNqfKLiBNKyk3qzlI6ca6fc0DsTEXtPERxVJQDEuADA=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bd6febc-c121-4ef3-8e29-468ff6a2c33e', 'x-compute-request-id': 'req-8bd6febc-c121-4ef3-8e29-468ff6a2c33e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1960221912", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODtHPewHgsaXHyCe71oCVyOhvr3bjEHwOP+GHiiPdSRLx0IjUj9MPvEPdlHcsSUhsNtUVmzg9xE4oV2Q5ui6SPTNqfKLiBNKyk3qzlI6ca6fc0DsTEXtPERxVJQDEuADA==", "fingerprint": "1e:40:4f:e6:30:81:0a:62:ca:2f:7b:70:d5:d1:8a:2c", "user_id": "f7b0ccc1407a41cebe492f23dcd8e6bc"}}'
2026-07-09 13:38:10,859 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1960221912 created
2026-07-09 13:38:11,481 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.622s
2026-07-09 13:38:11,482 87061 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--1007805862", "description": "tempest-description--1864509961"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-787f48ad-19b5-4f9f-be60-40b033e6cc7f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e2b921a0-2419-40c8-8ec5-0857853bf89a", "name": "tempest-securitygroup--1007805862", "stateful": true, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "description": "tempest-description--1864509961", "shared": false, "security_group_rules": [{"id": "287ef056-ae90-4afa-9146-bb6f46654183", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "e2b921a0-2419-40c8-8ec5-0857853bf89a", "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": 306, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:11Z", "updated_at": "2026-07-09T11:38:11Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}, {"id": "7b253018-d4d2-4ee6-aa2f-ee15b2f21f7c", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "e2b921a0-2419-40c8-8ec5-0857853bf89a", "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": 307, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:11Z", "updated_at": "2026-07-09T11:38:11Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}], "tags": [], "created_at": "2026-07-09T11:38:10Z", "updated_at": "2026-07-09T11:38:11Z", "revision_number": 1}}'
2026-07-09 13:38:11,862 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.379s
2026-07-09 13:38:11,863 87061 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": "e2b921a0-2419-40c8-8ec5-0857853bf89a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fff06554-5311-4adb-9ee8-dde9d69078d5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "941333c9-5271-4e62-837e-52a169417a06", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "e2b921a0-2419-40c8-8ec5-0857853bf89a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:11Z", "updated_at": "2026-07-09T11:38:11Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}}'
2026-07-09 13:38:12,321 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.457s
2026-07-09 13:38:12,322 87061 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": "e2b921a0-2419-40c8-8ec5-0857853bf89a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c417c060-fbd6-4bf2-8344-37155b638fb4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5db0b36c-7d86-4b33-971a-f09e473ca400", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "security_group_id": "e2b921a0-2419-40c8-8ec5-0857853bf89a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:12Z", "updated_at": "2026-07-09T11:38:12Z", "revision_number": 0, "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985"}}'
2026-07-09 13:38:12,322 87061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1007805862 created
2026-07-09 13:38:13,526 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 1.203s
2026-07-09 13:38:13,527 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-02ed9e44-ab7c-4564-bb08-6e0bafe59660', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "2aa83dea-74ba-4806-be4a-093c90cb94e9", "tenant_id": "d4640e0fcae247e4b43dac3d98ab6985", "project_id": "d4640e0fcae247e4b43dac3d98ab6985", "floating_ip_address": "172.24.4.223", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:38:12Z", "updated_at": "2026-07-09T11:38:12Z", "revision_number": 0}}'
2026-07-09 13:38:13,527 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2aa83dea-74ba-4806-be4a-093c90cb94e9', 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'floating_ip_address': '172.24.4.223', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:12Z', 'updated_at': '2026-07-09T11:38:12Z', 'revision_number': 0, 'ip': '172.24.4.223'} created
2026-07-09 13:38:13,671 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.139s
2026-07-09 13:38:13,671 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-048e2ca8-f63e-41c5-8e43-0d568bbd7aaa', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f7b0ccc1407a41cebe492f23dcd8e6bc", "name": "tempest-AttachVolumeTestJSON-1119958231-project-member", "password_expires_at": null}, "audit_ids": ["OYvWIEVQRpKs6xkDrkniDA"], "expires_at": "2026-07-09T12:38:13.000000Z", "issued_at": "2026-07-09T11:38:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d4640e0fcae247e4b43dac3d98ab6985", "name": "tempest-AttachVolumeTestJSON-1119958231"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/d4640e0fcae247e4b43dac3d98ab6985", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:38:13,672 87061 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '4e7f8477-dce2-42e9-8cdc-f767a8a92e62', 'name': 'tempest-AttachVolumeTestJSON-1355161665-network', 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', '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': 39140, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:37:51Z', 'updated_at': '2026-07-09T11:37:51Z', 'revision_number': 1} available for tenant
2026-07-09 13:38:13,673 87061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1960221912', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBODtHPewHgsaXHyCe71oCVyOhvr3bjEHwOP+GHiiPdSRLx0IjUj9MPvEPdlHcsSUhsNtUVmzg9xE4oV2Q5ui6SPTNqfKLiBNKyk3qzlI6ca6fc0DsTEXtPERxVJQDEuADA==', 'fingerprint': '1e:40:4f:e6:30:81:0a:62:ca:2f:7b:70:d5:d1:8a:2c', 'user_id': 'f7b0ccc1407a41cebe492f23dcd8e6bc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBCwF/term5pOwq4OLR7WdqxlYqeYa7YFB7u0EBLUURcLPhqn9/gcZv\nKSMjKqMnLCCgBwYFK4EEACKhZANiAATg7Rz3sB4LGlx8gnu9aAlcjob6924xB8Dj\n/hh4oj3UkS8dCI1I/TD7xD3ZR3LElIbDbVFZs4PcROKFdkOboukj0zanyi4gTSsp\nN6s5SOnGun3NA7ExF7TxEcVSUAxLgAw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e2b921a0-2419-40c8-8ec5-0857853bf89a', 'name': 'tempest-securitygroup--1007805862', 'stateful': True, 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'description': 'tempest-description--1864509961', 'shared': False, 'security_group_rules': [{'id': '287ef056-ae90-4afa-9146-bb6f46654183', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'security_group_id': 'e2b921a0-2419-40c8-8ec5-0857853bf89a', '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': 306, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:11Z', 'updated_at': '2026-07-09T11:38:11Z', 'revision_number': 0, 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985'}, {'id': '7b253018-d4d2-4ee6-aa2f-ee15b2f21f7c', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'security_group_id': 'e2b921a0-2419-40c8-8ec5-0857853bf89a', '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': 307, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:11Z', 'updated_at': '2026-07-09T11:38:11Z', 'revision_number': 0, 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985'}], 'tags': [], 'created_at': '2026-07-09T11:38:10Z', 'updated_at': '2026-07-09T11:38:11Z', 'revision_number': 1}, 'floating_ip': {'id': '2aa83dea-74ba-4806-be4a-093c90cb94e9', 'tenant_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'project_id': 'd4640e0fcae247e4b43dac3d98ab6985', 'floating_ip_address': '172.24.4.223', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:12Z', 'updated_at': '2026-07-09T11:38:12Z', 'revision_number': 0, 'ip': '172.24.4.223'}}
2026-07-09 13:38:14,135 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://192.168.122.95/compute/v2.1/servers 0.460s
2026-07-09 13:38:14,135 87061 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-2065536947", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "4e7f8477-dce2-42e9-8cdc-f767a8a92e62"}], "security_groups": [{"name": "tempest-securitygroup--1007805862"}], "key_name": "tempest-keypair-1960221912", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-cf114282-ade0-4ac3-8659-a991c9124afc', 'x-compute-request-id': 'req-cf114282-ade0-4ac3-8659-a991c9124afc', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:38:14,181 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1960221912 0.043s
2026-07-09 13:38:14,181 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c85acbf-612f-4f91-a126-afedbf50ed1f', 'x-compute-request-id': 'req-2c85acbf-612f-4f91-a126-afedbf50ed1f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1960221912'}
Body: b''
2026-07-09 13:38:14,492 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/e2b921a0-2419-40c8-8ec5-0857853bf89a 0.309s
2026-07-09 13:38:14,492 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-0e3ae6bd-64fd-40e2-994d-b7f4f865bfdc', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/e2b921a0-2419-40c8-8ec5-0857853bf89a'}
Body: b''
2026-07-09 13:38:14,513 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/e2b921a0-2419-40c8-8ec5-0857853bf89a 0.020s
2026-07-09 13:38:14,514 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e2c0a890-bd5c-4c90-bfd4-af7b3156ee73', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/e2b921a0-2419-40c8-8ec5-0857853bf89a'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e2b921a0-2419-40c8-8ec5-0857853bf89a does not exist", "detail": ""}}'
2026-07-09 13:38:15,009 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/2aa83dea-74ba-4806-be4a-093c90cb94e9 0.494s
2026-07-09 13:38:15,009 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-34edf151-9d4e-460b-9b68-141604e6b357', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/2aa83dea-74ba-4806-be4a-093c90cb94e9'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 149, in test_list_get_volume_attachments
server, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft9.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:'': {{{
2026-07-09 13:38:34,485 87061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:38:34,486 87061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:38:34,787 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.299s
2026-07-09 13:38:34,788 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2087560974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIyme8HLizsM6AwJEp2sUK2qElEKafhBbi35DScxMY71Ja81ac0Tmk6b2IGRsAY5kMAfVsQBL9J4M9LOCDfCS2KQ3TBntgJkxX6W9pg5FIqbIVAwAKDZrqABQ8JPQQ0xTg=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dbc57c6-b05a-4052-925e-caab7f96fda3', 'x-compute-request-id': 'req-5dbc57c6-b05a-4052-925e-caab7f96fda3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2087560974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIyme8HLizsM6AwJEp2sUK2qElEKafhBbi35DScxMY71Ja81ac0Tmk6b2IGRsAY5kMAfVsQBL9J4M9LOCDfCS2KQ3TBntgJkxX6W9pg5FIqbIVAwAKDZrqABQ8JPQQ0xTg==", "fingerprint": "7e:09:94:88:07:dd:65:a2:31:f3:97:b1:20:e7:f0:aa", "user_id": "1b35e299556f4a77b18d8ce954622e0a"}}'
2026-07-09 13:38:34,790 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2087560974 created
2026-07-09 13:38:35,173 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.382s
2026-07-09 13:38:35,174 87061 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--1422398243", "description": "tempest-description--1941852919"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-c5976d30-1578-4dc3-89f2-24bb3e901e99', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "42adb021-611e-49fb-ae02-583fa3d2cdcd", "name": "tempest-securitygroup--1422398243", "stateful": true, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "description": "tempest-description--1941852919", "shared": false, "security_group_rules": [{"id": "3fd0050c-be4b-4318-a998-1a7b22e9a86b", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "42adb021-611e-49fb-ae02-583fa3d2cdcd", "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": 326, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:34Z", "updated_at": "2026-07-09T11:38:34Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}, {"id": "985e1789-2574-4524-a5f9-8ba1d5fbfa42", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "42adb021-611e-49fb-ae02-583fa3d2cdcd", "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": 325, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:34Z", "updated_at": "2026-07-09T11:38:34Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}], "tags": [], "created_at": "2026-07-09T11:38:34Z", "updated_at": "2026-07-09T11:38:34Z", "revision_number": 1}}'
2026-07-09 13:38:35,455 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.281s
2026-07-09 13:38:35,456 87061 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": "42adb021-611e-49fb-ae02-583fa3d2cdcd", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8edcb5b4-1238-4576-85bb-a7eab225e64f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4b3509c9-d17e-4a17-ba25-19c530ebe760", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "42adb021-611e-49fb-ae02-583fa3d2cdcd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:35Z", "updated_at": "2026-07-09T11:38:35Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}}'
2026-07-09 13:38:35,767 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.310s
2026-07-09 13:38:35,767 87061 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": "42adb021-611e-49fb-ae02-583fa3d2cdcd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-3f9fba5d-9ab1-43cb-b5ce-b7de955b0e5b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a8468aec-7c98-49d6-bcf6-9a7eb7bb91ff", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "42adb021-611e-49fb-ae02-583fa3d2cdcd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:35Z", "updated_at": "2026-07-09T11:38:35Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}}'
2026-07-09 13:38:35,767 87061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1422398243 created
2026-07-09 13:38:36,757 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 0.988s
2026-07-09 13:38:36,757 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-904ef63a-0d3c-42b8-8818-c6f666b9ea21', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "b5b99321-6932-44a5-b369-f34b73e93428", "tenant_id": "70cc06912d61468cab8fc90e3bde41cf", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "floating_ip_address": "172.24.4.207", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:38:36Z", "updated_at": "2026-07-09T11:38:36Z", "revision_number": 0}}'
2026-07-09 13:38:36,758 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b5b99321-6932-44a5-b369-f34b73e93428', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'floating_ip_address': '172.24.4.207', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:36Z', 'updated_at': '2026-07-09T11:38:36Z', 'revision_number': 0, 'ip': '172.24.4.207'} created
2026-07-09 13:38:36,914 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.151s
2026-07-09 13:38:36,914 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2525', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-21027a3a-53f2-4483-b15e-93b7d576a206', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1b35e299556f4a77b18d8ce954622e0a", "name": "tempest-AttachVolumeNegativeTest-2066566007-project-member", "password_expires_at": null}, "audit_ids": ["-nK__xNkThaJHf4Y9EQ2KQ"], "expires_at": "2026-07-09T12:38:36.000000Z", "issued_at": "2026-07-09T11:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70cc06912d61468cab8fc90e3bde41cf", "name": "tempest-AttachVolumeNegativeTest-2066566007"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/70cc06912d61468cab8fc90e3bde41cf", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:38:36,915 87061 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'a3bfebc6-6be7-433a-a405-12ef99d6eeb5', 'name': 'tempest-AttachVolumeNegativeTest-2146164981-network', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', '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': 44887, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:38:21Z', 'updated_at': '2026-07-09T11:38:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:38:36,915 87061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2087560974', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIyme8HLizsM6AwJEp2sUK2qElEKafhBbi35DScxMY71Ja81ac0Tmk6b2IGRsAY5kMAfVsQBL9J4M9LOCDfCS2KQ3TBntgJkxX6W9pg5FIqbIVAwAKDZrqABQ8JPQQ0xTg==', 'fingerprint': '7e:09:94:88:07:dd:65:a2:31:f3:97:b1:20:e7:f0:aa', 'user_id': '1b35e299556f4a77b18d8ce954622e0a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDAxskRqPlwfvSMpQwbYac4EhanrigpreanLBAMp1gv7UzBSi4ShQGI\n7+xEgfivAY6gBwYFK4EEACKhZANiAASMpnvBy4s7DOgMCRKdrFCtqhJRCmn4QW4t\n+Q0nMTGO9SWvNWnNE5pOm9iBkbAGOZDAH1bEAS/SeDPSzgg3wktikN0wZ7YCZMV+\nlvaYORSKmyFQMACg2a6gAUPCT0ENMU4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '42adb021-611e-49fb-ae02-583fa3d2cdcd', 'name': 'tempest-securitygroup--1422398243', 'stateful': True, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'description': 'tempest-description--1941852919', 'shared': False, 'security_group_rules': [{'id': '3fd0050c-be4b-4318-a998-1a7b22e9a86b', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'security_group_id': '42adb021-611e-49fb-ae02-583fa3d2cdcd', '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': 326, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:34Z', 'updated_at': '2026-07-09T11:38:34Z', 'revision_number': 0, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf'}, {'id': '985e1789-2574-4524-a5f9-8ba1d5fbfa42', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'security_group_id': '42adb021-611e-49fb-ae02-583fa3d2cdcd', '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': 325, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:34Z', 'updated_at': '2026-07-09T11:38:34Z', 'revision_number': 0, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf'}], 'tags': [], 'created_at': '2026-07-09T11:38:34Z', 'updated_at': '2026-07-09T11:38:34Z', 'revision_number': 1}, 'floating_ip': {'id': 'b5b99321-6932-44a5-b369-f34b73e93428', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'floating_ip_address': '172.24.4.207', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:36Z', 'updated_at': '2026-07-09T11:38:36Z', 'revision_number': 0, 'ip': '172.24.4.207'}}
2026-07-09 13:38:37,423 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://192.168.122.95/compute/v2.1/servers 0.507s
2026-07-09 13:38:37,424 87061 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-1141579127", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a3bfebc6-6be7-433a-a405-12ef99d6eeb5"}], "security_groups": [{"name": "tempest-securitygroup--1422398243"}], "key_name": "tempest-keypair-2087560974", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-6e5e36dc-f474-4b8c-b39c-1b5a84f48d2f', 'x-compute-request-id': 'req-6e5e36dc-f474-4b8c-b39c-1b5a84f48d2f', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:38:37,470 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-2087560974 0.043s
2026-07-09 13:38:37,470 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28f88ef7-822f-4f7d-9b38-d7d079e69c89', 'x-compute-request-id': 'req-28f88ef7-822f-4f7d-9b38-d7d079e69c89', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-2087560974'}
Body: b''
2026-07-09 13:38:37,795 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/42adb021-611e-49fb-ae02-583fa3d2cdcd 0.324s
2026-07-09 13:38:37,795 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-331a4611-8d12-48f9-9b08-df258c84f5bb', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/42adb021-611e-49fb-ae02-583fa3d2cdcd'}
Body: b''
2026-07-09 13:38:37,820 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/42adb021-611e-49fb-ae02-583fa3d2cdcd 0.022s
2026-07-09 13:38:37,822 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-828644b2-f1a1-47a8-ba9f-8756efd2e22e', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/42adb021-611e-49fb-ae02-583fa3d2cdcd'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 42adb021-611e-49fb-ae02-583fa3d2cdcd does not exist", "detail": ""}}'
2026-07-09 13:38:38,514 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/b5b99321-6932-44a5-b369-f34b73e93428 0.691s
2026-07-09 13:38:38,514 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-689b3ba7-e172-4e7c-9fae-06545e6fb6c8', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/b5b99321-6932-44a5-b369-f34b73e93428'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server
server1, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft9.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:'': {{{
2026-07-09 13:38:38,518 87061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:38:38,518 87061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:38:38,629 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.109s
2026-07-09 13:38:38,629 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1998475135", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJkmfu+mJfkQ4d2pds6iQS0i7w0PGZiWXVXXJSZiw9KtWW7U0jZvSjBRuoOqSL4d0iruYPoFLjpT01VZtir+RIO/d359vfdSi4l/mmRouWd4MptzdOY2Vk37BRolo57NQg=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-866413f8-3a28-4c90-bf20-98d72f2a0fe9', 'x-compute-request-id': 'req-866413f8-3a28-4c90-bf20-98d72f2a0fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1998475135", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJkmfu+mJfkQ4d2pds6iQS0i7w0PGZiWXVXXJSZiw9KtWW7U0jZvSjBRuoOqSL4d0iruYPoFLjpT01VZtir+RIO/d359vfdSi4l/mmRouWd4MptzdOY2Vk37BRolo57NQg==", "fingerprint": "bd:64:a3:59:d9:da:46:7f:16:a7:53:c3:b3:0b:ef:45", "user_id": "1b35e299556f4a77b18d8ce954622e0a"}}'
2026-07-09 13:38:38,632 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1998475135 created
2026-07-09 13:38:39,159 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.522s
2026-07-09 13:38:39,159 87061 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--455491562", "description": "tempest-description--196080310"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-0985084e-57e7-47de-8394-e895689073c5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "94766687-5e5b-41e4-ae78-d2f4f8d07dec", "name": "tempest-securitygroup--455491562", "stateful": true, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "description": "tempest-description--196080310", "shared": false, "security_group_rules": [{"id": "4ccbc941-57fd-4916-b1de-12d88332b3b4", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "94766687-5e5b-41e4-ae78-d2f4f8d07dec", "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": 338, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:38Z", "updated_at": "2026-07-09T11:38:38Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}, {"id": "a0112a16-99b6-41aa-bf55-3958d58dc206", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "94766687-5e5b-41e4-ae78-d2f4f8d07dec", "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": 337, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:38Z", "updated_at": "2026-07-09T11:38:38Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}], "tags": [], "created_at": "2026-07-09T11:38:38Z", "updated_at": "2026-07-09T11:38:38Z", "revision_number": 1}}'
2026-07-09 13:38:39,710 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.549s
2026-07-09 13:38:39,711 87061 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": "94766687-5e5b-41e4-ae78-d2f4f8d07dec", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1244f96a-9216-4e67-92ed-85ba6d6e3c30', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "46310544-dfdd-4cba-ac40-b9bfef960ef2", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "94766687-5e5b-41e4-ae78-d2f4f8d07dec", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:39Z", "updated_at": "2026-07-09T11:38:39Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}}'
2026-07-09 13:38:40,258 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.547s
2026-07-09 13:38:40,259 87061 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": "94766687-5e5b-41e4-ae78-d2f4f8d07dec", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c0b0debd-f6cd-4bb8-8e37-160b73c1faaa', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "72360e14-deb0-4445-bcfc-98961dd22a50", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "94766687-5e5b-41e4-ae78-d2f4f8d07dec", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:39Z", "updated_at": "2026-07-09T11:38:39Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}}'
2026-07-09 13:38:40,260 87061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--455491562 created
2026-07-09 13:38:41,326 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 1.066s
2026-07-09 13:38:41,327 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-92824d8e-f04a-498e-a550-d6ed08df6d5e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "d6d62f25-231a-4076-9598-7a06202dd3ec", "tenant_id": "70cc06912d61468cab8fc90e3bde41cf", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "floating_ip_address": "172.24.4.187", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:38:40Z", "updated_at": "2026-07-09T11:38:40Z", "revision_number": 0}}'
2026-07-09 13:38:41,327 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd6d62f25-231a-4076-9598-7a06202dd3ec', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'floating_ip_address': '172.24.4.187', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:40Z', 'updated_at': '2026-07-09T11:38:40Z', 'revision_number': 0, 'ip': '172.24.4.187'} created
2026-07-09 13:38:41,479 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.148s
2026-07-09 13:38:41,479 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2525', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5c5ae16e-aa20-4c4c-890b-d2f1b83d1495', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1b35e299556f4a77b18d8ce954622e0a", "name": "tempest-AttachVolumeNegativeTest-2066566007-project-member", "password_expires_at": null}, "audit_ids": ["0ySLF6eASHyRHX-kfV_Srw"], "expires_at": "2026-07-09T12:38:41.000000Z", "issued_at": "2026-07-09T11:38:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70cc06912d61468cab8fc90e3bde41cf", "name": "tempest-AttachVolumeNegativeTest-2066566007"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/70cc06912d61468cab8fc90e3bde41cf", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:38:41,480 87061 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'a3bfebc6-6be7-433a-a405-12ef99d6eeb5', 'name': 'tempest-AttachVolumeNegativeTest-2146164981-network', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', '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': 44887, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:38:21Z', 'updated_at': '2026-07-09T11:38:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:38:41,480 87061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1998475135', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJkmfu+mJfkQ4d2pds6iQS0i7w0PGZiWXVXXJSZiw9KtWW7U0jZvSjBRuoOqSL4d0iruYPoFLjpT01VZtir+RIO/d359vfdSi4l/mmRouWd4MptzdOY2Vk37BRolo57NQg==', 'fingerprint': 'bd:64:a3:59:d9:da:46:7f:16:a7:53:c3:b3:0b:ef:45', 'user_id': '1b35e299556f4a77b18d8ce954622e0a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDpyPZWUuaI438orBvwxRB/O072YRCS2semKZk3QjmpHX9Uqggo96bs\n6UJG/pHZdmagBwYFK4EEACKhZANiAASZJn7vpiX5EOHdqXbOokEtIu8NDxmYll1V\n1yUmYsPSrVlu1NI2b0owUbqDqki+HdIq7mD6BS46U9NVWbYq/kSDv3d+fb33UouJ\nf5pkaLlneDKbc3TmNlZN+wUaJaOezUI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '94766687-5e5b-41e4-ae78-d2f4f8d07dec', 'name': 'tempest-securitygroup--455491562', 'stateful': True, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'description': 'tempest-description--196080310', 'shared': False, 'security_group_rules': [{'id': '4ccbc941-57fd-4916-b1de-12d88332b3b4', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'security_group_id': '94766687-5e5b-41e4-ae78-d2f4f8d07dec', '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': 338, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:38Z', 'updated_at': '2026-07-09T11:38:38Z', 'revision_number': 0, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf'}, {'id': 'a0112a16-99b6-41aa-bf55-3958d58dc206', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'security_group_id': '94766687-5e5b-41e4-ae78-d2f4f8d07dec', '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': 337, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:38Z', 'updated_at': '2026-07-09T11:38:38Z', 'revision_number': 0, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf'}], 'tags': [], 'created_at': '2026-07-09T11:38:38Z', 'updated_at': '2026-07-09T11:38:38Z', 'revision_number': 1}, 'floating_ip': {'id': 'd6d62f25-231a-4076-9598-7a06202dd3ec', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'floating_ip_address': '172.24.4.187', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:40Z', 'updated_at': '2026-07-09T11:38:40Z', 'revision_number': 0, 'ip': '172.24.4.187'}}
2026-07-09 13:38:41,973 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://192.168.122.95/compute/v2.1/servers 0.491s
2026-07-09 13:38:41,973 87061 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-1362919206", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a3bfebc6-6be7-433a-a405-12ef99d6eeb5"}], "security_groups": [{"name": "tempest-securitygroup--455491562"}], "key_name": "tempest-keypair-1998475135", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-635b2514-f56e-49a1-ab07-9acd2e0b5d02', 'x-compute-request-id': 'req-635b2514-f56e-49a1-ab07-9acd2e0b5d02', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:38:42,033 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1998475135 0.058s
2026-07-09 13:38:42,033 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa6d9044-00aa-4006-a9be-b0d1d6ed7d90', 'x-compute-request-id': 'req-aa6d9044-00aa-4006-a9be-b0d1d6ed7d90', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1998475135'}
Body: b''
2026-07-09 13:38:42,324 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/94766687-5e5b-41e4-ae78-d2f4f8d07dec 0.290s
2026-07-09 13:38:42,325 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b7364aca-2c03-48cf-b801-d63fc3bf2b6a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/94766687-5e5b-41e4-ae78-d2f4f8d07dec'}
Body: b''
2026-07-09 13:38:42,346 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/94766687-5e5b-41e4-ae78-d2f4f8d07dec 0.020s
2026-07-09 13:38:42,347 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e4a76757-b743-4ea1-b34b-49fc6d4b7db5', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/94766687-5e5b-41e4-ae78-d2f4f8d07dec'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 94766687-5e5b-41e4-ae78-d2f4f8d07dec does not exist", "detail": ""}}'
2026-07-09 13:38:42,883 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/d6d62f25-231a-4076-9598-7a06202dd3ec 0.535s
2026-07-09 13:38:42,883 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f2f36b03-68e7-4f1a-b960-37b8e5c7f2f5', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/d6d62f25-231a-4076-9598-7a06202dd3ec'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server
server, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft9.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:'': {{{
2026-07-09 13:38:42,887 87061 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:38:42,887 87061 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:38:42,997 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.108s
2026-07-09 13:38:42,997 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-393583343", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFIJMHwC7eaOwqj9fXgJPyt8qX2Yimr/5CsCJIh/GGaQY3RZHrp7ogj592MjIoUiAdtYUui364FRv+cbpeeU5DgB/q5i1JXSfIcnbAU1qVy4fAepGzScfxvuuzDoQ2ThUA=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2463919a-8ed5-4061-9451-13c1882ae71d', 'x-compute-request-id': 'req-2463919a-8ed5-4061-9451-13c1882ae71d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-393583343", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFIJMHwC7eaOwqj9fXgJPyt8qX2Yimr/5CsCJIh/GGaQY3RZHrp7ogj592MjIoUiAdtYUui364FRv+cbpeeU5DgB/q5i1JXSfIcnbAU1qVy4fAepGzScfxvuuzDoQ2ThUA==", "fingerprint": "81:d2:cd:f0:da:b8:05:27:e9:3d:75:e1:6b:11:20:d0", "user_id": "1b35e299556f4a77b18d8ce954622e0a"}}'
2026-07-09 13:38:42,999 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-393583343 created
2026-07-09 13:38:43,445 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.445s
2026-07-09 13:38:43,445 87061 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--850612707", "description": "tempest-description--265719274"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-74390513-6840-4586-a87d-e616e6ff1da8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "bfa8737d-9ec2-42f0-a0f5-c5911d1962ac", "name": "tempest-securitygroup--850612707", "stateful": true, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "description": "tempest-description--265719274", "shared": false, "security_group_rules": [{"id": "8a1f2386-285e-4d43-857c-e4ea291b17fd", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "bfa8737d-9ec2-42f0-a0f5-c5911d1962ac", "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": 344, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:43Z", "updated_at": "2026-07-09T11:38:43Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}, {"id": "9cde5ea3-7819-442e-850a-f010f556bdac", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "bfa8737d-9ec2-42f0-a0f5-c5911d1962ac", "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": 345, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:43Z", "updated_at": "2026-07-09T11:38:43Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}], "tags": [], "created_at": "2026-07-09T11:38:43Z", "updated_at": "2026-07-09T11:38:43Z", "revision_number": 1}}'
2026-07-09 13:38:43,776 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.330s
2026-07-09 13:38:43,777 87061 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": "bfa8737d-9ec2-42f0-a0f5-c5911d1962ac", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-407097e6-88a6-4815-b21f-fc7af3643500', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e7a768a0-c051-4f2c-a5a3-56f5a7a3e63d", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "bfa8737d-9ec2-42f0-a0f5-c5911d1962ac", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:43Z", "updated_at": "2026-07-09T11:38:43Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}}'
2026-07-09 13:38:44,130 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.352s
2026-07-09 13:38:44,130 87061 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": "bfa8737d-9ec2-42f0-a0f5-c5911d1962ac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f8ce65d9-be42-45d2-8c69-73a4a51366be', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "078b2505-d3cc-493d-83aa-8c8efa87eba9", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "security_group_id": "bfa8737d-9ec2-42f0-a0f5-c5911d1962ac", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:38:43Z", "updated_at": "2026-07-09T11:38:43Z", "revision_number": 0, "tenant_id": "70cc06912d61468cab8fc90e3bde41cf"}}'
2026-07-09 13:38:44,131 87061 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--850612707 created
2026-07-09 13:38:45,455 87061 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 1.322s
2026-07-09 13:38:45,455 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f07fa9d4-cf5a-43d2-a489-28b4179f9aab', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "b86bd8b1-9bdb-4fa3-a174-8f5b52a17031", "tenant_id": "70cc06912d61468cab8fc90e3bde41cf", "project_id": "70cc06912d61468cab8fc90e3bde41cf", "floating_ip_address": "172.24.4.68", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:38:44Z", "updated_at": "2026-07-09T11:38:44Z", "revision_number": 0}}'
2026-07-09 13:38:45,456 87061 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b86bd8b1-9bdb-4fa3-a174-8f5b52a17031', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'floating_ip_address': '172.24.4.68', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:44Z', 'updated_at': '2026-07-09T11:38:44Z', 'revision_number': 0, 'ip': '172.24.4.68'} created
2026-07-09 13:38:45,568 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.104s
2026-07-09 13:38:45,568 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2525', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-85292d4e-73a6-4cb2-9b44-4722d9ecbe1b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1b35e299556f4a77b18d8ce954622e0a", "name": "tempest-AttachVolumeNegativeTest-2066566007-project-member", "password_expires_at": null}, "audit_ids": ["YzvbDe5gTby7hvif8PJDeQ"], "expires_at": "2026-07-09T12:38:45.000000Z", "issued_at": "2026-07-09T11:38:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "70cc06912d61468cab8fc90e3bde41cf", "name": "tempest-AttachVolumeNegativeTest-2066566007"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/70cc06912d61468cab8fc90e3bde41cf", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:38:45,570 87061 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'a3bfebc6-6be7-433a-a405-12ef99d6eeb5', 'name': 'tempest-AttachVolumeNegativeTest-2146164981-network', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', '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': 44887, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:38:21Z', 'updated_at': '2026-07-09T11:38:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:38:45,571 87061 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-393583343', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFIJMHwC7eaOwqj9fXgJPyt8qX2Yimr/5CsCJIh/GGaQY3RZHrp7ogj592MjIoUiAdtYUui364FRv+cbpeeU5DgB/q5i1JXSfIcnbAU1qVy4fAepGzScfxvuuzDoQ2ThUA==', 'fingerprint': '81:d2:cd:f0:da:b8:05:27:e9:3d:75:e1:6b:11:20:d0', 'user_id': '1b35e299556f4a77b18d8ce954622e0a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCAlnJonfSy1Pw2FDF4qPKgjtEqkTshP3m9LE+O76d4LqKY5bp+Tdj/\najPey8f8krGgBwYFK4EEACKhZANiAARSCTB8Au3mjsKo/X14CT8rfKl9mIpq/+Qr\nAiSIfxhmkGN0WR66e6II+fdjIyKFIgHbWFLot+uBUb/nG6XnlOQ4Af6uYtSV0nyH\nJ2wFNalcuHwHqRs0nH8b7rsw6ENk4VA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bfa8737d-9ec2-42f0-a0f5-c5911d1962ac', 'name': 'tempest-securitygroup--850612707', 'stateful': True, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'description': 'tempest-description--265719274', 'shared': False, 'security_group_rules': [{'id': '8a1f2386-285e-4d43-857c-e4ea291b17fd', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'security_group_id': 'bfa8737d-9ec2-42f0-a0f5-c5911d1962ac', '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': 344, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:43Z', 'updated_at': '2026-07-09T11:38:43Z', 'revision_number': 0, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf'}, {'id': '9cde5ea3-7819-442e-850a-f010f556bdac', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'security_group_id': 'bfa8737d-9ec2-42f0-a0f5-c5911d1962ac', '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': 345, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:43Z', 'updated_at': '2026-07-09T11:38:43Z', 'revision_number': 0, 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf'}], 'tags': [], 'created_at': '2026-07-09T11:38:43Z', 'updated_at': '2026-07-09T11:38:43Z', 'revision_number': 1}, 'floating_ip': {'id': 'b86bd8b1-9bdb-4fa3-a174-8f5b52a17031', 'tenant_id': '70cc06912d61468cab8fc90e3bde41cf', 'project_id': '70cc06912d61468cab8fc90e3bde41cf', 'floating_ip_address': '172.24.4.68', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:38:44Z', 'updated_at': '2026-07-09T11:38:44Z', 'revision_number': 0, 'ip': '172.24.4.68'}}
2026-07-09 13:38:46,319 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://192.168.122.95/compute/v2.1/servers 0.747s
2026-07-09 13:38:46,319 87061 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-1443703601", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a3bfebc6-6be7-433a-a405-12ef99d6eeb5"}], "security_groups": [{"name": "tempest-securitygroup--850612707"}], "key_name": "tempest-keypair-393583343", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-408b4124-8567-4531-9ea0-1e8a6ec61ca0', 'x-compute-request-id': 'req-408b4124-8567-4531-9ea0-1e8a6ec61ca0', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:38:46,320 87061 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
2026-07-09 13:38:46,406 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-393583343 0.084s
2026-07-09 13:38:46,406 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c6bcd65-cd0a-4261-94e5-7cfa8ec81084', 'x-compute-request-id': 'req-8c6bcd65-cd0a-4261-94e5-7cfa8ec81084', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-393583343'}
Body: b''
2026-07-09 13:38:46,948 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/bfa8737d-9ec2-42f0-a0f5-c5911d1962ac 0.538s
2026-07-09 13:38:46,948 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-c18b0316-c5ea-4b7f-aaaa-b9cb7d890397', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/bfa8737d-9ec2-42f0-a0f5-c5911d1962ac'}
Body: b''
2026-07-09 13:38:46,985 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/bfa8737d-9ec2-42f0-a0f5-c5911d1962ac 0.035s
2026-07-09 13:38:46,985 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-acb66e70-1409-41af-b21d-d6031ca3d862', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/bfa8737d-9ec2-42f0-a0f5-c5911d1962ac'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group bfa8737d-9ec2-42f0-a0f5-c5911d1962ac does not exist", "detail": ""}}'
2026-07-09 13:38:47,610 87061 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/b86bd8b1-9bdb-4fa3-a174-8f5b52a17031 0.624s
2026-07-09 13:38:47,610 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-6e9e3977-5cae-4f90-b932-95a1ea24efe0', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/b86bd8b1-9bdb-4fa3-a174-8f5b52a17031'}
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 31, in test_delete_attached_volume
server, validation_resources = self._create_server()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 58, in _create_server
server = self.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/compute/base.py", line 257, in create_test_server
body, servers = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft10.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:41:54,297 87065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.141s
2026-07-09 13:41:54,298 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2511', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2494c377-09d3-4a48-ba5d-27ba81e1fbc4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c6fd5ca08b274ee881c53e4d892b8b73", "name": "tempest-VolumesActionsTest-253186321-project-member", "password_expires_at": null}, "audit_ids": ["yjk0FiZxQMCFbfS9t-UxYA"], "expires_at": "2026-07-09T12:41:54.000000Z", "issued_at": "2026-07-09T11:41:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2bbfada4d4ec44d8acd2cc61690728e9", "name": "tempest-VolumesActionsTest-253186321"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/2bbfada4d4ec44d8acd2cc61690728e9", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:41:54,298 87065 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '04edf37d-b761-496a-a8b7-f9e6e640dd10', 'name': 'tempest-VolumesActionsTest-1880104766-network', 'tenant_id': '2bbfada4d4ec44d8acd2cc61690728e9', 'project_id': '2bbfada4d4ec44d8acd2cc61690728e9', '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': 42569, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:41:29Z', 'updated_at': '2026-07-09T11:41:29Z', 'revision_number': 1} available for tenant
2026-07-09 13:41:54,888 87065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://192.168.122.95/compute/v2.1/servers 0.588s
2026-07-09 13:41:54,888 87065 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-1066679617", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "networks": [{"uuid": "04edf37d-b761-496a-a8b7-f9e6e640dd10"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-76168144-0a51-404b-ba28-d30237cdc7d5', 'x-compute-request-id': 'req-76168144-0a51-404b-ba28-d30237cdc7d5', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume
server_id = self.create_server()['id']
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt10.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt10.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt10.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt10.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt10.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 4 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
fail
ft11.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:43:38,049 87065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.088s
2026-07-09 13:43:38,051 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2511', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-228c9e21-3dd9-456a-ab55-7598ebdd4e3b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "56367765aa944d0da9174e79b317a7f2", "name": "tempest-VolumesActionsTest-884075327-project-member", "password_expires_at": null}, "audit_ids": ["boUDp-IWRgGZSOODlcMbfQ"], "expires_at": "2026-07-09T12:43:38.000000Z", "issued_at": "2026-07-09T11:43:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8ebb9098baf4c06807e563a1abfe4c0", "name": "tempest-VolumesActionsTest-884075327"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/c8ebb9098baf4c06807e563a1abfe4c0", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:43:38,052 87065 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '81a7c8f4-e7a4-4218-b9c0-fede1e542654', 'name': 'tempest-VolumesActionsTest-492147359-network', 'tenant_id': 'c8ebb9098baf4c06807e563a1abfe4c0', 'project_id': 'c8ebb9098baf4c06807e563a1abfe4c0', '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': 10256, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:43:21Z', 'updated_at': '2026-07-09T11:43:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:43:38,432 87065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 POST http://192.168.122.95/compute/v2.1/servers 0.379s
2026-07-09 13:43:38,433 87065 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-1065668093", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "networks": [{"uuid": "81a7c8f4-e7a4-4218-b9c0-fede1e542654"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-aa5b749a-59b6-497e-b05c-94e2f58f5c84', 'x-compute-request-id': 'req-aa5b749a-59b6-497e-b05c-94e2f58f5c84', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance
server = self.create_server()
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
fail
ft11.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:43:38,583 87065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.139s
2026-07-09 13:43:38,583 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2511', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2d16852d-fde7-4dc9-87c1-38a270bbbc42', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "56367765aa944d0da9174e79b317a7f2", "name": "tempest-VolumesActionsTest-884075327-project-member", "password_expires_at": null}, "audit_ids": ["v7FEocSmTJqsCSwbNTH24Q"], "expires_at": "2026-07-09T12:43:38.000000Z", "issued_at": "2026-07-09T11:43:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c8ebb9098baf4c06807e563a1abfe4c0", "name": "tempest-VolumesActionsTest-884075327"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/c8ebb9098baf4c06807e563a1abfe4c0", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:43:38,584 87065 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '81a7c8f4-e7a4-4218-b9c0-fede1e542654', 'name': 'tempest-VolumesActionsTest-492147359-network', 'tenant_id': 'c8ebb9098baf4c06807e563a1abfe4c0', 'project_id': 'c8ebb9098baf4c06807e563a1abfe4c0', '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': 10256, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:43:21Z', 'updated_at': '2026-07-09T11:43:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:43:38,885 87065 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 POST http://192.168.122.95/compute/v2.1/servers 0.300s
2026-07-09 13:43:38,885 87065 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-501868290", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "networks": [{"uuid": "81a7c8f4-e7a4-4218-b9c0-fede1e542654"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-4f1e2f5c-07f5-4904-bb33-7735d87ff76b', 'x-compute-request-id': 'req-4f1e2f5c-07f5-4904-bb33-7735d87ff76b', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment
server = self.create_server()
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt11.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt11.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt11.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt11.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 31 | 1 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
fail
ft12.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:40:55,769 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.054s
2026-07-09 13:40:55,770 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:40:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2513', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ef6ddc47-5029-4fc2-b515-a4764c39bc20', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eb058e30b5484322afc22be995d52eca", "name": "tempest-VolumesNegativeTest-414796220-project-member", "password_expires_at": null}, "audit_ids": ["HoLWG_o4RX6Qy0N7RSP_Wg"], "expires_at": "2026-07-09T12:40:55.000000Z", "issued_at": "2026-07-09T11:40:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5359f36f60394971922a3e64eb13addb", "name": "tempest-VolumesNegativeTest-414796220"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/5359f36f60394971922a3e64eb13addb", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:40:55,770 87061 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant
2026-07-09 13:40:56,280 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 202 POST http://192.168.122.95/compute/v2.1/servers 0.506s
2026-07-09 13:40:56,280 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-2141330989", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:40:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d9ddd24-2d69-4a3a-97d4-ca80b6aa3c1c', 'x-compute-request-id': 'req-2d9ddd24-2d69-4a3a-97d4-ca80b6aa3c1c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"server": {"id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "kkVbLZKs8UYX"}}'
2026-07-09 13:40:56,781 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.498s
2026-07-09 13:40:56,781 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:40:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bcbd23e-5e70-4358-9409-fa2ed650ddbe', 'x-compute-request-id': 'req-5bcbd23e-5e70-4358-9409-fa2ed650ddbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:40:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:40:58,018 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.221s
2026-07-09 13:40:58,019 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:40:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7677368-d628-4c27-adbe-2e1148c2ca35', 'x-compute-request-id': 'req-c7677368-d628-4c27-adbe-2e1148c2ca35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:40:57Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:40:59,308 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.275s
2026-07-09 13:40:59,309 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:40:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1221', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25983428-bb2b-4598-ba6a-10a6a92e802a', 'x-compute-request-id': 'req-25983428-bb2b-4598-ba6a-10a6a92e802a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:40:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:40:59,323 87061 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-07-09 13:41:00,580 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.255s
2026-07-09 13:41:00,580 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:00 GMT', 'server': 'Apache/2.4.58 (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-eee936b6-2c72-4056-84b1-ce165a4d7d74', 'x-compute-request-id': 'req-eee936b6-2c72-4056-84b1-ce165a4d7d74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:02,127 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.534s
2026-07-09 13:41:02,127 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:01 GMT', 'server': 'Apache/2.4.58 (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-7d6d2969-b817-4781-b2c8-b451f9e38640', 'x-compute-request-id': 'req-7d6d2969-b817-4781-b2c8-b451f9e38640', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:03,395 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.253s
2026-07-09 13:41:03,395 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-866e9ee6-8466-4c49-9c78-2d3ffc525d90', 'x-compute-request-id': 'req-866e9ee6-8466-4c49-9c78-2d3ffc525d90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:02Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:03,410 87061 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-07-09 13:41:04,616 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.205s
2026-07-09 13:41:04,617 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-522b85e2-ab45-41ae-be3f-3b5c1881eebe', 'x-compute-request-id': 'req-522b85e2-ab45-41ae-be3f-3b5c1881eebe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:04,630 87061 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-07-09 13:41:05,829 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.196s
2026-07-09 13:41:05,829 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09f43829-feb3-4a24-af7f-58bcaf070da8', 'x-compute-request-id': 'req-09f43829-feb3-4a24-af7f-58bcaf070da8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:09,219 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 2.377s
2026-07-09 13:41:09,219 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:06 GMT', 'server': 'Apache/2.4.58 (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-e4b61fa0-42ef-4e8f-9a6f-cbcdc0399241', 'x-compute-request-id': 'req-e4b61fa0-42ef-4e8f-9a6f-cbcdc0399241', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:10,628 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.395s
2026-07-09 13:41:10,628 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:10 GMT', 'server': 'Apache/2.4.58 (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-590a2575-f2f0-4a79-b287-764b2d9da6ee', 'x-compute-request-id': 'req-590a2575-f2f0-4a79-b287-764b2d9da6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:12,032 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.388s
2026-07-09 13:41:12,032 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:11 GMT', 'server': 'Apache/2.4.58 (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-61014c0e-a96d-40d3-b83e-16d9351263d7', 'x-compute-request-id': 'req-61014c0e-a96d-40d3-b83e-16d9351263d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:13,298 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.250s
2026-07-09 13:41:13,298 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:13 GMT', 'server': 'Apache/2.4.58 (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-80e0081a-c25e-4acc-9237-e34e36b563e9', 'x-compute-request-id': 'req-80e0081a-c25e-4acc-9237-e34e36b563e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:14,940 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.629s
2026-07-09 13:41:14,941 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:14 GMT', 'server': 'Apache/2.4.58 (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-b9a79738-7469-4be6-809b-b11767187baf', 'x-compute-request-id': 'req-b9a79738-7469-4be6-809b-b11767187baf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:16,256 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.298s
2026-07-09 13:41:16,257 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-787bd8ff-3dcc-46eb-9f16-02a47b96c328', 'x-compute-request-id': 'req-787bd8ff-3dcc-46eb-9f16-02a47b96c328', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "e42747f11d5b336567f837a6371803c28bf20c65a9e8c01478cd2b51", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:14Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:17,969 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.696s
2026-07-09 13:41:17,970 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f398640-e99a-41b6-a6a4-d92d8ac58374', 'x-compute-request-id': 'req-4f398640-e99a-41b6-a6a4-d92d8ac58374', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:19,587 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.602s
2026-07-09 13:41:19,587 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-454c23a9-6f64-4609-82db-d146912f9437', 'x-compute-request-id': 'req-454c23a9-6f64-4609-82db-d146912f9437', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:20,792 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.191s
2026-07-09 13:41:20,792 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cceaf895-a29c-4ed3-acc7-31a62f911ec4', 'x-compute-request-id': 'req-cceaf895-a29c-4ed3-acc7-31a62f911ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:22,030 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.222s
2026-07-09 13:41:22,031 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c929101-5c68-4abd-b4e2-c165649c7536', 'x-compute-request-id': 'req-4c929101-5c68-4abd-b4e2-c165649c7536', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "BUILD", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:17Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:23,296 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.250s
2026-07-09 13:41:23,297 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1417', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fe543c9-d4dd-43dd-a5e5-1099b3b1b5bf', 'x-compute-request-id': 'req-4fe543c9-d4dd-43dd-a5e5-1099b3b1b5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:40:56Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/flavors/42"}]}, "hostId": "", "id": "7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d", "image": {"id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "links": [{"rel": "bookmark", "href": "http://192.168.122.95/compute/images/f6b3aee6-df20-46d9-be8e-a666eb1e0ff2"}]}, "links": [{"rel": "self", "href": "http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}, {"rel": "bookmark", "href": "http://192.168.122.95/compute/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-2141330989", "status": "ERROR", "tenant_id": "5359f36f60394971922a3e64eb13addb", "user_id": "eb058e30b5484322afc22be995d52eca", "updated": "2026-07-09T11:41:23Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-07-09T11:41:23Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:41:23,311 87061 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 27 second wait
2026-07-09 13:41:25,041 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 204 DELETE http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 1.729s
2026-07-09 13:41:25,042 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37f39526-c271-44a8-b803-29f1097222fb', 'x-compute-request-id': 'req-37f39526-c271-44a8-b803-29f1097222fb', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b''
2026-07-09 13:41:25,109 87061 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 404 GET http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d 0.066s
2026-07-09 13:41:25,109 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-549453c7-64eb-424f-aaf9-8b760feb4657', 'x-compute-request-id': 'req-549453c7-64eb-424f-aaf9-8b760feb4657', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/compute/v2.1/servers/7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 188, in test_attach_volumes_with_nonexistent_volume_id
server = self.create_server()
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-07-09T11:41:23Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 7b96ab56-ebf1-49b3-b3f1-54f40d2aa72d.'}. Request ID of server operation performed before checking the server status req-2d9ddd24-2d69-4a3a-97d4-ca80b6aa3c1c.
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt12.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt12.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt12.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt12.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt12.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt12.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt12.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt12.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt12.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt12.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt12.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt12.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt12.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt12.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt12.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt12.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt12.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt12.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt12.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt12.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt12.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt12.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt12.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt12.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt12.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt12.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt12.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt12.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt12.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt12.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt12.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| 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
ft13.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:'': {{{
2026-07-09 13:45:29,341 87065 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806 on backend None
2026-07-09 13:45:29,518 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.95/volume/v3/types 0.177s
2026-07-09 13:45:29,519 87065 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-1058779444-1742861806", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e70090d-a504-4380-981a-53b2d87ecea7', 'content-length': '269', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e70090d-a504-4380-981a-53b2d87ecea7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/types'}
Body: b'{"volume_type": {"id": "5e4d0e87-062f-4888-96cb-8cd18f3ff2fd", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-07-09 13:45:29,522 87065 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
2026-07-09 13:45:30,434 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.95/image/v2/images 0.909s
2026-07-09 13:45:30,434 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--1046990585", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-fd191fad-5777-4e85-813d-4f199e8e096e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--1046990585", "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": "3db7cd5736224e2081358d38f529489f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0a42ca46-74b7-4b53-a867-d1e02059efd8", "created_at": "2026-07-09T11:45:30Z", "updated_at": "2026-07-09T11:45:30Z", "tags": [], "self": "/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8", "file": "/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8/file", "schema": "/v2/schemas/image"}'
2026-07-09 13:45:32,157 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 204 PUT http://192.168.122.95/image/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8/file 1.720s
2026-07-09 13:45:32,157 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x723ef487d210>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d62b09ee-c5ce-4a42-b429-b3931a3cc4cf', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/image/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8/file'}
Body: b''
2026-07-09 13:45:32,158 87065 DEBUG [tempest.scenario.manager] image:0a42ca46-74b7-4b53-a867-d1e02059efd8
2026-07-09 13:45:32,242 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.081s
2026-07-09 13:45:32,242 87065 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-1933667639", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIW/hEhEmORo7XQaUwcpunI1rLKr2vPY5JTPgaRgtObAAboGlYWJ3Za8nv5HD0ZLY2rBIrbLhAeyuBy8C9ggDeSRb9xrKzzqA3nRQFFuPWN2XH4GQcwj/8MMPd5egS2sOg=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '424', '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-ffbeed4f-9900-44ff-9def-695fff30141f', 'x-compute-request-id': 'req-ffbeed4f-9900-44ff-9def-695fff30141f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-1933667639", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIW/hEhEmORo7XQaUwcpunI1rLKr2vPY5JTPgaRgtObAAboGlYWJ3Za8nv5HD0ZLY2rBIrbLhAeyuBy8C9ggDeSRb9xrKzzqA3nRQFFuPWN2XH4GQcwj/8MMPd5egS2sOg==", "fingerprint": "e9:10:47:4e:7e:e7:98:c9:99:6d:0e:73:2b:38:3a:99", "user_id": "d681753cad9d48c0850bc0038fca6d08"}}'
2026-07-09 13:45:32,296 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/compute/v2.1/os-availability-zone/detail 0.051s
2026-07-09 13:45:32,296 87065 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, 09 Jul 2026 11:45:32 GMT', 'server': 'Apache/2.4.58 (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-724d05c5-5430-4b8a-9196-745d4c380bfb', 'x-compute-request-id': 'req-724d05c5-5430-4b8a-9196-745d4c380bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/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": "2026-07-09T11:43:54.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2026-07-09T11:45:32.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"devstack": {"nova-compute": {"available": true, "active": true, "updated_at": "2026-07-09T11:45:30.000000"}}}}]}'
2026-07-09 13:45:32,301 87065 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-341139620-1759687287 on backend None
2026-07-09 13:45:32,352 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.95/volume/v3/types 0.048s
2026-07-09 13:45:32,352 87065 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-341139620-1759687287", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a448f0-a0a6-4261-af17-c46d227fe451', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a448f0-a0a6-4261-af17-c46d227fe451', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/types'}
Body: b'{"volume_type": {"id": "1d8b3ace-f422-4a7d-93af-3155007bba06", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-341139620-1759687287", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-07-09 13:45:32,355 87065 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-687532265-1607209902 on backend None
2026-07-09 13:45:32,410 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.95/volume/v3/types 0.054s
2026-07-09 13:45:32,410 87065 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-687532265-1607209902", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b44c50-1d1d-4688-a4d3-89f7d583d0c2', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b44c50-1d1d-4688-a4d3-89f7d583d0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/types'}
Body: b'{"volume_type": {"id": "185ce730-11cf-44ce-8717-4051e5c57332", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-687532265-1607209902", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-07-09 13:45:32,412 87065 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'devstack'}]:
2026-07-09 13:45:32,778 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.95/volume/v3/volumes 0.365s
2026-07-09 13:45:32,779 87065 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-714623483", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-341139620-1759687287", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf3b2fd6-ef8a-4504-89f5-6892a3baa9af', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf3b2fd6-ef8a-4504-89f5-6892a3baa9af', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "ae0bffd5-8d59-42b2-b62b-3ea8ad31e157", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:32.649142", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-714623483", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-341139620-1759687287", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:45:33,290 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.95/volume/v3/volumes 0.501s
2026-07-09 13:45:33,290 87065 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-173785202", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-687532265-1607209902", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511ad0f0-89ee-4502-9cd5-d3a7f5506037', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511ad0f0-89ee-4502-9cd5-d3a7f5506037', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "7ff688de-1ebf-488b-ab96-8e47c7286658", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:33.066076", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-173785202", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-687532265-1607209902", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:45:33,334 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/image/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8 0.032s
2026-07-09 13:45:33,335 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ef79ab5c-64a0-45b5-bf89-9ff5bca3caf6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/image/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8'}
Body: b'{"name": "tempest-scenario-img--1046990585", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "3db7cd5736224e2081358d38f529489f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "0a42ca46-74b7-4b53-a867-d1e02059efd8", "created_at": "2026-07-09T11:45:30Z", "updated_at": "2026-07-09T11:45:32Z", "tags": [], "self": "/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8", "file": "/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8/file", "schema": "/v2/schemas/image"}'
2026-07-09 13:45:34,086 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.95/volume/v3/volumes 0.750s
2026-07-09 13:45:34,086 87065 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-791611279", "snapshot_id": null, "imageRef": "0a42ca46-74b7-4b53-a867-d1e02059efd8", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62a961c1-8272-4cb4-9372-f0970db7127b', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62a961c1-8272-4cb4-9372-f0970db7127b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:33.942681", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:45:34,177 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.077s
2026-07-09 13:45:34,178 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac5f2f29-a850-4f38-9319-797c9c9d79ff', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac5f2f29-a850-4f38-9319-797c9c9d79ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:35,300 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.111s
2026-07-09 13:45:35,301 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7198c6ff-1693-4d35-a884-a04a01658ead', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7198c6ff-1693-4d35-a884-a04a01658ead', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:36,397 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.081s
2026-07-09 13:45:36,397 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4be684a-605a-4aff-8544-3fcd5de28a55', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4be684a-605a-4aff-8544-3fcd5de28a55', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:37,484 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.074s
2026-07-09 13:45:37,485 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d35ce7e-c707-422d-908e-234a581c9731', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d35ce7e-c707-422d-908e-234a581c9731', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:38,662 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.165s
2026-07-09 13:45:38,663 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a389898-077e-4e6a-aab3-29620109ecbe', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a389898-077e-4e6a-aab3-29620109ecbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:39,844 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.166s
2026-07-09 13:45:39,845 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e515be2e-ac61-4909-9fa5-b2de874aac63', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e515be2e-ac61-4909-9fa5-b2de874aac63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:41,049 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.187s
2026-07-09 13:45:41,050 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-839d6872-193a-4408-ae99-933bd02892b5', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-839d6872-193a-4408-ae99-933bd02892b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:42,226 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.161s
2026-07-09 13:45:42,226 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9414cff7-5b61-4e38-a34e-c5d02131f3f0', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9414cff7-5b61-4e38-a34e-c5d02131f3f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:43,294 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.056s
2026-07-09 13:45:43,294 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b81b289d-f0f0-495b-b2a8-55df6bf7859e', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81b289d-f0f0-495b-b2a8-55df6bf7859e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:44,347 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.042s
2026-07-09 13:45:44,347 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e20a62-b11e-45a8-8c68-5d4074a3c91b', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e20a62-b11e-45a8-8c68-5d4074a3c91b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:45,403 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.044s
2026-07-09 13:45:45,403 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e5698e-6692-435c-bbb1-c57cb8c546b2', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e5698e-6692-435c-bbb1-c57cb8c546b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:46,467 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.053s
2026-07-09 13:45:46,467 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f859121d-b98f-412a-93c2-7f87f93ba1ab', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f859121d-b98f-412a-93c2-7f87f93ba1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:47,527 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.046s
2026-07-09 13:45:47,528 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd664198-8790-47b0-834c-59327141a362', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd664198-8790-47b0-834c-59327141a362', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:48,593 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.053s
2026-07-09 13:45:48,593 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5596aafb-4296-4433-8190-a37965f5b501', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5596aafb-4296-4433-8190-a37965f5b501', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:49,659 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.053s
2026-07-09 13:45:49,660 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adfdfcf6-a3f8-4b27-95b7-43612ee5faa6', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adfdfcf6-a3f8-4b27-95b7-43612ee5faa6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:50,724 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.053s
2026-07-09 13:45:50,725 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc50fd2-f429-4e28-adac-65e9e69ac667', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc50fd2-f429-4e28-adac-65e9e69ac667', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:34.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:51,783 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.048s
2026-07-09 13:45:51,784 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d018422f-b177-486a-b8c3-2df4ec84d2c4', 'content-length': '1002', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d018422f-b177-486a-b8c3-2df4ec84d2c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:51.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:52,869 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.074s
2026-07-09 13:45:52,870 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56e8a75-09c4-4270-a00f-ec7c592bbea7', 'content-length': '1005', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56e8a75-09c4-4270-a00f-ec7c592bbea7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:52.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:53,941 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.060s
2026-07-09 13:45:53,942 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f4af97-52d1-4ea2-b890-8c2fbc061b96', 'content-length': '1005', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f4af97-52d1-4ea2-b890-8c2fbc061b96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:52.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:55,062 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.107s
2026-07-09 13:45:55,062 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0878da85-eadc-4076-a406-6c72d3e59816', 'content-length': '1005', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0878da85-eadc-4076-a406-6c72d3e59816', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:52.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:56,143 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.068s
2026-07-09 13:45:56,145 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec942daa-389f-4d30-bed3-061d4071a72e', 'content-length': '1005', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec942daa-389f-4d30-bed3-061d4071a72e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:52.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:57,225 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.064s
2026-07-09 13:45:57,225 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09def7cc-1514-4220-899f-ed5300252999', 'content-length': '1005', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09def7cc-1514-4220-899f-ed5300252999', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:52.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:58,324 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.082s
2026-07-09 13:45:58,325 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53c1d206-f928-437a-85f4-204bdd504226', 'content-length': '1005', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53c1d206-f928-437a-85f4-204bdd504226', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:52.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:59,392 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.054s
2026-07-09 13:45:59,392 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6159e4bb-aff8-4e79-90ed-1efcfa78bd80', 'content-length': '1257', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6159e4bb-aff8-4e79-90ed-1efcfa78bd80', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:45:59.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "0a42ca46-74b7-4b53-a867-d1e02059efd8", "image_name": "tempest-scenario-img--1046990585", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:45:59,403 87065 INFO [tempest.common.waiters] volume 6a85e347-5242-4563-a77e-b3d07a77c946 reached available after waiting for 25.403925 seconds
2026-07-09 13:45:59,542 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.133s
2026-07-09 13:45:59,543 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2537', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-717201f1-576a-4278-9357-a5d797daa374', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d681753cad9d48c0850bc0038fca6d08", "name": "tempest-TestInstancesWithCinderVolumes-1961855644-project-member", "password_expires_at": null}, "audit_ids": ["xOpCUAVNQ6Kxbywy6yVnyw"], "expires_at": "2026-07-09T12:45:59.000000Z", "issued_at": "2026-07-09T11:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3db7cd5736224e2081358d38f529489f", "name": "tempest-TestInstancesWithCinderVolumes-1961855644"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/3db7cd5736224e2081358d38f529489f", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:45:59,543 87065 INFO [tempest.lib.common.fixed_network] (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes) Found network {'id': 'dd4ea203-a9ae-4614-ba60-cbae86081524', 'name': 'tempest-TestInstancesWithCinderVolumes-1258185913-network', 'tenant_id': '3db7cd5736224e2081358d38f529489f', 'project_id': '3db7cd5736224e2081358d38f529489f', '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': 41260, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:45:04Z', 'updated_at': '2026-07-09T11:45:04Z', 'revision_number': 1} available for tenant
2026-07-09 13:46:00,660 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 500 POST http://192.168.122.95/compute/v2.1/servers 1.115s
2026-07-09 13:46:00,661 87065 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: {"server": {"name": "tempest-TestInstancesWithCinderVolumes-server-954224325", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "6a85e347-5242-4563-a77e-b3d07a77c946", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestInstancesWithCinderVolumes-1933667639", "networks": [{"uuid": "dd4ea203-a9ae-4614-ba60-cbae86081524"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-9734a0ad-af69-4206-9da2-edd2631dcfb4', 'x-compute-request-id': 'req-9734a0ad-af69-4206-9da2-edd2631dcfb4', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:46:00,748 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.083s
2026-07-09 13:46:00,748 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25bd8a79-2068-4420-a5ce-1ad43b8e4d4d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b''
2026-07-09 13:46:00,809 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.058s
2026-07-09 13:46:00,810 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84f69f76-419c-48ca-bcbc-a4a2fe1f2687', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84f69f76-419c-48ca-bcbc-a4a2fe1f2687', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:46:01.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "0a42ca46-74b7-4b53-a867-d1e02059efd8", "image_name": "tempest-scenario-img--1046990585", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:46:01,878 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.054s
2026-07-09 13:46:01,879 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-670409b5-142e-439d-a1ca-4a0cabd34f04', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670409b5-142e-439d-a1ca-4a0cabd34f04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:46:01.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "0a42ca46-74b7-4b53-a867-d1e02059efd8", "image_name": "tempest-scenario-img--1046990585", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:46:02,950 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.055s
2026-07-09 13:46:02,950 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26cd92bf-fdca-4a31-81db-71e8ea0a232e', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26cd92bf-fdca-4a31-81db-71e8ea0a232e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"volume": {"id": "6a85e347-5242-4563-a77e-b3d07a77c946", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:34.000000", "updated_at": "2026-07-09T11:46:01.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-791611279", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1058779444-1742861806", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/6a85e347-5242-4563-a77e-b3d07a77c946"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "0a42ca46-74b7-4b53-a867-d1e02059efd8", "image_name": "tempest-scenario-img--1046990585", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:46:04,007 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946 0.043s
2026-07-09 13:46:04,008 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-93e04d24-b225-47b3-92fe-2dca455247d2', 'x-openstack-request-id': 'req-93e04d24-b225-47b3-92fe-2dca455247d2', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/volume/v3/volumes/6a85e347-5242-4563-a77e-b3d07a77c946'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6a85e347-5242-4563-a77e-b3d07a77c946 could not be found."}}'
2026-07-09 13:46:04,093 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658 0.084s
2026-07-09 13:46:04,093 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea424d9a-741c-436c-a5af-dadf7389080c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658'}
Body: b''
2026-07-09 13:46:04,184 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658 0.089s
2026-07-09 13:46:04,184 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030f5f8c-de96-4bcd-b0c1-fcb21dfd542f', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030f5f8c-de96-4bcd-b0c1-fcb21dfd542f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658'}
Body: b'{"volume": {"id": "7ff688de-1ebf-488b-ab96-8e47c7286658", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:33.000000", "updated_at": "2026-07-09T11:46:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-173785202", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-687532265-1607209902", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:46:05,242 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658 0.043s
2026-07-09 13:46:05,242 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-572efc53-561c-434f-88f6-1a719d9b216d', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-572efc53-561c-434f-88f6-1a719d9b216d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658'}
Body: b'{"volume": {"id": "7ff688de-1ebf-488b-ab96-8e47c7286658", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:33.000000", "updated_at": "2026-07-09T11:46:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-173785202", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-687532265-1607209902", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:46:06,291 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658 0.035s
2026-07-09 13:46:06,292 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2a0a2ed-ecb7-46d7-b119-3f6b8df241e1', 'x-openstack-request-id': 'req-f2a0a2ed-ecb7-46d7-b119-3f6b8df241e1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/volume/v3/volumes/7ff688de-1ebf-488b-ab96-8e47c7286658'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7ff688de-1ebf-488b-ab96-8e47c7286658 could not be found."}}'
2026-07-09 13:46:06,380 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157 0.087s
2026-07-09 13:46:06,380 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c54759-34ab-4cc5-a4e8-e58ef83746bf', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157'}
Body: b''
2026-07-09 13:46:06,460 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157 0.079s
2026-07-09 13:46:06,461 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0c3214e-bc3f-4fb0-b1f2-f6253e02c205', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0c3214e-bc3f-4fb0-b1f2-f6253e02c205', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157'}
Body: b'{"volume": {"id": "ae0bffd5-8d59-42b2-b62b-3ea8ad31e157", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:33.000000", "updated_at": "2026-07-09T11:46:06.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-714623483", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-341139620-1759687287", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:46:07,529 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157 0.055s
2026-07-09 13:46:07,529 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f6f7a8-72ae-4047-8a5e-1e276a71cacc', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f6f7a8-72ae-4047-8a5e-1e276a71cacc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157'}
Body: b'{"volume": {"id": "ae0bffd5-8d59-42b2-b62b-3ea8ad31e157", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:33.000000", "updated_at": "2026-07-09T11:46:06.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-714623483", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-341139620-1759687287", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157"}], "user_id": "d681753cad9d48c0850bc0038fca6d08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3db7cd5736224e2081358d38f529489f"}}'
2026-07-09 13:46:08,568 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157 0.023s
2026-07-09 13:46:08,568 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f20c4dc5-d952-4707-9fb4-053d2b434c24', 'x-openstack-request-id': 'req-f20c4dc5-d952-4707-9fb4-053d2b434c24', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/volume/v3/volumes/ae0bffd5-8d59-42b2-b62b-3ea8ad31e157'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume ae0bffd5-8d59-42b2-b62b-3ea8ad31e157 could not be found."}}'
2026-07-09 13:46:08,614 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/detail?all_tenants=1 0.044s
2026-07-09 13:46:08,615 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfe96638-c5fc-4d5b-9cb4-bb659324a705', 'content-length': '3512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfe96638-c5fc-4d5b-9cb4-bb659324a705', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "ab630452-07b6-4adf-9fc9-1c166264c8c2", "status": "available", "size": 2, "availability_zone": "nova", "created_at": "2026-07-09T11:46:02.000000", "updated_at": "2026-07-09T11:46:04.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1594265116", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/ab630452-07b6-4adf-9fc9-1c166264c8c2"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/ab630452-07b6-4adf-9fc9-1c166264c8c2"}], "user_id": "977dede6b7b7499da1cd9dcb764957af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "ef54e2f8e3bc41e7a8a81682cf1c6daa", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}, {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:43:04.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}, {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}]}'
2026-07-09 13:46:08,717 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/types/185ce730-11cf-44ce-8717-4051e5c57332 0.090s
2026-07-09 13:46:08,718 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e7568a-3892-4ce0-8143-a19ab7ca05e1', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/types/185ce730-11cf-44ce-8717-4051e5c57332'}
Body: b''
2026-07-09 13:46:08,772 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/detail?all_tenants=1 0.052s
2026-07-09 13:46:08,772 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c652094d-7554-4387-8710-fed28221fc31', 'content-length': '3512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c652094d-7554-4387-8710-fed28221fc31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "ab630452-07b6-4adf-9fc9-1c166264c8c2", "status": "available", "size": 2, "availability_zone": "nova", "created_at": "2026-07-09T11:46:02.000000", "updated_at": "2026-07-09T11:46:04.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1594265116", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/ab630452-07b6-4adf-9fc9-1c166264c8c2"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/ab630452-07b6-4adf-9fc9-1c166264c8c2"}], "user_id": "977dede6b7b7499da1cd9dcb764957af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "ef54e2f8e3bc41e7a8a81682cf1c6daa", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}, {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:43:04.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}, {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}]}'
2026-07-09 13:46:08,870 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/types/1d8b3ace-f422-4a7d-93af-3155007bba06 0.081s
2026-07-09 13:46:08,871 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03eeb550-5fb0-485a-9e72-6c04afe8640d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/types/1d8b3ace-f422-4a7d-93af-3155007bba06'}
Body: b''
2026-07-09 13:46:08,931 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1933667639 0.059s
2026-07-09 13:46:08,931 87065 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, 09 Jul 2026 11:46:08 GMT', 'server': 'Apache/2.4.58 (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-9b102266-52d6-486f-b403-83d72eea8e29', 'x-compute-request-id': 'req-9b102266-52d6-486f-b403-83d72eea8e29', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1933667639'}
Body: b''
2026-07-09 13:46:09,085 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.95/image/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8 0.152s
2026-07-09 13:46:09,085 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-406a7ea4-3db0-43a7-9670-9dc1b065fb81', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/image/v2/images/0a42ca46-74b7-4b53-a867-d1e02059efd8'}
Body: b''
2026-07-09 13:46:09,232 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/detail?all_tenants=1 0.147s
2026-07-09 13:46:09,233 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1797ea20-87ad-4706-9921-5cab52091b50', 'content-length': '3512', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1797ea20-87ad-4706-9921-5cab52091b50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "ab630452-07b6-4adf-9fc9-1c166264c8c2", "status": "available", "size": 2, "availability_zone": "nova", "created_at": "2026-07-09T11:46:02.000000", "updated_at": "2026-07-09T11:46:04.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1594265116", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/ab630452-07b6-4adf-9fc9-1c166264c8c2"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/ab630452-07b6-4adf-9fc9-1c166264c8c2"}], "user_id": "977dede6b7b7499da1cd9dcb764957af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "ef54e2f8e3bc41e7a8a81682cf1c6daa", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}, {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:43:04.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}, {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}]}'
2026-07-09 13:46:09,359 87065 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/types/5e4d0e87-062f-4888-96cb-8cd18f3ff2fd 0.110s
2026-07-09 13:46:09,359 87065 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df26a4c7-1523-4da2-835e-ad226e5f4cd0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/types/5e4d0e87-062f-4888-96cb-8cd18f3ff2fd'}
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 138, in test_instances_with_cinder_volumes_on_all_compute_nodes
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft14.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:'': {{{
2026-07-09 13:46:45,245 87057 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
2026-07-09 13:46:46,390 87057 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.95/image/v2/images 1.142s
2026-07-09 13:46:46,390 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--1496740275", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/93b1092a-6774-44eb-99cc-840465c64b9d', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-3d2acf3f-4b18-453e-ad94-06b0043b9655', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--1496740275", "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": "6ba7647bc0a3470a8a3121e82e313682", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "93b1092a-6774-44eb-99cc-840465c64b9d", "created_at": "2026-07-09T11:46:46Z", "updated_at": "2026-07-09T11:46:46Z", "tags": [], "self": "/v2/images/93b1092a-6774-44eb-99cc-840465c64b9d", "file": "/v2/images/93b1092a-6774-44eb-99cc-840465c64b9d/file", "schema": "/v2/schemas/image"}'
2026-07-09 13:46:48,196 87057 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://192.168.122.95/image/v2/images/93b1092a-6774-44eb-99cc-840465c64b9d/file 1.805s
2026-07-09 13:46:48,196 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x748d2e60dc60>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-60412ade-775b-404d-b8b3-b50d1b2fc4ec', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/image/v2/images/93b1092a-6774-44eb-99cc-840465c64b9d/file'}
Body: b''
2026-07-09 13:46:48,197 87057 DEBUG [tempest.scenario.manager] image:93b1092a-6774-44eb-99cc-840465c64b9d
2026-07-09 13:46:48,303 87057 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.104s
2026-07-09 13:46:48,305 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-964513927", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJUEdpTFWwpMCh/gWILJYWB0qM1QdRHhC3pqStfKseybbc2re3fPCa/qFuCNuLdId+IC2z8MQtVevKzTsHWbsgR8S1z1UAHye11y82at9pY1XgWq/TmasZvEdJowPdBpLw=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a39dbe52-9302-4339-93ea-808fc1e156ba', 'x-compute-request-id': 'req-a39dbe52-9302-4339-93ea-808fc1e156ba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-964513927", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJUEdpTFWwpMCh/gWILJYWB0qM1QdRHhC3pqStfKseybbc2re3fPCa/qFuCNuLdId+IC2z8MQtVevKzTsHWbsgR8S1z1UAHye11y82at9pY1XgWq/TmasZvEdJowPdBpLw==", "fingerprint": "aa:fa:d7:35:d8:e3:ef:17:1d:34:a6:cf:ca:87:cd:9a", "user_id": "955a5f4783404afcbc8d9cbefe82cf30"}}'
2026-07-09 13:46:48,406 87057 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.092s
2026-07-09 13:46:48,406 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2523', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d647acbf-5485-4631-896e-77d6e7d3dffc', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "955a5f4783404afcbc8d9cbefe82cf30", "name": "tempest-TestMinimumBasicScenario-400816318-project-member", "password_expires_at": null}, "audit_ids": ["4Afb1Dg6SAyWHz5897ifDw"], "expires_at": "2026-07-09T12:46:48.000000Z", "issued_at": "2026-07-09T11:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ba7647bc0a3470a8a3121e82e313682", "name": "tempest-TestMinimumBasicScenario-400816318"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/6ba7647bc0a3470a8a3121e82e313682", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:46:48,408 87057 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '2e6f793e-e269-40ae-bb10-9276aa249f78', 'name': 'tempest-TestMinimumBasicScenario-1311392886-network', 'tenant_id': '6ba7647bc0a3470a8a3121e82e313682', 'project_id': '6ba7647bc0a3470a8a3121e82e313682', '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': 7447, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:46:21Z', 'updated_at': '2026-07-09T11:46:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:46:49,098 87057 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://192.168.122.95/compute/v2.1/servers 0.688s
2026-07-09 13:46:49,099 87057 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-1778157711", "imageRef": "93b1092a-6774-44eb-99cc-840465c64b9d", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-964513927", "networks": [{"uuid": "2e6f793e-e269-40ae-bb10-9276aa249f78"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-316f1ff1-b79f-46b3-a408-c3ca49ffe937', 'x-compute-request-id': 'req-316f1ff1-b79f-46b3-a408-c3ca49ffe937', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:46:49,146 87057 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-964513927 0.041s
2026-07-09 13:46:49,146 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d01c61cd-78ce-47b4-a012-a7c822bdf25a', 'x-compute-request-id': 'req-d01c61cd-78ce-47b4-a012-a7c822bdf25a', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-964513927'}
Body: b''
2026-07-09 13:46:49,258 87057 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://192.168.122.95/image/v2/images/93b1092a-6774-44eb-99cc-840465c64b9d 0.111s
2026-07-09 13:46:49,259 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-38942ec4-b326-4d76-94c0-87a4b118b3e8', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/image/v2/images/93b1092a-6774-44eb-99cc-840465c64b9d'}
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 95, in test_minimum_basic_scenario
server = self.create_server(image_id=image, key_name=keypair['name'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft15.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:'': {{{
2026-07-09 13:47:20,102 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.150s
2026-07-09 13:47:20,102 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2555', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-39d0e0af-7720-443e-85b8-db4c8682677a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8b169e44817f49a0a5d3c4a23f581145", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-746996631-project-member", "password_expires_at": null}, "audit_ids": ["evnCGG7eRh-fOeesRoKYXw"], "expires_at": "2026-07-09T12:47:19.000000Z", "issued_at": "2026-07-09T11:47:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "260f92fdbefc48d294e3c4ced76b478d", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-746996631"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/260f92fdbefc48d294e3c4ced76b478d", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:47:20,103 87057 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '2abe6728-1a51-44b5-863b-e1bdd0a4f968', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1612808807-network', 'tenant_id': '260f92fdbefc48d294e3c4ced76b478d', 'project_id': '260f92fdbefc48d294e3c4ced76b478d', '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': 62369, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:47:01Z', 'updated_at': '2026-07-09T11:47:01Z', 'revision_number': 1} available for tenant
2026-07-09 13:47:20,104 87057 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:47:20,104 87057 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:47:20,350 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.245s
2026-07-09 13:47:20,351 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1990655938", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnFEFuC5QZJGzbbfVLYFdqa125RVcUNLZP7iXQmRY/lk7ybFS6Lf0uBp7gemMSghUaKBQ8qDmCUM6B36d97eOiWcDloZ5KJY33QlRlbldUQc2NdHU5zWpTepy3cT1pQ3g=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40daa069-c182-4e41-9a0d-ca9d376db54c', 'x-compute-request-id': 'req-40daa069-c182-4e41-9a0d-ca9d376db54c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1990655938", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnFEFuC5QZJGzbbfVLYFdqa125RVcUNLZP7iXQmRY/lk7ybFS6Lf0uBp7gemMSghUaKBQ8qDmCUM6B36d97eOiWcDloZ5KJY33QlRlbldUQc2NdHU5zWpTepy3cT1pQ3g==", "fingerprint": "22:25:5d:7f:7e:1c:49:2e:59:c4:47:61:c4:41:1f:c9", "user_id": "8b169e44817f49a0a5d3c4a23f581145"}}'
2026-07-09 13:47:20,356 87057 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1990655938 created
2026-07-09 13:47:20,733 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.376s
2026-07-09 13:47:20,733 87057 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--2136641890", "description": "tempest-description--1743167604"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-72bd8292-0c9c-42e3-9241-bc70d4bed5dc', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "df48af87-9341-4f3b-a4b4-db34ded14bca", "name": "tempest-securitygroup--2136641890", "stateful": true, "tenant_id": "260f92fdbefc48d294e3c4ced76b478d", "project_id": "260f92fdbefc48d294e3c4ced76b478d", "description": "tempest-description--1743167604", "shared": false, "security_group_rules": [{"id": "35c82a74-1daa-467a-805b-258b8eb617d4", "project_id": "260f92fdbefc48d294e3c4ced76b478d", "security_group_id": "df48af87-9341-4f3b-a4b4-db34ded14bca", "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": 943, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:47:20Z", "updated_at": "2026-07-09T11:47:20Z", "revision_number": 0, "tenant_id": "260f92fdbefc48d294e3c4ced76b478d"}, {"id": "9a673fe8-8ef2-4181-a627-58c79231c4d1", "project_id": "260f92fdbefc48d294e3c4ced76b478d", "security_group_id": "df48af87-9341-4f3b-a4b4-db34ded14bca", "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": 944, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:47:20Z", "updated_at": "2026-07-09T11:47:20Z", "revision_number": 0, "tenant_id": "260f92fdbefc48d294e3c4ced76b478d"}], "tags": [], "created_at": "2026-07-09T11:47:20Z", "updated_at": "2026-07-09T11:47:20Z", "revision_number": 1}}'
2026-07-09 13:47:20,968 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.234s
2026-07-09 13:47:20,968 87057 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": "df48af87-9341-4f3b-a4b4-db34ded14bca", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-56e3f075-9b02-4bce-81fe-d9b379543659', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "fb056167-b0c2-4d29-a38b-1a27f2b45121", "project_id": "260f92fdbefc48d294e3c4ced76b478d", "security_group_id": "df48af87-9341-4f3b-a4b4-db34ded14bca", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:47:20Z", "updated_at": "2026-07-09T11:47:20Z", "revision_number": 0, "tenant_id": "260f92fdbefc48d294e3c4ced76b478d"}}'
2026-07-09 13:47:21,296 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.327s
2026-07-09 13:47:21,297 87057 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": "df48af87-9341-4f3b-a4b4-db34ded14bca", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-153abffd-8384-45e1-aecb-22df528f6548', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bdd3ee6b-3ccf-41a7-84c5-eee426117ce6", "project_id": "260f92fdbefc48d294e3c4ced76b478d", "security_group_id": "df48af87-9341-4f3b-a4b4-db34ded14bca", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:47:21Z", "updated_at": "2026-07-09T11:47:21Z", "revision_number": 0, "tenant_id": "260f92fdbefc48d294e3c4ced76b478d"}}'
2026-07-09 13:47:21,297 87057 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2136641890 created
2026-07-09 13:47:22,210 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 0.911s
2026-07-09 13:47:22,211 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-87649e64-ed07-4397-b4d9-f12c33af4f53', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "90ba3714-0974-433c-8ab9-aa5c947c5670", "tenant_id": "260f92fdbefc48d294e3c4ced76b478d", "project_id": "260f92fdbefc48d294e3c4ced76b478d", "floating_ip_address": "172.24.4.214", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:47:21Z", "updated_at": "2026-07-09T11:47:21Z", "revision_number": 0}}'
2026-07-09 13:47:22,211 87057 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '90ba3714-0974-433c-8ab9-aa5c947c5670', 'tenant_id': '260f92fdbefc48d294e3c4ced76b478d', 'project_id': '260f92fdbefc48d294e3c4ced76b478d', 'floating_ip_address': '172.24.4.214', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:47:21Z', 'updated_at': '2026-07-09T11:47:21Z', 'revision_number': 0, 'ip': '172.24.4.214'} created
2026-07-09 13:47:22,211 87057 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1990655938', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnFEFuC5QZJGzbbfVLYFdqa125RVcUNLZP7iXQmRY/lk7ybFS6Lf0uBp7gemMSghUaKBQ8qDmCUM6B36d97eOiWcDloZ5KJY33QlRlbldUQc2NdHU5zWpTepy3cT1pQ3g==', 'fingerprint': '22:25:5d:7f:7e:1c:49:2e:59:c4:47:61:c4:41:1f:c9', 'user_id': '8b169e44817f49a0a5d3c4a23f581145', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBxyLvFHkbo8ibavEQMUJeBjmF2svigTLMmv/kESocabFrm7FWLXOmD\nuIKDORNCUZqgBwYFK4EEACKhZANiAAQZxRBbguUGSRs2231S2BXamtduUVXFDS2T\n+4l0JkWP5ZO8mxUui39Lgae4HpjEoIVGigUPKg5glDOgd+nfe3jolnA5aGeSiWN9\n0JUZW5XVEHNjXR1Oc1qU3qct3E9aUN4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'df48af87-9341-4f3b-a4b4-db34ded14bca', 'name': 'tempest-securitygroup--2136641890', 'stateful': True, 'tenant_id': '260f92fdbefc48d294e3c4ced76b478d', 'project_id': '260f92fdbefc48d294e3c4ced76b478d', 'description': 'tempest-description--1743167604', 'shared': False, 'security_group_rules': [{'id': '35c82a74-1daa-467a-805b-258b8eb617d4', 'project_id': '260f92fdbefc48d294e3c4ced76b478d', 'security_group_id': 'df48af87-9341-4f3b-a4b4-db34ded14bca', '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': 943, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:47:20Z', 'updated_at': '2026-07-09T11:47:20Z', 'revision_number': 0, 'tenant_id': '260f92fdbefc48d294e3c4ced76b478d'}, {'id': '9a673fe8-8ef2-4181-a627-58c79231c4d1', 'project_id': '260f92fdbefc48d294e3c4ced76b478d', 'security_group_id': 'df48af87-9341-4f3b-a4b4-db34ded14bca', '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': 944, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:47:20Z', 'updated_at': '2026-07-09T11:47:20Z', 'revision_number': 0, 'tenant_id': '260f92fdbefc48d294e3c4ced76b478d'}], 'tags': [], 'created_at': '2026-07-09T11:47:20Z', 'updated_at': '2026-07-09T11:47:20Z', 'revision_number': 1}, 'floating_ip': {'id': '90ba3714-0974-433c-8ab9-aa5c947c5670', 'tenant_id': '260f92fdbefc48d294e3c4ced76b478d', 'project_id': '260f92fdbefc48d294e3c4ced76b478d', 'floating_ip_address': '172.24.4.214', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:47:21Z', 'updated_at': '2026-07-09T11:47:21Z', 'revision_number': 0, 'ip': '172.24.4.214'}}
2026-07-09 13:47:22,710 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 500 POST http://192.168.122.95/compute/v2.1/servers 0.494s
2026-07-09 13:47:22,710 87057 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-1371859929", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "networks": [{"uuid": "2abe6728-1a51-44b5-863b-e1bdd0a4f968"}], "security_groups": [{"name": "tempest-securitygroup--2136641890"}], "key_name": "tempest-keypair-1990655938", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-6804a815-2954-4349-87eb-c7ca3a4fda30', 'x-compute-request-id': 'req-6804a815-2954-4349-87eb-c7ca3a4fda30', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:47:22,754 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1990655938 0.040s
2026-07-09 13:47:22,754 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd9f5f51-1dd3-4a0f-abdc-f97b9677b092', 'x-compute-request-id': 'req-fd9f5f51-1dd3-4a0f-abdc-f97b9677b092', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1990655938'}
Body: b''
2026-07-09 13:47:23,051 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/df48af87-9341-4f3b-a4b4-db34ded14bca 0.295s
2026-07-09 13:47:23,051 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-02888f80-5a70-4dc0-95e7-4b31c0e19cb0', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/df48af87-9341-4f3b-a4b4-db34ded14bca'}
Body: b''
2026-07-09 13:47:23,068 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/df48af87-9341-4f3b-a4b4-db34ded14bca 0.016s
2026-07-09 13:47:23,069 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-279e6021-6866-49d2-8036-906ebf651481', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/df48af87-9341-4f3b-a4b4-db34ded14bca'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group df48af87-9341-4f3b-a4b4-db34ded14bca does not exist", "detail": ""}}'
2026-07-09 13:47:23,600 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/90ba3714-0974-433c-8ab9-aa5c947c5670 0.531s
2026-07-09 13:47:23,601 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f7f79744-4b73-4db5-926b-f300718e9309', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/90ba3714-0974-433c-8ab9-aa5c947c5670'}
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 196, in test_old_versions_reject
server = self.create_server(wait_until='SSHABLE')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft16.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:47:57,421 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://192.168.122.95/volume/v3/volumes 0.594s
2026-07-09 13:47:57,422 87057 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-282340897", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a31c628f-18bd-4484-a1f5-b02cf937d10e', 'content-length': '771', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31c628f-18bd-4484-a1f5-b02cf937d10e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "f696c0c0-360b-42b2-8e25-91eeaebea707", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:57.308964", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-282340897", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707"}], "user_id": "268b6813d4d5424984b105f47265fa2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:47:57,773 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://192.168.122.95/volume/v3/volumes 0.342s
2026-07-09 13:47:57,774 87057 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-246055912", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a992f41-64bf-4c82-b018-4bb159fd9450', 'content-length': '771', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a992f41-64bf-4c82-b018-4bb159fd9450', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "d1ad4d5d-b075-4297-8307-f5cd29706bbb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:57.653419", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-246055912", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb"}], "user_id": "268b6813d4d5424984b105f47265fa2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:47:57,854 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.065s
2026-07-09 13:47:57,855 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2543', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-df368627-b055-4cca-8403-2866e933655c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "268b6813d4d5424984b105f47265fa2a", "name": "tempest-TestServerVolumeAttachmentScenario-852824324-project-member", "password_expires_at": null}, "audit_ids": ["01gO6gaHTTak7QG6wmHBjA"], "expires_at": "2026-07-09T12:47:57.000000Z", "issued_at": "2026-07-09T11:47:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "name": "tempest-TestServerVolumeAttachmentScenario-852824324"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/73144fe5bc004cc5b4bef06b6f4e6bb1", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:47:57,855 87057 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '95529d1c-6e6c-49c1-90df-3033802bf982', 'name': 'tempest-TestServerVolumeAttachmentScenario-317990159-network', 'tenant_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'project_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', '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': 6998, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:47:34Z', 'updated_at': '2026-07-09T11:47:34Z', 'revision_number': 1} available for tenant
2026-07-09 13:47:57,856 87057 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:47:57,857 87057 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:47:57,948 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.090s
2026-07-09 13:47:57,949 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1338486237", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCn9YsaQ1d5QLqYNMRM6MQid5s/ShElVJsJybmK3tPBgREp1pUBaoE8QVcddpIGAf2maS5kx1xcXbZV/Kfufd+M/U8W2Y28FSNbw7lPX4dBDMgAGIgz9j//nXXuIM9hzxA=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18a48680-1d4a-432c-b99f-8fa439fbad43', 'x-compute-request-id': 'req-18a48680-1d4a-432c-b99f-8fa439fbad43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1338486237", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCn9YsaQ1d5QLqYNMRM6MQid5s/ShElVJsJybmK3tPBgREp1pUBaoE8QVcddpIGAf2maS5kx1xcXbZV/Kfufd+M/U8W2Y28FSNbw7lPX4dBDMgAGIgz9j//nXXuIM9hzxA==", "fingerprint": "18:3b:5d:99:20:bd:87:1c:c4:96:39:df:6c:85:f6:42", "user_id": "268b6813d4d5424984b105f47265fa2a"}}'
2026-07-09 13:47:57,950 87057 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1338486237 created
2026-07-09 13:47:58,341 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.390s
2026-07-09 13:47:58,341 87057 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--1319721552", "description": "tempest-description--140651042"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-4d07ad10-0f34-42aa-ad8c-1319e387cebe', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "3b2a2bc4-c640-4699-84ea-ee273ce5b821", "name": "tempest-securitygroup--1319721552", "stateful": true, "tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "project_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "description": "tempest-description--140651042", "shared": false, "security_group_rules": [{"id": "40276591-8adb-46fc-a030-96e2b34da064", "project_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "security_group_id": "3b2a2bc4-c640-4699-84ea-ee273ce5b821", "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": 980, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:47:58Z", "updated_at": "2026-07-09T11:47:58Z", "revision_number": 0, "tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}, {"id": "b80f4c27-96c0-4a4d-acbd-02b8c6cc86e4", "project_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "security_group_id": "3b2a2bc4-c640-4699-84ea-ee273ce5b821", "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": 979, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:47:58Z", "updated_at": "2026-07-09T11:47:58Z", "revision_number": 0, "tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}], "tags": [], "created_at": "2026-07-09T11:47:58Z", "updated_at": "2026-07-09T11:47:58Z", "revision_number": 1}}'
2026-07-09 13:47:58,611 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.269s
2026-07-09 13:47:58,611 87057 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": "3b2a2bc4-c640-4699-84ea-ee273ce5b821", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-463a938f-a9e1-408a-8202-de2bb9e198e1', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b3a62237-450a-4ef4-b93c-5704d0ea2697", "project_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "security_group_id": "3b2a2bc4-c640-4699-84ea-ee273ce5b821", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:47:58Z", "updated_at": "2026-07-09T11:47:58Z", "revision_number": 0, "tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}}'
2026-07-09 13:47:58,890 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.277s
2026-07-09 13:47:58,890 87057 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": "3b2a2bc4-c640-4699-84ea-ee273ce5b821", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4a869b02-58aa-4576-8564-e89260a3ced3', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c5d3bb78-11ab-49ba-9a17-f51248f273bc", "project_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "security_group_id": "3b2a2bc4-c640-4699-84ea-ee273ce5b821", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:47:58Z", "updated_at": "2026-07-09T11:47:58Z", "revision_number": 0, "tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}}'
2026-07-09 13:47:58,891 87057 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1319721552 created
2026-07-09 13:48:00,004 87057 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.95/networking/v2.0/floatingips 1.113s
2026-07-09 13:48:00,005 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b95ea69b-afe4-418c-af72-2e7195afee67', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "67f40f68-af6a-476d-a3a3-ea6efc48dd0b", "tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "project_id": "73144fe5bc004cc5b4bef06b6f4e6bb1", "floating_ip_address": "172.24.4.243", "floating_network_id": "4e27f3b4-f172-4f64-b330-a8867705e0b4", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-07-09T11:47:59Z", "updated_at": "2026-07-09T11:47:59Z", "revision_number": 0}}'
2026-07-09 13:48:00,005 87057 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '67f40f68-af6a-476d-a3a3-ea6efc48dd0b', 'tenant_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'project_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:47:59Z', 'updated_at': '2026-07-09T11:47:59Z', 'revision_number': 0, 'ip': '172.24.4.243'} created
2026-07-09 13:48:00,005 87057 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1338486237', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCn9YsaQ1d5QLqYNMRM6MQid5s/ShElVJsJybmK3tPBgREp1pUBaoE8QVcddpIGAf2maS5kx1xcXbZV/Kfufd+M/U8W2Y28FSNbw7lPX4dBDMgAGIgz9j//nXXuIM9hzxA==', 'fingerprint': '18:3b:5d:99:20:bd:87:1c:c4:96:39:df:6c:85:f6:42', 'user_id': '268b6813d4d5424984b105f47265fa2a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDufPcb0r+ql/H38cbSRWYalRpEn7jDook7o+nZq7JnpIHGpP6eQMdB\nH8YHosMzfe2gBwYFK4EEACKhZANiAAQp/WLGkNXeUC6mDTETOjEInebP0oRJVSbC\ncm5it7TwYERKdaVAWqBPEFXHXaSBgH9pmkuZMdcXF22Vfyn7n3fjP1PFtmNvBUjW\n8O5T1+HQQzIABiIM/Y//5117iDPYc8Q=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3b2a2bc4-c640-4699-84ea-ee273ce5b821', 'name': 'tempest-securitygroup--1319721552', 'stateful': True, 'tenant_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'project_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'description': 'tempest-description--140651042', 'shared': False, 'security_group_rules': [{'id': '40276591-8adb-46fc-a030-96e2b34da064', 'project_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'security_group_id': '3b2a2bc4-c640-4699-84ea-ee273ce5b821', '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': 980, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:47:58Z', 'updated_at': '2026-07-09T11:47:58Z', 'revision_number': 0, 'tenant_id': '73144fe5bc004cc5b4bef06b6f4e6bb1'}, {'id': 'b80f4c27-96c0-4a4d-acbd-02b8c6cc86e4', 'project_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'security_group_id': '3b2a2bc4-c640-4699-84ea-ee273ce5b821', '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': 979, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:47:58Z', 'updated_at': '2026-07-09T11:47:58Z', 'revision_number': 0, 'tenant_id': '73144fe5bc004cc5b4bef06b6f4e6bb1'}], 'tags': [], 'created_at': '2026-07-09T11:47:58Z', 'updated_at': '2026-07-09T11:47:58Z', 'revision_number': 1}, 'floating_ip': {'id': '67f40f68-af6a-476d-a3a3-ea6efc48dd0b', 'tenant_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'project_id': '73144fe5bc004cc5b4bef06b6f4e6bb1', 'floating_ip_address': '172.24.4.243', 'floating_network_id': '4e27f3b4-f172-4f64-b330-a8867705e0b4', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-07-09T11:47:59Z', 'updated_at': '2026-07-09T11:47:59Z', 'revision_number': 0, 'ip': '172.24.4.243'}}
2026-07-09 13:48:00,609 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 500 POST http://192.168.122.95/compute/v2.1/servers 0.601s
2026-07-09 13:48:00,609 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-151344964", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "networks": [{"uuid": "95529d1c-6e6c-49c1-90df-3033802bf982"}], "security_groups": [{"name": "tempest-securitygroup--1319721552"}], "key_name": "tempest-keypair-1338486237", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-27a18e1d-f93b-4e3d-b312-5ba4b6341e8d', 'x-compute-request-id': 'req-27a18e1d-f93b-4e3d-b312-5ba4b6341e8d', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:48:00,662 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1338486237 0.048s
2026-07-09 13:48:00,662 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e58f695d-cb7f-4a08-b358-00fbe1d19c40', 'x-compute-request-id': 'req-e58f695d-cb7f-4a08-b358-00fbe1d19c40', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-keypair-1338486237'}
Body: b''
2026-07-09 13:48:00,949 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/3b2a2bc4-c640-4699-84ea-ee273ce5b821 0.285s
2026-07-09 13:48:00,949 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-fa0bb75a-d387-4674-bbe4-362bb4446e20', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/3b2a2bc4-c640-4699-84ea-ee273ce5b821'}
Body: b''
2026-07-09 13:48:00,975 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.95/networking/v2.0/security-groups/3b2a2bc4-c640-4699-84ea-ee273ce5b821 0.025s
2026-07-09 13:48:00,975 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-289feba2-ecfd-4103-b891-832f096db41a', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/3b2a2bc4-c640-4699-84ea-ee273ce5b821'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3b2a2bc4-c640-4699-84ea-ee273ce5b821 does not exist", "detail": ""}}'
2026-07-09 13:48:01,404 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/floatingips/67f40f68-af6a-476d-a3a3-ea6efc48dd0b 0.428s
2026-07-09 13:48:01,404 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-641c8ba6-4dd5-4809-83fe-cdfc6754120c', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/floatingips/67f40f68-af6a-476d-a3a3-ea6efc48dd0b'}
Body: b''
2026-07-09 13:48:01,475 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb 0.070s
2026-07-09 13:48:01,476 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3c98927-ba47-4bd8-8329-454d4639979d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb'}
Body: b''
2026-07-09 13:48:01,524 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb 0.048s
2026-07-09 13:48:01,525 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e34b85-dea6-4852-a09d-4c38857d572d', 'content-length': '863', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e34b85-dea6-4852-a09d-4c38857d572d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb'}
Body: b'{"volume": {"id": "d1ad4d5d-b075-4297-8307-f5cd29706bbb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:58.000000", "updated_at": "2026-07-09T11:48:01.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-246055912", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb"}], "user_id": "268b6813d4d5424984b105f47265fa2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}}'
2026-07-09 13:48:02,602 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb 0.067s
2026-07-09 13:48:02,603 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11df583a-0fca-485d-8634-9a1c1c307ada', 'content-length': '863', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11df583a-0fca-485d-8634-9a1c1c307ada', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb'}
Body: b'{"volume": {"id": "d1ad4d5d-b075-4297-8307-f5cd29706bbb", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:58.000000", "updated_at": "2026-07-09T11:48:01.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-246055912", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb"}], "user_id": "268b6813d4d5424984b105f47265fa2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}}'
2026-07-09 13:48:03,648 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb 0.032s
2026-07-09 13:48:03,648 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-aedd8f29-5704-4ceb-a525-22050f9da764', 'x-openstack-request-id': 'req-aedd8f29-5704-4ceb-a525-22050f9da764', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/volume/v3/volumes/d1ad4d5d-b075-4297-8307-f5cd29706bbb'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume d1ad4d5d-b075-4297-8307-f5cd29706bbb could not be found."}}'
2026-07-09 13:48:03,732 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707 0.082s
2026-07-09 13:48:03,732 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d88d0134-d47e-42b8-81fe-0993122cdd1e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707'}
Body: b''
2026-07-09 13:48:03,801 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707 0.067s
2026-07-09 13:48:03,801 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd54b4e0-12bb-4a36-b18d-6a27fc8b89f5', 'content-length': '863', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd54b4e0-12bb-4a36-b18d-6a27fc8b89f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707'}
Body: b'{"volume": {"id": "f696c0c0-360b-42b2-8e25-91eeaebea707", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:57.000000", "updated_at": "2026-07-09T11:48:04.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-282340897", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707"}], "user_id": "268b6813d4d5424984b105f47265fa2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}}'
2026-07-09 13:48:04,859 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707 0.044s
2026-07-09 13:48:04,859 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-941fc55d-a250-4dae-876c-0ff98efe6031', 'content-length': '863', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-941fc55d-a250-4dae-876c-0ff98efe6031', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707'}
Body: b'{"volume": {"id": "f696c0c0-360b-42b2-8e25-91eeaebea707", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:57.000000", "updated_at": "2026-07-09T11:48:04.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-282340897", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707"}], "user_id": "268b6813d4d5424984b105f47265fa2a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "73144fe5bc004cc5b4bef06b6f4e6bb1"}}'
2026-07-09 13:48:05,894 87057 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707 0.022s
2026-07-09 13:48:05,894 87057 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:48:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f81175-2bb4-4807-86ec-f45f1e99feed', 'x-openstack-request-id': 'req-d3f81175-2bb4-4807-86ec-f45f1e99feed', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f696c0c0-360b-42b2-8e25-91eeaebea707'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume f696c0c0-360b-42b2-8e25-91eeaebea707 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/scenario/test_server_volume_attachment.py", line 82, in test_server_detach_rules
server = self.create_server(wait_until='SSHABLE')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft17.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:'': {{{
2026-07-09 13:42:45,678 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.354s
2026-07-09 13:42:45,679 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestShelveInstance-1460443066", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOnrYZJ/I8B1QYwXggRl6EOmEfcdU8ZanvLRe9zjby0cDIdsgz1nmrSlwUJcj2seO+kSYe+oEqEBoijC0Q4EtBoiHBxZNwbPcStWqA63dqZXitozX74Vo++jFSs3PY9shQ=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:45 GMT', 'server': 'Apache/2.4.58 (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-8d8f8c66-5c3d-4f59-896f-4b3c754ba961', 'x-compute-request-id': 'req-8d8f8c66-5c3d-4f59-896f-4b3c754ba961', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1460443066", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOnrYZJ/I8B1QYwXggRl6EOmEfcdU8ZanvLRe9zjby0cDIdsgz1nmrSlwUJcj2seO+kSYe+oEqEBoijC0Q4EtBoiHBxZNwbPcStWqA63dqZXitozX74Vo++jFSs3PY9shQ==", "fingerprint": "d9:0c:9d:2a:eb:3f:25:15:9d:de:a8:7a:16:0b:42:f1", "user_id": "c38782bd141d4607a59ae3482d9c7d2e"}}'
2026-07-09 13:42:46,109 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.427s
2026-07-09 13:42:46,109 87061 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-712737762", "description": "tempest-secgroup-smoke-712737762 description", "project_id": "fbdf81fc127847a5823fbbb3e3607507"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-41e49429-bd42-45ec-86ca-d03f67ee1f33', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "name": "tempest-secgroup-smoke-712737762", "stateful": true, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "description": "tempest-secgroup-smoke-712737762 description", "shared": false, "security_group_rules": [{"id": "61e40901-0b6e-4893-8abe-2382fada1fde", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "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": 729, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:42:45Z", "updated_at": "2026-07-09T11:42:45Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}, {"id": "f76f00fb-5ee4-4007-8c0f-e2d05f850062", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "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": 728, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:42:45Z", "updated_at": "2026-07-09T11:42:45Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}], "tags": [], "created_at": "2026-07-09T11:42:45Z", "updated_at": "2026-07-09T11:42:45Z", "revision_number": 1}}'
2026-07-09 13:42:46,461 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.351s
2026-07-09 13:42:46,462 87061 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": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ba52d803-1bd4-4b33-83c6-fcb81f9bad21', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "deb79e8b-e04c-48ce-84af-13faf8236b71", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:42:46Z", "updated_at": "2026-07-09T11:42:46Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:46,702 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.239s
2026-07-09 13:42:46,702 87061 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": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-90773b71-7242-4177-9cd6-4f501c475d37', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "8e394b14-5070-4bc2-8897-cbaeecdcdb44", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:42:46Z", "updated_at": "2026-07-09T11:42:46Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:46,960 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.257s
2026-07-09 13:42:46,961 87061 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": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6a78332f-e9e0-4145-ac06-9b34980ac3ba', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2fb8dcc4-d9d5-44c3-9992-2e8f46c4fca0", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:42:46Z", "updated_at": "2026-07-09T11:42:46Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:47,242 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.280s
2026-07-09 13:42:47,243 87061 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": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-9de7453a-8c99-4370-9584-540afa5556b9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2c0dd602-f010-4a27-8c46-e556c290e28e", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:42:47Z", "updated_at": "2026-07-09T11:42:47Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:47,543 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.300s
2026-07-09 13:42:47,544 87061 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": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-560d3121-f98d-44ce-8890-513b462452b4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "561fd7a4-34c7-4695-830c-1bdfbe1b91fa", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:42:47Z", "updated_at": "2026-07-09T11:42:47Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:47,810 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.265s
2026-07-09 13:42:47,810 87061 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": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-65b20ca9-1186-4df6-85b5-c9e4aadffe5c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2fdc4372-c655-400e-9d03-69669e4ea665", "project_id": "fbdf81fc127847a5823fbbb3e3607507", "security_group_id": "e4702ee2-7682-4c62-b56e-30bef9302bb8", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:42:47Z", "updated_at": "2026-07-09T11:42:47Z", "revision_number": 0, "tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:47,872 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.058s
2026-07-09 13:42:47,873 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2511', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-83be87d9-f8eb-4959-bbfa-7c4fbc5e385e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c38782bd141d4607a59ae3482d9c7d2e", "name": "tempest-TestShelveInstance-771330370-project-member", "password_expires_at": null}, "audit_ids": ["egx39E-IR_iUpSs4sZWONA"], "expires_at": "2026-07-09T12:42:47.000000Z", "issued_at": "2026-07-09T11:42:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fbdf81fc127847a5823fbbb3e3607507", "name": "tempest-TestShelveInstance-771330370"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/fbdf81fc127847a5823fbbb3e3607507", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:42:47,874 87061 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '2b0ab115-4ee9-45b1-a2e3-3527dccf0d25', 'name': 'tempest-TestShelveInstance-1006829342-network', 'tenant_id': 'fbdf81fc127847a5823fbbb3e3607507', 'project_id': 'fbdf81fc127847a5823fbbb3e3607507', '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': 122, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:42:21Z', 'updated_at': '2026-07-09T11:42:22Z', 'revision_number': 1} available for tenant
2026-07-09 13:42:48,390 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://192.168.122.95/volume/v3/volumes 0.515s
2026-07-09 13:42:48,391 87061 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-1957206281", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4973044a-4d7a-45c0-ba44-f847dcfdac44', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4973044a-4d7a-45c0-ba44-f847dcfdac44', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.274984", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:42:48,445 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.045s
2026-07-09 13:42:48,446 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef1dbe0-3838-4b4c-a50c-5a232fe10c0c', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef1dbe0-3838-4b4c-a50c-5a232fe10c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:49,501 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.045s
2026-07-09 13:42:49,502 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d75b757b-4d2e-4e05-be9b-29aed1bd70a7', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d75b757b-4d2e-4e05-be9b-29aed1bd70a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:49.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:50,558 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.045s
2026-07-09 13:42:50,558 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d3908b-e352-4b58-9f1d-48006b6ce527', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d3908b-e352-4b58-9f1d-48006b6ce527', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:49.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:51,618 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.047s
2026-07-09 13:42:51,619 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84152a17-5c17-4a04-b05a-a69a8c299984', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84152a17-5c17-4a04-b05a-a69a8c299984', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:49.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:52,677 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.047s
2026-07-09 13:42:52,678 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b46022a-7ddd-4d41-8649-e8b8a0f9f407', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b46022a-7ddd-4d41-8649-e8b8a0f9f407', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:49.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:53,734 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.044s
2026-07-09 13:42:53,734 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b043748-08b6-48d5-8a2b-a85473c5817a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b043748-08b6-48d5-8a2b-a85473c5817a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:49.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:54,792 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.045s
2026-07-09 13:42:54,793 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd66130-9333-468b-aa9e-1f67808f271d', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd66130-9333-468b-aa9e-1f67808f271d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:49.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:55,875 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.068s
2026-07-09 13:42:55,875 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-469c24a9-9d88-4521-b302-3759758fa719', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-469c24a9-9d88-4521-b302-3759758fa719', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:56.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:56,964 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.074s
2026-07-09 13:42:56,964 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbcb976-4f90-4004-bc85-57e09b700612', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbcb976-4f90-4004-bc85-57e09b700612', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:57.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:58,061 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.082s
2026-07-09 13:42:58,062 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a54154-62c4-41d8-be36-2144d6968d49', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a54154-62c4-41d8-be36-2144d6968d49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:57.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:42:59,131 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.055s
2026-07-09 13:42:59,131 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8380dde-7cd9-4def-a5a3-e5467870f163', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8380dde-7cd9-4def-a5a3-e5467870f163', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:57.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:43:00,215 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.072s
2026-07-09 13:43:00,215 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1def251-13cc-40be-94d1-6d0134b483aa', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1def251-13cc-40be-94d1-6d0134b483aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:57.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:43:01,374 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.145s
2026-07-09 13:43:01,374 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-133e52c8-1e54-4ae0-b293-0c26a51c3ef0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-133e52c8-1e54-4ae0-b293-0c26a51c3ef0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:57.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:43:02,457 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.069s
2026-07-09 13:43:02,457 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cfd5e8b-9851-42ad-b8cb-456ec7ed4a00', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cfd5e8b-9851-42ad-b8cb-456ec7ed4a00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:57.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:43:03,550 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.073s
2026-07-09 13:43:03,550 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78bf15b1-87eb-4c82-a31d-d87d8f1a879e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78bf15b1-87eb-4c82-a31d-d87d8f1a879e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:42:57.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:43:04,614 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df 0.052s
2026-07-09 13:43:04,615 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c81deed0-faf2-4146-9c3e-3bb1df245b8c', 'content-length': '1331', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c81deed0-faf2-4146-9c3e-3bb1df245b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df'}
Body: b'{"volume": {"id": "f5fadc38-d476-4fbe-bd18-872c932829df", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:42:48.000000", "updated_at": "2026-07-09T11:43:04.000000", "name": "tempest-tempest.common.compute-volume-1957206281", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/f5fadc38-d476-4fbe-bd18-872c932829df"}], "user_id": "c38782bd141d4607a59ae3482d9c7d2e", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "fbdf81fc127847a5823fbbb3e3607507"}}'
2026-07-09 13:43:04,625 87061 INFO [tempest.common.waiters] volume f5fadc38-d476-4fbe-bd18-872c932829df reached available after waiting for 16.625564 seconds
2026-07-09 13:43:05,049 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://192.168.122.95/compute/v2.1/servers 0.423s
2026-07-09 13:43:05,050 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestShelveInstance-server-732724108", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1460443066", "security_groups": [{"name": "tempest-secgroup-smoke-712737762"}], "networks": [{"uuid": "2b0ab115-4ee9-45b1-a2e3-3527dccf0d25"}], "block_device_mapping_v2": [{"uuid": "f5fadc38-d476-4fbe-bd18-872c932829df", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-962fb819-61c8-4527-9a8c-3b19b4739efb', 'x-compute-request-id': 'req-962fb819-61c8-4527-9a8c-3b19b4739efb', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:43:05,512 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/e4702ee2-7682-4c62-b56e-30bef9302bb8 0.458s
2026-07-09 13:43:05,513 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-c9bf1a81-467f-4589-8477-618f5bb8e098', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/e4702ee2-7682-4c62-b56e-30bef9302bb8'}
Body: b''
2026-07-09 13:43:05,572 87061 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1460443066 0.058s
2026-07-09 13:43:05,572 87061 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9618ff16-18f4-47ab-a688-a8f4525877d3', 'x-compute-request-id': 'req-9618ff16-18f4-47ab-a688-a8f4525877d3', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1460443066'}
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 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| 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
ft18.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-07-09 13:41:33,695 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://192.168.122.95/compute/v2.1/os-keypairs 0.453s
2026-07-09 13:41:33,695 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestStampPattern-669717648", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFuKFpQg3xNSy+L7U1KekioR7B6nJz3USA2Uhi0S7HZMCgJcfnd4E6y5yQoF23XnSL1NBWRmZ3lT/hxWsgHQllM0ybfzYEhnbgM2OLNC6CmKo+BLWzpMbbxqUQM7GmQNog=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a3c04f3-34d4-43c7-8d61-02835b592e7e', 'x-compute-request-id': 'req-4a3c04f3-34d4-43c7-8d61-02835b592e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestStampPattern-669717648", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFuKFpQg3xNSy+L7U1KekioR7B6nJz3USA2Uhi0S7HZMCgJcfnd4E6y5yQoF23XnSL1NBWRmZ3lT/hxWsgHQllM0ybfzYEhnbgM2OLNC6CmKo+BLWzpMbbxqUQM7GmQNog==", "fingerprint": "aa:8f:2b:93:50:e8:2a:6c:fe:bf:eb:63:c0:bf:c4:78", "user_id": "27d25d7214524506a265d32508ea0563"}}'
2026-07-09 13:41:34,109 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/networking/v2.0/security-groups 0.410s
2026-07-09 13:41:34,109 87055 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-1309727601", "description": "tempest-secgroup-smoke-1309727601 description", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-e3bf0027-447e-4b75-b7a7-b11af94f9ec8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "name": "tempest-secgroup-smoke-1309727601", "stateful": true, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "description": "tempest-secgroup-smoke-1309727601 description", "shared": false, "security_group_rules": [{"id": "31994531-b3ff-439a-9e8c-3f57ea0d8991", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "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": 633, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:41:33Z", "updated_at": "2026-07-09T11:41:33Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}, {"id": "d9b41be4-88bc-4cb6-b4a4-ae6d7a2d6e4e", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "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": 632, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:41:33Z", "updated_at": "2026-07-09T11:41:33Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}], "tags": [], "created_at": "2026-07-09T11:41:33Z", "updated_at": "2026-07-09T11:41:33Z", "revision_number": 1}}'
2026-07-09 13:41:35,223 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 1.113s
2026-07-09 13:41:35,223 87055 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": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-56196943-229b-4de4-ac8a-9f09d01ff7ff', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ddd189c7-d223-4e78-a5b3-e0f46f39ff27", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:41:34Z", "updated_at": "2026-07-09T11:41:34Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:35,678 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.454s
2026-07-09 13:41:35,678 87055 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": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-bbabc855-b290-4070-b53b-ec95849e610a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2e8fb21a-b762-4b07-be45-9bd039d1205d", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:41:35Z", "updated_at": "2026-07-09T11:41:35Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:36,435 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.755s
2026-07-09 13:41:36,435 87055 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": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-03acae2b-f6b0-4c12-a2e2-1ba3f8781832', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "9e80f876-02bb-4ffe-b07c-6f43540f5c8a", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:41:36Z", "updated_at": "2026-07-09T11:41:36Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:36,820 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.385s
2026-07-09 13:41:36,821 87055 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": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-0eababee-e127-47a0-8eda-29084a5c8ffc', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "12ec4380-5705-4ed8-835e-5644887cd10e", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:41:36Z", "updated_at": "2026-07-09T11:41:36Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:37,171 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.350s
2026-07-09 13:41:37,172 87055 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": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-5c61edf2-5170-4bd6-9d4f-3a8efba2dd38', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f1aaf1ea-4fdb-4172-8e6e-ac4b52af69b9", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:41:37Z", "updated_at": "2026-07-09T11:41:37Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:37,905 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/networking/v2.0/security-group-rules 0.732s
2026-07-09 13:41:37,905 87055 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": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-86311a04-9a5d-4209-ad8c-df42e4e8b2f0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "89fa42bd-bdb4-45ca-bfa8-33999adb9513", "project_id": "ee6b145634824405a8e5ed0f8bfad0bb", "security_group_id": "93d9b51f-ff49-418c-a12f-6401ddd1ab3a", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-07-09T11:41:37Z", "updated_at": "2026-07-09T11:41:37Z", "revision_number": 0, "tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:38,478 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://192.168.122.95/volume/v3/volumes 0.572s
2026-07-09 13:41:38,479 87055 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-1398822441", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67ab1bc-0498-49f0-b1a5-3076582bdc48', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67ab1bc-0498-49f0-b1a5-3076582bdc48', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/volume/v3/volumes'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.314471", "updated_at": null, "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:41:39,001 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.95/identity/v3/auth/tokens 0.506s
2026-07-09 13:41:39,001 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2509', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bb09a49f-6bda-4a7e-bf26-a34887da9d03', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.95/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "27d25d7214524506a265d32508ea0563", "name": "tempest-TestStampPattern-1359631147-project-member", "password_expires_at": null}, "audit_ids": ["O0KQlsg4R5CVRikb_mEuag"], "expires_at": "2026-07-09T12:41:38.000000Z", "issued_at": "2026-07-09T11:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee6b145634824405a8e5ed0f8bfad0bb", "name": "tempest-TestStampPattern-1359631147"}, "is_domain": false, "roles": [{"id": "ed2fcf2a598545639cc80998ed30f54a", "name": "member"}, {"id": "0759a08ab1224306ae25e6afb1ae7b83", "name": "reader"}], "catalog": [{"endpoints": [{"id": "ac04678389134e088bca8b9fe3cecde2", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2.1", "region": "RegionOne"}], "id": "087e8b13aa544375a0d7984f4064cbf8", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "108dc1f31a8e4a93ba9b0f23f688ad5e", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/volume/v3", "region": "RegionOne"}], "id": "0ec2015d773044429ee19a4aad9570ab", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b2fdbeddb7ce4aa09caac4ea572b1a92", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/placement", "region": "RegionOne"}], "id": "71c68276020f4fca931f6289bda92210", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "26e825463bc3412483603272b0619984", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/image", "region": "RegionOne"}], "id": "8c6bbcaab4ba41cd9b3991beb36a4a89", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a1e87a8d8c454f2fa2702b8b22211741", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/identity", "region": "RegionOne"}], "id": "ec0d45ed6e804763b70a3a167b5b9935", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "4db24c97972b4bef8d1d3984a8c088b4", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/networking", "region": "RegionOne"}], "id": "f45416e9e87143efa1d19848bcbb3320", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "1eaf27bd7da946cdadd3dbbd27b5bb54", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.95/compute/v2/ee6b145634824405a8e5ed0f8bfad0bb", "region": "RegionOne"}], "id": "fa7bcdebb9274f7cbbccd3c523af3979", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:41:39,002 87055 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '27bac245-c55c-4ae1-ba72-586e2872dd60', 'name': 'tempest-TestStampPattern-383258477-network', 'tenant_id': 'ee6b145634824405a8e5ed0f8bfad0bb', 'project_id': 'ee6b145634824405a8e5ed0f8bfad0bb', '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': 39972, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-07-09T11:41:07Z', 'updated_at': '2026-07-09T11:41:07Z', 'revision_number': 1} available for tenant
2026-07-09 13:41:40,043 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 POST http://192.168.122.95/compute/v2.1/servers 1.040s
2026-07-09 13:41:40,044 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestStampPattern-server-439646406", "imageRef": "f6b3aee6-df20-46d9-be8e-a666eb1e0ff2", "flavorRef": "42", "key_name": "tempest-TestStampPattern-669717648", "security_groups": [{"name": "tempest-secgroup-smoke-1309727601"}], "networks": [{"uuid": "27bac245-c55c-4ae1-ba72-586e2872dd60"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '121', 'x-openstack-request-id': 'req-fde488a6-280b-4a66-9639-537f9c438013', 'x-compute-request-id': 'req-fde488a6-280b-4a66-9639-537f9c438013', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.95/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:41:40,141 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 400 DELETE http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.092s
2026-07-09 13:41:40,142 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29a7991-36ff-4084-99a2-43b416ae4b93', 'x-openstack-request-id': 'req-e29a7991-36ff-4084-99a2-43b416ae4b93', 'connection': 'close', 'status': '400', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
2026-07-09 13:41:40,218 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.072s
2026-07-09 13:41:40,218 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dfcf967-e83c-4ffc-b0fb-116b1e156dbf', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dfcf967-e83c-4ffc-b0fb-116b1e156dbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:40.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:41,315 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.081s
2026-07-09 13:41:41,316 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c6f9d01-c307-410b-8de1-662f2a49d342', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c6f9d01-c307-410b-8de1-662f2a49d342', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:42,434 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.102s
2026-07-09 13:41:42,434 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1242fc1d-84c3-4231-bee9-67d3680a1944', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1242fc1d-84c3-4231-bee9-67d3680a1944', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:43,509 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.061s
2026-07-09 13:41:43,510 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd685240-f048-46ca-b867-0728b56c907c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd685240-f048-46ca-b867-0728b56c907c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:44,594 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.071s
2026-07-09 13:41:44,594 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-977802f4-d79c-47b0-8ff1-d2d9a1a6d373', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-977802f4-d79c-47b0-8ff1-d2d9a1a6d373', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:45,672 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.066s
2026-07-09 13:41:45,672 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8b0d65-2ec3-4daa-8902-cd9c818c43d9', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8b0d65-2ec3-4daa-8902-cd9c818c43d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:46,736 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.051s
2026-07-09 13:41:46,737 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86f8f02-114e-4eec-9d83-4183c39a0b3b', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86f8f02-114e-4eec-9d83-4183c39a0b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:47,793 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.041s
2026-07-09 13:41:47,794 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df9596ea-89b2-45c8-9197-f32c365b6944', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df9596ea-89b2-45c8-9197-f32c365b6944', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:48,855 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.048s
2026-07-09 13:41:48,855 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cfaff58-6f8b-4c67-b59d-72bdd5547c50', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cfaff58-6f8b-4c67-b59d-72bdd5547c50', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:49,913 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.044s
2026-07-09 13:41:49,914 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cabe437-389c-40e1-af1f-532982e9ceff', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cabe437-389c-40e1-af1f-532982e9ceff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:50,998 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.072s
2026-07-09 13:41:50,998 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6718c858-845b-422f-8101-87bd16de9ce3', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6718c858-845b-422f-8101-87bd16de9ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:52,085 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.075s
2026-07-09 13:41:52,086 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d522622e-830b-44f3-815d-fd8dc777cdfc', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d522622e-830b-44f3-815d-fd8dc777cdfc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:53,174 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.074s
2026-07-09 13:41:53,174 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d97917e7-d5b9-4a36-a374-af06a58e3322', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d97917e7-d5b9-4a36-a374-af06a58e3322', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:54,241 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.055s
2026-07-09 13:41:54,241 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d9c906-e7ed-438e-a5b8-eafc4ce0c904', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d9c906-e7ed-438e-a5b8-eafc4ce0c904', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:55,321 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.067s
2026-07-09 13:41:55,321 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb49cde4-2b55-49c0-aa5f-d0f9d5839e79', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb49cde4-2b55-49c0-aa5f-d0f9d5839e79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:56,377 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.043s
2026-07-09 13:41:56,378 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5caad6bb-3bdd-493b-bd6f-d001f9d76fd2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5caad6bb-3bdd-493b-bd6f-d001f9d76fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:57,445 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:41:57,445 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78189af-5c5b-4235-b1c3-d3e30f6cab64', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78189af-5c5b-4235-b1c3-d3e30f6cab64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:58,507 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.050s
2026-07-09 13:41:58,508 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b90e057-f399-46d0-83a1-8dbe66814ff6', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b90e057-f399-46d0-83a1-8dbe66814ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:41:59,564 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.045s
2026-07-09 13:41:59,564 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:41:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6572b1f-a671-4925-9edd-0fe95c3164e8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6572b1f-a671-4925-9edd-0fe95c3164e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:00,631 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:42:00,632 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bfe5dd5-37ff-4a98-9577-d013ec4e7fe4', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bfe5dd5-37ff-4a98-9577-d013ec4e7fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:01,700 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:42:01,700 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87039e19-4a3e-421f-b718-3c99f3566f64', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87039e19-4a3e-421f-b718-3c99f3566f64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:02,786 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.070s
2026-07-09 13:42:02,787 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683c3da3-cd0f-4742-9242-f37ec42e8b89', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683c3da3-cd0f-4742-9242-f37ec42e8b89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:03,868 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.067s
2026-07-09 13:42:03,868 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9494fb53-ea50-47ea-828c-6c6419327047', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9494fb53-ea50-47ea-828c-6c6419327047', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:04,939 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.059s
2026-07-09 13:42:04,939 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ec147c-ec6e-44c5-9fbc-a66c59fd9e91', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ec147c-ec6e-44c5-9fbc-a66c59fd9e91', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:06,004 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.050s
2026-07-09 13:42:06,004 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e63aa029-8f32-4d0c-a094-3496f1ca3119', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e63aa029-8f32-4d0c-a094-3496f1ca3119', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:07,077 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.061s
2026-07-09 13:42:07,077 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2a179d-cad4-42aa-8695-3060c180fa9e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2a179d-cad4-42aa-8695-3060c180fa9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:08,146 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:42:08,146 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cf6c099-f988-47c2-bac8-740be5a0e84f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cf6c099-f988-47c2-bac8-740be5a0e84f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:09,217 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:42:09,217 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b49c46d5-4d1b-44c0-ad81-79050c2a826f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b49c46d5-4d1b-44c0-ad81-79050c2a826f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:10,303 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.074s
2026-07-09 13:42:10,304 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8dcc6df-8f30-4d7d-bd21-b4e90dabf7dd', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8dcc6df-8f30-4d7d-bd21-b4e90dabf7dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:11,383 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.065s
2026-07-09 13:42:11,384 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddeff28e-a19e-46da-91e0-e6982c8b006d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddeff28e-a19e-46da-91e0-e6982c8b006d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:12,465 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.068s
2026-07-09 13:42:12,465 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f527345b-e220-43e2-90ac-f96c0af2dcff', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f527345b-e220-43e2-90ac-f96c0af2dcff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:13,524 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.047s
2026-07-09 13:42:13,525 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c411c5ff-5610-4ee9-a853-b07a784c91b2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c411c5ff-5610-4ee9-a853-b07a784c91b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:14,634 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.097s
2026-07-09 13:42:14,635 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ff65b5b-75da-4ed1-a2df-6d55db80c1e9', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ff65b5b-75da-4ed1-a2df-6d55db80c1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:15,693 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.045s
2026-07-09 13:42:15,694 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d31a38d-0646-4d50-901e-0e84678f9a4f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d31a38d-0646-4d50-901e-0e84678f9a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:16,755 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.048s
2026-07-09 13:42:16,756 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64daef2e-0099-4355-8b3f-4420e2789a4b', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64daef2e-0099-4355-8b3f-4420e2789a4b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:17,816 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.048s
2026-07-09 13:42:17,816 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c95de2-c76f-405e-8e3e-22c12004d3bf', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c95de2-c76f-405e-8e3e-22c12004d3bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:18,893 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.065s
2026-07-09 13:42:18,894 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d94594c-6573-44cb-a752-7170c15096b3', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d94594c-6573-44cb-a752-7170c15096b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:20,010 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.102s
2026-07-09 13:42:20,010 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7697df86-3466-44af-9328-33365af56241', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7697df86-3466-44af-9328-33365af56241', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:21,077 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.051s
2026-07-09 13:42:21,078 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d27b872-087e-4c22-87ab-a2dac2c61b75', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d27b872-087e-4c22-87ab-a2dac2c61b75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:22,139 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.049s
2026-07-09 13:42:22,140 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026967e2-e910-40f5-bbb9-f7e116f9dc83', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026967e2-e910-40f5-bbb9-f7e116f9dc83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:23,229 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.077s
2026-07-09 13:42:23,230 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c7818a1-bace-4204-b174-1edcb9e48dea', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c7818a1-bace-4204-b174-1edcb9e48dea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:24,292 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.047s
2026-07-09 13:42:24,293 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dfeff1c-b1fe-4511-b03d-ee35d2fc8834', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dfeff1c-b1fe-4511-b03d-ee35d2fc8834', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:25,362 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:42:25,362 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e829552-92f1-4f22-a91d-a21e3bd0c800', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e829552-92f1-4f22-a91d-a21e3bd0c800', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:26,450 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.075s
2026-07-09 13:42:26,451 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be971bc-d128-4e01-8953-b2752761b555', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be971bc-d128-4e01-8953-b2752761b555', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:27,560 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.098s
2026-07-09 13:42:27,561 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eefa7da6-bb5b-4118-8ba6-958f7b462976', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eefa7da6-bb5b-4118-8ba6-958f7b462976', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:28,667 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.091s
2026-07-09 13:42:28,667 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27052810-e860-48fa-b6b7-2536558c13af', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27052810-e860-48fa-b6b7-2536558c13af', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:29,801 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.119s
2026-07-09 13:42:29,801 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb82a2ff-99ae-4e79-b19b-c649022a9fd9', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb82a2ff-99ae-4e79-b19b-c649022a9fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:30,875 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.058s
2026-07-09 13:42:30,875 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a7d6603-18fc-447e-b008-633cd55748f2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a7d6603-18fc-447e-b008-633cd55748f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:31,967 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.079s
2026-07-09 13:42:31,967 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-097a8ce5-f277-4375-9eeb-e2e2ea36b404', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-097a8ce5-f277-4375-9eeb-e2e2ea36b404', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:33,098 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.116s
2026-07-09 13:42:33,099 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7211b91e-0eee-4846-b803-2cca750760ce', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7211b91e-0eee-4846-b803-2cca750760ce', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:34,257 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.147s
2026-07-09 13:42:34,258 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5049b24-e515-4443-bb39-a5cee877d29e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5049b24-e515-4443-bb39-a5cee877d29e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:35,371 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.100s
2026-07-09 13:42:35,371 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f706d7d-4250-40af-a718-f7a10bd01353', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f706d7d-4250-40af-a718-f7a10bd01353', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:36,446 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.059s
2026-07-09 13:42:36,446 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ef1944-09e5-456d-b09b-4e67a5855309', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ef1944-09e5-456d-b09b-4e67a5855309', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:37,528 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.067s
2026-07-09 13:42:37,528 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63fcb4e4-df60-4c5c-b5fc-2be7230fcf43', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63fcb4e4-df60-4c5c-b5fc-2be7230fcf43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:38,593 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.050s
2026-07-09 13:42:38,594 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2492d058-e128-4c03-966f-1861cce296cc', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2492d058-e128-4c03-966f-1861cce296cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:39,673 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.068s
2026-07-09 13:42:39,673 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45de5c01-ce9b-442b-922f-39f9d1304f4d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45de5c01-ce9b-442b-922f-39f9d1304f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:40,744 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.058s
2026-07-09 13:42:40,745 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eea0956-7754-4d61-8632-a924fce68566', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eea0956-7754-4d61-8632-a924fce68566', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:41,850 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.089s
2026-07-09 13:42:41,851 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21cdb377-a812-47c4-a44a-abbf0e8b6056', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21cdb377-a812-47c4-a44a-abbf0e8b6056', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:42,935 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.070s
2026-07-09 13:42:42,935 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998cab10-e0be-4abd-8b14-8cee30b09a2d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998cab10-e0be-4abd-8b14-8cee30b09a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:44,022 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.072s
2026-07-09 13:42:44,022 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-203ce518-6547-43a9-a3d3-43e52dc7acb7', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-203ce518-6547-43a9-a3d3-43e52dc7acb7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:45,099 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.064s
2026-07-09 13:42:45,099 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84bd19b-869d-4eac-9284-9f508b6698a8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84bd19b-869d-4eac-9284-9f508b6698a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:46,214 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.103s
2026-07-09 13:42:46,215 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eedbf13-9f8f-4495-bb0d-52af127e91b2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eedbf13-9f8f-4495-bb0d-52af127e91b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:47,281 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.051s
2026-07-09 13:42:47,281 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ff3fdb-9f97-4521-9b6f-67cc1eb761ea', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ff3fdb-9f97-4521-9b6f-67cc1eb761ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:48,345 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.052s
2026-07-09 13:42:48,346 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dfe932e-d11a-4fe8-acc7-26eee21bf922', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dfe932e-d11a-4fe8-acc7-26eee21bf922', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:49,414 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:42:49,414 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880d80ca-1b16-4988-8b27-5c1da21fe886', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880d80ca-1b16-4988-8b27-5c1da21fe886', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:50,480 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.055s
2026-07-09 13:42:50,481 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4b7f1ed-d46b-4ea1-8c3a-f94912c9c163', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b7f1ed-d46b-4ea1-8c3a-f94912c9c163', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:51,541 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.045s
2026-07-09 13:42:51,541 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b904260-91f9-4b42-beea-50c8e669815c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b904260-91f9-4b42-beea-50c8e669815c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:52,616 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.059s
2026-07-09 13:42:52,617 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde7e872-b04e-43b1-a93a-1838578a7014', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde7e872-b04e-43b1-a93a-1838578a7014', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:53,685 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.057s
2026-07-09 13:42:53,685 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89bae44b-3511-4f4d-aeb4-192d53be97cb', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89bae44b-3511-4f4d-aeb4-192d53be97cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:54,746 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.045s
2026-07-09 13:42:54,747 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a783e0-17d0-4cf1-8601-9c1b37871f7e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a783e0-17d0-4cf1-8601-9c1b37871f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:55,830 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.072s
2026-07-09 13:42:55,831 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e8fcf9-a044-440f-b383-27b218b1178b', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e8fcf9-a044-440f-b383-27b218b1178b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:56,928 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.083s
2026-07-09 13:42:56,929 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2c91fc-4ecd-4edc-8a06-ec1426af79f1', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2c91fc-4ecd-4edc-8a06-ec1426af79f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:58,038 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.094s
2026-07-09 13:42:58,038 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86928bc8-36c7-4f0c-91cb-40939d222490', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86928bc8-36c7-4f0c-91cb-40939d222490', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:42:59,122 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.069s
2026-07-09 13:42:59,122 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50b5968b-c1c6-4f9f-98c1-5cbdd8d4bda8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50b5968b-c1c6-4f9f-98c1-5cbdd8d4bda8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:00,203 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.067s
2026-07-09 13:43:00,203 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4445cff-edbe-4111-9abf-860c88704370', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4445cff-edbe-4111-9abf-860c88704370', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:01,290 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.072s
2026-07-09 13:43:01,291 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-230b3f27-6ee4-4780-8051-6040dd3e5898', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-230b3f27-6ee4-4780-8051-6040dd3e5898', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:02,384 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.078s
2026-07-09 13:43:02,385 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0de5119c-fcdd-40b4-af75-5269568c96c4', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0de5119c-fcdd-40b4-af75-5269568c96c4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:03,497 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.097s
2026-07-09 13:43:03,497 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d8e9b65-6ac5-4a11-ae8a-19f6c38ddbdb', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d8e9b65-6ac5-4a11-ae8a-19f6c38ddbdb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:04,570 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.059s
2026-07-09 13:43:04,570 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e7b18d-5d2b-4e82-bcb2-0aa198df791f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e7b18d-5d2b-4e82-bcb2-0aa198df791f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:05,658 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.075s
2026-07-09 13:43:05,659 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e1de63-677e-4db7-9703-d24db8480cb1', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e1de63-677e-4db7-9703-d24db8480cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:06,726 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.052s
2026-07-09 13:43:06,726 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-104e3245-559e-4be5-bdc3-e4f98555bccc', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-104e3245-559e-4be5-bdc3-e4f98555bccc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:07,859 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.118s
2026-07-09 13:43:07,859 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6880fb23-d7b4-40a8-856a-53c5708859b1', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6880fb23-d7b4-40a8-856a-53c5708859b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:08,936 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.060s
2026-07-09 13:43:08,936 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b197dc5-1c77-4b32-993b-c66da9f13b81', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b197dc5-1c77-4b32-993b-c66da9f13b81', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:09,997 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.047s
2026-07-09 13:43:09,998 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56e579d-b88a-4b1b-8c3e-5ab13ee0423e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56e579d-b88a-4b1b-8c3e-5ab13ee0423e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:11,071 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:43:11,071 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e96413-df48-4811-869b-ef08a8e54c88', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e96413-df48-4811-869b-ef08a8e54c88', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:12,150 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.066s
2026-07-09 13:43:12,150 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf54b932-410d-4a8b-8217-2723a2a522aa', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf54b932-410d-4a8b-8217-2723a2a522aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:13,232 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.066s
2026-07-09 13:43:13,233 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4c768e5-f913-48d7-969c-93c6baf831d1', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4c768e5-f913-48d7-969c-93c6baf831d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:14,317 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.074s
2026-07-09 13:43:14,317 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120d2af0-6b73-4ea1-9a56-25447132240f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120d2af0-6b73-4ea1-9a56-25447132240f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:15,397 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.065s
2026-07-09 13:43:15,397 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a400d4e6-b379-46b2-aa52-422cdeeb25f2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a400d4e6-b379-46b2-aa52-422cdeeb25f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:16,465 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.055s
2026-07-09 13:43:16,466 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d2a759-91c1-40c5-8f58-cea7cd6d63d3', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d2a759-91c1-40c5-8f58-cea7cd6d63d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:17,543 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.065s
2026-07-09 13:43:17,544 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0722ea23-344b-4416-b652-951780b18e0f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0722ea23-344b-4416-b652-951780b18e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:18,637 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.078s
2026-07-09 13:43:18,638 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37097d0b-3958-4208-9e73-7a48154f1625', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37097d0b-3958-4208-9e73-7a48154f1625', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:19,695 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.043s
2026-07-09 13:43:19,695 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a18303fb-2aab-42a5-af7c-10060bc72d1b', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a18303fb-2aab-42a5-af7c-10060bc72d1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:20,758 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.052s
2026-07-09 13:43:20,758 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf5394c-0095-4972-b57f-dfad4c8fc10e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf5394c-0095-4972-b57f-dfad4c8fc10e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:21,950 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.176s
2026-07-09 13:43:21,950 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c68b79d3-6f0b-45ae-b10b-a70dd600cd7a', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c68b79d3-6f0b-45ae-b10b-a70dd600cd7a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:23,188 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.222s
2026-07-09 13:43:23,189 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26088849-e6e5-49c5-bce2-7855b031f00c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26088849-e6e5-49c5-bce2-7855b031f00c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:24,397 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.188s
2026-07-09 13:43:24,398 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da41b2d4-5857-49d6-85bd-0d50bdc4dff4', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da41b2d4-5857-49d6-85bd-0d50bdc4dff4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:25,623 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.202s
2026-07-09 13:43:25,625 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a9bc2e-0d67-4520-a277-e22c5757afc7', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a9bc2e-0d67-4520-a277-e22c5757afc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:26,712 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.065s
2026-07-09 13:43:26,714 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f72aee-8558-4f6e-8fcc-fe54ca98143c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83f72aee-8558-4f6e-8fcc-fe54ca98143c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:27,772 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.043s
2026-07-09 13:43:27,773 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5058c9ec-ee8c-40a6-9b9e-030a8b8936f4', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5058c9ec-ee8c-40a6-9b9e-030a8b8936f4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:28,881 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.098s
2026-07-09 13:43:28,882 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c86b28-acc2-46a1-bcff-08551a69c896', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c86b28-acc2-46a1-bcff-08551a69c896', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:29,954 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.060s
2026-07-09 13:43:29,954 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-852cbcd4-ba48-40ad-bd9a-df0e7ebc20e3', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-852cbcd4-ba48-40ad-bd9a-df0e7ebc20e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:31,075 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.105s
2026-07-09 13:43:31,075 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bf321db-105d-4e50-ba92-c1f9d91cf853', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bf321db-105d-4e50-ba92-c1f9d91cf853', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:32,204 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.113s
2026-07-09 13:43:32,204 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8cbbb6a-80dd-4486-9cbe-5dc18f49ae02', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8cbbb6a-80dd-4486-9cbe-5dc18f49ae02', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:33,369 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.148s
2026-07-09 13:43:33,369 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-771ee9e9-80dd-4865-8996-fec0e922f1da', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-771ee9e9-80dd-4865-8996-fec0e922f1da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:34,514 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.134s
2026-07-09 13:43:34,515 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ed5592-f581-4157-87ac-4467a3600a2c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ed5592-f581-4157-87ac-4467a3600a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:35,587 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.057s
2026-07-09 13:43:35,587 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52a84d5-8682-4463-84c0-f9c2845c4f65', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52a84d5-8682-4463-84c0-f9c2845c4f65', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:36,675 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.067s
2026-07-09 13:43:36,675 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2fd005f-c3b0-47bd-8c9d-cf1a05ee7af4', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2fd005f-c3b0-47bd-8c9d-cf1a05ee7af4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:37,746 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.059s
2026-07-09 13:43:37,746 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d9bb2d3-5ef2-449b-80fd-ce59c8972066', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d9bb2d3-5ef2-449b-80fd-ce59c8972066', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:38,824 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.065s
2026-07-09 13:43:38,825 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cc54279-fc46-459e-b932-a1a483acd00a', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cc54279-fc46-459e-b932-a1a483acd00a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:39,903 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.066s
2026-07-09 13:43:39,903 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5ec732-b3f1-4979-8adf-ddc04da96194', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5ec732-b3f1-4979-8adf-ddc04da96194', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:40,974 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.057s
2026-07-09 13:43:40,974 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f1fe339-4e6f-4cb0-9099-616ed0967294', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f1fe339-4e6f-4cb0-9099-616ed0967294', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:42,049 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.058s
2026-07-09 13:43:42,050 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08abd410-70a5-471f-b098-aacff06175c8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08abd410-70a5-471f-b098-aacff06175c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:43,145 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.080s
2026-07-09 13:43:43,145 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-307d4afb-554f-4ef8-ac93-8d5557fe446d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-307d4afb-554f-4ef8-ac93-8d5557fe446d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:44,319 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.161s
2026-07-09 13:43:44,319 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b39673ff-9d06-4aaf-afd4-d8b76b6c9220', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b39673ff-9d06-4aaf-afd4-d8b76b6c9220', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:45,405 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.072s
2026-07-09 13:43:45,406 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8b9e693-3248-41b7-b361-24a57c3f7fa1', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8b9e693-3248-41b7-b361-24a57c3f7fa1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:46,496 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.077s
2026-07-09 13:43:46,496 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b38669c9-4cfb-43f7-a95c-b7396347d4a2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b38669c9-4cfb-43f7-a95c-b7396347d4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:47,558 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.048s
2026-07-09 13:43:47,558 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dc4c20a-8f23-41cc-ae72-48a4eb117fdf', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dc4c20a-8f23-41cc-ae72-48a4eb117fdf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:48,611 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.041s
2026-07-09 13:43:48,611 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a197c9a9-17a1-4ad8-9682-329b5bbe4bfd', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a197c9a9-17a1-4ad8-9682-329b5bbe4bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:49,667 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.044s
2026-07-09 13:43:49,667 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda034b3-893e-480b-9102-e6ddf7666f3c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda034b3-893e-480b-9102-e6ddf7666f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:50,729 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.049s
2026-07-09 13:43:50,729 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9450f7-bffa-4d29-82ad-0dc424390a8d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9450f7-bffa-4d29-82ad-0dc424390a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:51,793 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.054s
2026-07-09 13:43:51,794 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f53470-a0ae-487d-9858-2f7ac4ead1cf', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f53470-a0ae-487d-9858-2f7ac4ead1cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:52,871 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.061s
2026-07-09 13:43:52,871 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b3bd62-eda8-4b37-b4b1-55b2c464af4c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b3bd62-eda8-4b37-b4b1-55b2c464af4c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:53,932 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.050s
2026-07-09 13:43:53,932 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1620f5c4-4028-4173-b898-5dbf6886c4ec', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1620f5c4-4028-4173-b898-5dbf6886c4ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:54,993 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.049s
2026-07-09 13:43:54,993 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71353f8-25c4-4f5e-9867-e7c51a57f363', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71353f8-25c4-4f5e-9867-e7c51a57f363', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:56,054 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.046s
2026-07-09 13:43:56,054 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e748dfba-ed37-4d14-bf18-30f90dc2ffd5', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e748dfba-ed37-4d14-bf18-30f90dc2ffd5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:57,109 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.042s
2026-07-09 13:43:57,109 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a16eb38c-ff7b-4165-8379-94cb0f25b007', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a16eb38c-ff7b-4165-8379-94cb0f25b007', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:58,172 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.053s
2026-07-09 13:43:58,173 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbaf8530-06f9-4b90-91b3-0d84bd514161', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbaf8530-06f9-4b90-91b3-0d84bd514161', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:43:59,231 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.044s
2026-07-09 13:43:59,231 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982a18c4-9f47-46f5-b731-0be7c80f9952', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982a18c4-9f47-46f5-b731-0be7c80f9952', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:00,294 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.047s
2026-07-09 13:44:00,294 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54695e8d-4d4c-45e1-8552-4989f85f9498', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54695e8d-4d4c-45e1-8552-4989f85f9498', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:01,356 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.051s
2026-07-09 13:44:01,357 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-961664c2-8b98-443c-968d-372608a3199e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-961664c2-8b98-443c-968d-372608a3199e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:02,435 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.062s
2026-07-09 13:44:02,435 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c07e395b-0ad8-4568-a7df-2407bad2662e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c07e395b-0ad8-4568-a7df-2407bad2662e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:03,497 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.051s
2026-07-09 13:44:03,498 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-019bda78-7b70-47e4-9ded-718e071033b2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-019bda78-7b70-47e4-9ded-718e071033b2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:04,560 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.049s
2026-07-09 13:44:04,560 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c6326ec-c5da-44ad-ad41-61c56b675974', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c6326ec-c5da-44ad-ad41-61c56b675974', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:05,614 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.043s
2026-07-09 13:44:05,615 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1258a268-cf45-4cde-9bac-e162314940c6', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1258a268-cf45-4cde-9bac-e162314940c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:06,670 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.043s
2026-07-09 13:44:06,671 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45751e80-ea6c-4484-a3de-b6943ef88b88', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45751e80-ea6c-4484-a3de-b6943ef88b88', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:07,742 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:44:07,742 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce63190d-2228-4360-b534-7bb46819bfb4', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce63190d-2228-4360-b534-7bb46819bfb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:08,799 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.044s
2026-07-09 13:44:08,800 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4e94fe2-8f65-4d95-9abd-d56977664fb3', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4e94fe2-8f65-4d95-9abd-d56977664fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:09,853 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.039s
2026-07-09 13:44:09,853 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1dca3e2-c479-4ae7-b444-17932c796cd7', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1dca3e2-c479-4ae7-b444-17932c796cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:10,920 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:44:10,921 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8351f15-4185-49ba-a09f-7c78857b7659', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8351f15-4185-49ba-a09f-7c78857b7659', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:12,056 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.121s
2026-07-09 13:44:12,058 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263ee7c5-4eb2-433e-8423-e66f850f1a48', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263ee7c5-4eb2-433e-8423-e66f850f1a48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:13,214 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.131s
2026-07-09 13:44:13,214 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b08c33f5-e0b4-4fac-8a3c-c66fcbf79584', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b08c33f5-e0b4-4fac-8a3c-c66fcbf79584', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:14,377 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.141s
2026-07-09 13:44:14,378 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6b79ed7-129c-45e6-979e-6af3f8f515dc', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6b79ed7-129c-45e6-979e-6af3f8f515dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:15,552 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.155s
2026-07-09 13:44:15,553 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f7e6ca-3e16-4880-acea-6007540145c8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f7e6ca-3e16-4880-acea-6007540145c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:16,629 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.060s
2026-07-09 13:44:16,629 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a3f8c28-6842-4c4b-a68c-e20ab74a5022', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a3f8c28-6842-4c4b-a68c-e20ab74a5022', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:17,687 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.045s
2026-07-09 13:44:17,687 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78de57ae-741e-481d-84d9-92fd1874310d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78de57ae-741e-481d-84d9-92fd1874310d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:18,759 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.061s
2026-07-09 13:44:18,760 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5b5941-1e93-46ce-96a2-1fb82c0d538b', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5b5941-1e93-46ce-96a2-1fb82c0d538b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:19,834 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.064s
2026-07-09 13:44:19,835 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f23dc3-4377-4ca5-85ef-5dcaa5eceff8', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f23dc3-4377-4ca5-85ef-5dcaa5eceff8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:20,929 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.078s
2026-07-09 13:44:20,929 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a4fa92-4ea2-4e3e-ae12-97a43bb1d1d9', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a4fa92-4ea2-4e3e-ae12-97a43bb1d1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:22,009 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.067s
2026-07-09 13:44:22,009 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8027ff6-67ec-4744-878f-daa43262477b', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8027ff6-67ec-4744-878f-daa43262477b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:23,079 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.057s
2026-07-09 13:44:23,079 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eedcca25-2588-4594-8781-fe17092d61cc', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eedcca25-2588-4594-8781-fe17092d61cc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:24,154 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.053s
2026-07-09 13:44:24,154 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2327a7d4-b4b5-4e8b-bad0-826fdac25972', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2327a7d4-b4b5-4e8b-bad0-826fdac25972', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:25,220 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.052s
2026-07-09 13:44:25,220 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d74674e7-351a-47ce-a473-e7b4830ebdec', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d74674e7-351a-47ce-a473-e7b4830ebdec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:26,287 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.054s
2026-07-09 13:44:26,287 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9256c59-75a8-4c3e-964e-971e7fb969cf', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9256c59-75a8-4c3e-964e-971e7fb969cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:27,357 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.056s
2026-07-09 13:44:27,358 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35aa19a9-cf98-4e0a-ad69-ba5bd9de2122', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35aa19a9-cf98-4e0a-ad69-ba5bd9de2122', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:28,438 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.068s
2026-07-09 13:44:28,438 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ae0b8b-e901-43a0-8727-e1deb8c77724', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ae0b8b-e901-43a0-8727-e1deb8c77724', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:29,500 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.048s
2026-07-09 13:44:29,500 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c624b7e-c45b-4b23-b154-b3e9fe733424', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c624b7e-c45b-4b23-b154-b3e9fe733424', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:30,563 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.052s
2026-07-09 13:44:30,563 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcfc4fe9-1138-47dd-bec0-6aa55577bcfd', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcfc4fe9-1138-47dd-bec0-6aa55577bcfd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:31,625 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.050s
2026-07-09 13:44:31,626 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d4cfc95-dcb7-4437-ae32-c3632b08797e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d4cfc95-dcb7-4437-ae32-c3632b08797e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:32,701 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.063s
2026-07-09 13:44:32,701 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be5ff3d6-ac73-4356-aae4-ca8ff28bcb60', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be5ff3d6-ac73-4356-aae4-ca8ff28bcb60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:33,768 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.054s
2026-07-09 13:44:33,769 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c93dc76-b1a6-4ed9-bbb0-1e956b4c172a', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c93dc76-b1a6-4ed9-bbb0-1e956b4c172a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:34,840 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.057s
2026-07-09 13:44:34,841 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebcc5909-5ee3-4b0e-ab06-14b4608f85dc', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebcc5909-5ee3-4b0e-ab06-14b4608f85dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:35,912 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.059s
2026-07-09 13:44:35,912 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be5bb9e2-dfc5-429d-b452-35d73f3256ed', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be5bb9e2-dfc5-429d-b452-35d73f3256ed', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:37,025 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.099s
2026-07-09 13:44:37,026 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ba7537-c809-473d-8210-1815f532cce0', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ba7537-c809-473d-8210-1815f532cce0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:38,103 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.066s
2026-07-09 13:44:38,103 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1a8790-f33e-4fff-9e69-5cf5468ba057', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1a8790-f33e-4fff-9e69-5cf5468ba057', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:39,216 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.099s
2026-07-09 13:44:39,217 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe1fb3f0-0712-48b4-9912-28c049dcb7ad', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe1fb3f0-0712-48b4-9912-28c049dcb7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:40,282 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.052s
2026-07-09 13:44:40,283 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9109e9b-6c4e-45c3-a584-84389f7d7176', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9109e9b-6c4e-45c3-a584-84389f7d7176', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:41,354 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.060s
2026-07-09 13:44:41,354 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d1c417c-4843-4ffe-87e1-d9c338ecab3a', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d1c417c-4843-4ffe-87e1-d9c338ecab3a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:42,415 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.049s
2026-07-09 13:44:42,415 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54edd3c8-7e46-4c19-b531-fb4a4952cfd9', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54edd3c8-7e46-4c19-b531-fb4a4952cfd9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:43,469 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.044s
2026-07-09 13:44:43,470 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11c3954-6808-446d-ba25-dab20e913f12', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11c3954-6808-446d-ba25-dab20e913f12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:44,525 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.045s
2026-07-09 13:44:44,525 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c015e48-a84b-48bb-88e7-3823e9199402', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c015e48-a84b-48bb-88e7-3823e9199402', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:45,592 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.055s
2026-07-09 13:44:45,592 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11332440-6b91-42de-acf1-9dcf58bfc83a', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11332440-6b91-42de-acf1-9dcf58bfc83a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:46,651 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.040s
2026-07-09 13:44:46,652 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9027c15-0f52-4a7c-904d-ca5d4a574e5a', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9027c15-0f52-4a7c-904d-ca5d4a574e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:47,720 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.047s
2026-07-09 13:44:47,720 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4658039e-76be-401c-83f5-cda222c1c729', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4658039e-76be-401c-83f5-cda222c1c729', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:48,777 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.045s
2026-07-09 13:44:48,777 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2b6ab5-9d16-46b6-b768-9b98042f1fd6', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2b6ab5-9d16-46b6-b768-9b98042f1fd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:49,840 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.051s
2026-07-09 13:44:49,840 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d304c038-80d3-4423-99db-c579fe73c3a7', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d304c038-80d3-4423-99db-c579fe73c3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:50,898 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.044s
2026-07-09 13:44:50,898 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8f0b85e-9d79-4394-8d71-245ed9b842f2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8f0b85e-9d79-4394-8d71-245ed9b842f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:51,958 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.047s
2026-07-09 13:44:51,958 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba262d49-609a-4bd3-8dcb-a5e4a0f62250', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba262d49-609a-4bd3-8dcb-a5e4a0f62250', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:53,023 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.049s
2026-07-09 13:44:53,024 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18ab5b5f-4ee5-422e-90fb-ad0280c9bf1b', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18ab5b5f-4ee5-422e-90fb-ad0280c9bf1b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:54,075 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.041s
2026-07-09 13:44:54,076 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1424c99-5617-4cb4-9846-86d4cfb258a2', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1424c99-5617-4cb4-9846-86d4cfb258a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:55,131 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.044s
2026-07-09 13:44:55,131 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f0ecf7-fde4-4b6f-90f6-f78345777345', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f0ecf7-fde4-4b6f-90f6-f78345777345', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:56,192 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36 0.050s
2026-07-09 13:44:56,193 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9538bdae-1f56-4f18-a229-d51cadc76c8a', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9538bdae-1f56-4f18-a229-d51cadc76c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36'}
Body: b'{"volume": {"id": "3db33855-c934-4780-9a9f-2feb39ecff36", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:41:38.000000", "updated_at": "2026-07-09T11:41:41.000000", "name": "tempest-TestStampPattern-volume-1398822441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.95/volume/v3/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}, {"rel": "bookmark", "href": "http://192.168.122.95/volume/volumes/3db33855-c934-4780-9a9f-2feb39ecff36"}], "user_id": "27d25d7214524506a265d32508ea0563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee6b145634824405a8e5ed0f8bfad0bb"}}'
2026-07-09 13:44:56,685 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://192.168.122.95/networking/v2.0/security-groups/93d9b51f-ff49-418c-a12f-6401ddd1ab3a 0.480s
2026-07-09 13:44:56,686 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f8e64d88-809f-4cd6-9bbc-9cd5a08fb52b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.95/networking/v2.0/security-groups/93d9b51f-ff49-418c-a12f-6401ddd1ab3a'}
Body: b''
2026-07-09 13:44:56,727 87055 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestStampPattern-669717648 0.041s
2026-07-09 13:44:56,729 87055 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f302645d-327e-45e6-88f8-1e692bd6a843', 'x-compute-request-id': 'req-f302645d-327e-45e6-88f8-1e692bd6a843', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.95/compute/v2.1/os-keypairs/tempest-TestStampPattern-669717648'}
Body: b''
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 993, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestStampPattern:_run_cleanups) Failed to delete volume 3db33855-c934-4780-9a9f-2feb39ecff36 within the required time (196 s). Timer started at 1783597300. Timer ended at 1783597496. Waited for 196 s.
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 91, in test_stamp_pattern
server = self.create_server(
^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 292, in create_test_server
body = clients.servers_client.create_server(name=name, imageRef=image_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 133, in create_server
resp, body = self.post('servers', post_body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'TypeError'>
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt19.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt19.2: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt20.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt20.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt21.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt21.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt22.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt22.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt23.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt23.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt24.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt24.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt25.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt25.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt25.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt25.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_capabilities[id-1fdbe493-e58f-48bf-bb38-52003eeef8cb] |
pass
pt26.1: cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests.test_get_capabilities[id-1fdbe493-e58f-48bf-bb38-52003eeef8cb]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_capabilities[id-dbaf51de-fafa-4f55-875f-7537524489ab] |
pass
pt27.1: cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests.test_get_capabilities[id-dbaf51de-fafa-4f55-875f-7537524489ab]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_capabilities[id-d16034fc-4204-4ea8-94b3-714de59fdfbf] |
pass
pt28.1: cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests.test_get_capabilities[id-d16034fc-4204-4ea8-94b3-714de59fdfbf]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests | 9 | 9 | 0 | 0 | 0 | Detail | |
test_create_snapshot[id-43f77b31-aab4-46d0-b76f-e17000d23589] |
pass
pt29.1: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_create_snapshot[id-43f77b31-aab4-46d0-b76f-e17000d23589]
|
||||||
test_delete_snapshot[id-22939122-8b4e-47d5-abaa-774bc55c07fc] |
pass
pt29.2: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_delete_snapshot[id-22939122-8b4e-47d5-abaa-774bc55c07fc]
|
||||||
test_force_delete_snapshot[id-e7cb3eb0-d607-4c90-995d-df82d030eca8] |
pass
pt29.3: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_force_delete_snapshot[id-e7cb3eb0-d607-4c90-995d-df82d030eca8]
|
||||||
test_list_snapshots[id-5b3ec87f-443f-42f7-bd3c-ab05ea30c5e1] |
pass
pt29.4: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_list_snapshots[id-5b3ec87f-443f-42f7-bd3c-ab05ea30c5e1]
|
||||||
test_reset_snapshot_status[id-da391afd-8baa-458b-b222-f6ab42ab47c3] |
pass
pt29.5: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_reset_snapshot_status[id-da391afd-8baa-458b-b222-f6ab42ab47c3]
|
||||||
test_show_snapshot[id-6fee8967-951c-4957-b51b-97b83c13c7c3] |
pass
pt29.6: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_show_snapshot[id-6fee8967-951c-4957-b51b-97b83c13c7c3]
|
||||||
test_unmanage_snapshot[id-dd7da3da-68ef-42f5-af1d-29803a4a04fd] |
pass
pt29.7: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_unmanage_snapshot[id-dd7da3da-68ef-42f5-af1d-29803a4a04fd]
|
||||||
test_update_snapshot[id-a774bdca-bfbe-477d-9711-5fb64d7e34ea] |
pass
pt29.8: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_update_snapshot[id-a774bdca-bfbe-477d-9711-5fb64d7e34ea]
|
||||||
test_update_snapshot_status[id-12e00e1b-bf84-41c1-8a1e-8625d1317789] |
pass
pt29.9: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests.test_update_snapshot_status[id-12e00e1b-bf84-41c1-8a1e-8625d1317789]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests | 9 | 5 | 0 | 0 | 4 | Detail | |
test_create_snapshot[id-13ae344f-fa01-44cc-b9f1-d04452940dc1] |
skip
pt30.1: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_create_snapshot[id-13ae344f-fa01-44cc-b9f1-d04452940dc1]
|
||||||
test_delete_snapshot[id-5b58f647-da0f-4d2a-bf68-680fc692efb4] |
skip
pt30.2: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_delete_snapshot[id-5b58f647-da0f-4d2a-bf68-680fc692efb4]
|
||||||
test_force_delete_snapshot[id-63aa8184-897d-4e00-9b80-d2e7828f1b13] |
pass
pt30.3: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_force_delete_snapshot[id-63aa8184-897d-4e00-9b80-d2e7828f1b13]
|
||||||
test_list_snapshots[id-dd8e19dc-c8fd-443c-8aed-cdffe07fa6be] |
pass
pt30.4: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_list_snapshots[id-dd8e19dc-c8fd-443c-8aed-cdffe07fa6be]
|
||||||
test_reset_snapshot_status[id-809d8c8c-25bf-4f1f-9b77-1a81ce4292d1] |
pass
pt30.5: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_reset_snapshot_status[id-809d8c8c-25bf-4f1f-9b77-1a81ce4292d1]
|
||||||
test_show_snapshot[id-6f69e8ed-4e11-40a1-9620-258cf3c45872] |
pass
pt30.6: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_show_snapshot[id-6f69e8ed-4e11-40a1-9620-258cf3c45872]
|
||||||
test_unmanage_snapshot[id-35495666-b663-4c68-ba44-0695e30a6838] |
pass
pt30.7: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_unmanage_snapshot[id-35495666-b663-4c68-ba44-0695e30a6838]
|
||||||
test_update_snapshot[id-c46f5df8-9a6f-4ed6-b94c-3b65ef05ee9e] |
skip
pt30.8: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_update_snapshot[id-c46f5df8-9a6f-4ed6-b94c-3b65ef05ee9e]
|
||||||
test_update_snapshot_status[id-c90f98d7-3665-4c9f-820f-3f4c2adfdbf5] |
skip
pt30.9: cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests.test_update_snapshot_status[id-c90f98d7-3665-4c9f-820f-3f4c2adfdbf5]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_message[id-1f2db6f2-148f-44c2-97ef-dcff0fccd49a] |
pass
pt31.1: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests.test_delete_message[id-1f2db6f2-148f-44c2-97ef-dcff0fccd49a]
|
||||||
test_list_messages[id-f3567efc-863c-4668-8fb1-6aa3f836451d] |
pass
pt31.2: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests.test_list_messages[id-f3567efc-863c-4668-8fb1-6aa3f836451d]
|
||||||
test_show_message[id-eecc7045-017b-492c-8594-2d40f5fda139] |
pass
pt31.3: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests.test_show_message[id-eecc7045-017b-492c-8594-2d40f5fda139]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_delete_message[id-a77cd089-cb74-4b44-abcb-06f1a6f80378] |
pass
pt32.1: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests.test_delete_message[id-a77cd089-cb74-4b44-abcb-06f1a6f80378]
|
||||||
test_list_messages[id-fb470249-a482-49c6-84af-eda34891a714] |
pass
pt32.2: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests.test_list_messages[id-fb470249-a482-49c6-84af-eda34891a714]
|
||||||
test_show_message[id-43d248ef-008d-4aff-8c7f-37959a0fa195] |
pass
pt32.3: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests.test_show_message[id-43d248ef-008d-4aff-8c7f-37959a0fa195]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests | 3 | 2 | 0 | 0 | 1 | Detail | |
test_delete_message[id-c6e8744b-7749-425f-81b6-b1c3df6c7162] |
skip
pt33.1: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests.test_delete_message[id-c6e8744b-7749-425f-81b6-b1c3df6c7162]
|
||||||
test_list_messages[id-1bef8bf9-6457-40f8-ada2-bc4d27602a07] |
pass
pt33.2: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests.test_list_messages[id-1bef8bf9-6457-40f8-ada2-bc4d27602a07]
|
||||||
test_show_message[id-689c53a9-6db9-44a8-9878-41d28899e0af] |
pass
pt33.3: cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests.test_show_message[id-689c53a9-6db9-44a8-9878-41d28899e0af]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests | 14 | 4 | 0 | 0 | 10 | Detail | |
test_extend_volume[id-4d721c58-2f6f-4857-8f4f-0664d5f7bf49] |
skip
pt34.1: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_extend_volume[id-4d721c58-2f6f-4857-8f4f-0664d5f7bf49]
|
||||||
test_force_delete_volume[id-b025ff12-73a4-4f15-af55-876cd43cade3] |
pass
pt34.2: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_force_delete_volume[id-b025ff12-73a4-4f15-af55-876cd43cade3]
|
||||||
test_reserve_volume[id-d2c13bf9-267a-4a71-be5c-391f22e9b433] |
skip
pt34.3: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_reserve_volume[id-d2c13bf9-267a-4a71-be5c-391f22e9b433]
|
||||||
test_reset_volume_status[id-434b454a-5cbe-492d-a416-70b8ff41f636] |
pass
pt34.4: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_reset_volume_status[id-434b454a-5cbe-492d-a416-70b8ff41f636]
|
||||||
test_retype_volume[id-4675295a-7c72-4b04-8a43-03d7c88ab6bf] |
skip
pt34.5: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_retype_volume[id-4675295a-7c72-4b04-8a43-03d7c88ab6bf]
|
||||||
test_unreserve_volume[id-725d85cf-96b2-4338-98f4-2f468099c4ed] |
skip
pt34.6: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_unreserve_volume[id-725d85cf-96b2-4338-98f4-2f468099c4ed]
|
||||||
test_update_volume_readonly[id-3beecd52-e314-40d8-875d-a0e7db8dd88f] |
skip
pt34.7: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_update_volume_readonly[id-3beecd52-e314-40d8-875d-a0e7db8dd88f]
|
||||||
test_extend_volume[id-4d721c58-2f6f-4857-8f4f-0664d5f7bf49] |
skip
pt34.8: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_extend_volume[id-4d721c58-2f6f-4857-8f4f-0664d5f7bf49]
|
||||||
test_force_delete_volume[id-b025ff12-73a4-4f15-af55-876cd43cade3] |
pass
pt34.9: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_force_delete_volume[id-b025ff12-73a4-4f15-af55-876cd43cade3]
|
||||||
test_reserve_volume[id-d2c13bf9-267a-4a71-be5c-391f22e9b433] |
skip
pt34.10: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_reserve_volume[id-d2c13bf9-267a-4a71-be5c-391f22e9b433]
|
||||||
test_reset_volume_status[id-434b454a-5cbe-492d-a416-70b8ff41f636] |
pass
pt34.11: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_reset_volume_status[id-434b454a-5cbe-492d-a416-70b8ff41f636]
|
||||||
test_retype_volume[id-4675295a-7c72-4b04-8a43-03d7c88ab6bf] |
skip
pt34.12: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_retype_volume[id-4675295a-7c72-4b04-8a43-03d7c88ab6bf]
|
||||||
test_unreserve_volume[id-725d85cf-96b2-4338-98f4-2f468099c4ed] |
skip
pt34.13: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_unreserve_volume[id-725d85cf-96b2-4338-98f4-2f468099c4ed]
|
||||||
test_update_volume_readonly[id-3beecd52-e314-40d8-875d-a0e7db8dd88f] |
skip
pt34.14: cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests.test_update_volume_readonly[id-3beecd52-e314-40d8-875d-a0e7db8dd88f]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests | 32 | 30 | 0 | 0 | 2 | Detail | |
test_create_encryption_type[id-e7c4e925-6ce6-439b-8be8-6df4cbc32cdc] |
pass
pt35.1: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_create_encryption_type[id-e7c4e925-6ce6-439b-8be8-6df4cbc32cdc]
|
||||||
test_create_or_update_extra_specs_for_volume_type[id-422271a7-0128-4fd6-9f60-aeb4a1ce16ea] |
pass
pt35.2: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_create_or_update_extra_specs_for_volume_type[id-422271a7-0128-4fd6-9f60-aeb4a1ce16ea]
|
||||||
test_create_volume_type[id-57384db2-9408-4a31-8c15-022eea5f9b76] |
pass
pt35.3: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_create_volume_type[id-57384db2-9408-4a31-8c15-022eea5f9b76]
|
||||||
test_delete_encryption_type[id-e622af7d-a412-4903-9256-256d8e3cc560] |
pass
pt35.4: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_delete_encryption_type[id-e622af7d-a412-4903-9256-256d8e3cc560]
|
||||||
test_delete_extra_spec_for_volume_type[id-4661cc2f-8727-4998-a427-8cb1d512b68a] |
pass
pt35.5: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_delete_extra_spec_for_volume_type[id-4661cc2f-8727-4998-a427-8cb1d512b68a]
|
||||||
test_delete_volume_type[id-7486259d-5c40-4fb3-8a95-491c45a0a872] |
pass
pt35.6: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_delete_volume_type[id-7486259d-5c40-4fb3-8a95-491c45a0a872]
|
||||||
test_list_all_extra_specs_for_volume_type[id-5c491d13-df15-4721-812e-2ed473b86a12] |
pass
pt35.7: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_list_all_extra_specs_for_volume_type[id-5c491d13-df15-4721-812e-2ed473b86a12]
|
||||||
test_list_volume_types[id-e075e8ff-bb05-4c84-b2ab-0205ef3e8dbd] |
pass
pt35.8: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_list_volume_types[id-e075e8ff-bb05-4c84-b2ab-0205ef3e8dbd]
|
||||||
test_show_default_volume_type[id-93886ad8-5cd0-4def-8b0e-40418e55050d] |
skip
pt35.9: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_default_volume_type[id-93886ad8-5cd0-4def-8b0e-40418e55050d]
|
||||||
test_show_encryption_spec_item[id-4ff57649-bfe1-48f4-aaac-4577affba8d7] |
pass
pt35.10: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_encryption_spec_item[id-4ff57649-bfe1-48f4-aaac-4577affba8d7]
|
||||||
test_show_encryption_type[id-46fc49a3-f76f-4c22-ac83-8d1665437810] |
pass
pt35.11: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_encryption_type[id-46fc49a3-f76f-4c22-ac83-8d1665437810]
|
||||||
test_show_extra_spec_for_volume_type[id-a2cca7b6-0af9-47e5-b8c1-4e0f01822d4e] |
pass
pt35.12: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_extra_spec_for_volume_type[id-a2cca7b6-0af9-47e5-b8c1-4e0f01822d4e]
|
||||||
test_show_volume_type_detail[id-7f794e33-b5cf-4172-b39e-a56cd9c18a2e] |
pass
pt35.13: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_volume_type_detail[id-7f794e33-b5cf-4172-b39e-a56cd9c18a2e]
|
||||||
test_update_encryption_type[id-90beb71d-93fa-4252-8566-192bdd517715] |
pass
pt35.14: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_update_encryption_type[id-90beb71d-93fa-4252-8566-192bdd517715]
|
||||||
test_update_extra_spec_for_volume_type[id-d0ff17d3-2c47-485f-b2f1-d53ec32c32e2] |
pass
pt35.15: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_update_extra_spec_for_volume_type[id-d0ff17d3-2c47-485f-b2f1-d53ec32c32e2]
|
||||||
test_update_volume_type[id-77d065ef-ffdd-4749-b326-d64fbf5d0432] |
pass
pt35.16: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_update_volume_type[id-77d065ef-ffdd-4749-b326-d64fbf5d0432]
|
||||||
test_create_encryption_type[id-e7c4e925-6ce6-439b-8be8-6df4cbc32cdc] |
pass
pt35.17: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_create_encryption_type[id-e7c4e925-6ce6-439b-8be8-6df4cbc32cdc]
|
||||||
test_create_or_update_extra_specs_for_volume_type[id-422271a7-0128-4fd6-9f60-aeb4a1ce16ea] |
pass
pt35.18: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_create_or_update_extra_specs_for_volume_type[id-422271a7-0128-4fd6-9f60-aeb4a1ce16ea]
|
||||||
test_create_volume_type[id-57384db2-9408-4a31-8c15-022eea5f9b76] |
pass
pt35.19: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_create_volume_type[id-57384db2-9408-4a31-8c15-022eea5f9b76]
|
||||||
test_delete_encryption_type[id-e622af7d-a412-4903-9256-256d8e3cc560] |
pass
pt35.20: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_delete_encryption_type[id-e622af7d-a412-4903-9256-256d8e3cc560]
|
||||||
test_delete_extra_spec_for_volume_type[id-4661cc2f-8727-4998-a427-8cb1d512b68a] |
pass
pt35.21: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_delete_extra_spec_for_volume_type[id-4661cc2f-8727-4998-a427-8cb1d512b68a]
|
||||||
test_delete_volume_type[id-7486259d-5c40-4fb3-8a95-491c45a0a872] |
pass
pt35.22: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_delete_volume_type[id-7486259d-5c40-4fb3-8a95-491c45a0a872]
|
||||||
test_list_all_extra_specs_for_volume_type[id-5c491d13-df15-4721-812e-2ed473b86a12] |
pass
pt35.23: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_list_all_extra_specs_for_volume_type[id-5c491d13-df15-4721-812e-2ed473b86a12]
|
||||||
test_list_volume_types[id-e075e8ff-bb05-4c84-b2ab-0205ef3e8dbd] |
pass
pt35.24: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_list_volume_types[id-e075e8ff-bb05-4c84-b2ab-0205ef3e8dbd]
|
||||||
test_show_default_volume_type[id-93886ad8-5cd0-4def-8b0e-40418e55050d] |
skip
pt35.25: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_default_volume_type[id-93886ad8-5cd0-4def-8b0e-40418e55050d]
|
||||||
test_show_encryption_spec_item[id-4ff57649-bfe1-48f4-aaac-4577affba8d7] |
pass
pt35.26: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_encryption_spec_item[id-4ff57649-bfe1-48f4-aaac-4577affba8d7]
|
||||||
test_show_encryption_type[id-46fc49a3-f76f-4c22-ac83-8d1665437810] |
pass
pt35.27: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_encryption_type[id-46fc49a3-f76f-4c22-ac83-8d1665437810]
|
||||||
test_show_extra_spec_for_volume_type[id-a2cca7b6-0af9-47e5-b8c1-4e0f01822d4e] |
pass
pt35.28: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_extra_spec_for_volume_type[id-a2cca7b6-0af9-47e5-b8c1-4e0f01822d4e]
|
||||||
test_show_volume_type_detail[id-7f794e33-b5cf-4172-b39e-a56cd9c18a2e] |
pass
pt35.29: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_show_volume_type_detail[id-7f794e33-b5cf-4172-b39e-a56cd9c18a2e]
|
||||||
test_update_encryption_type[id-90beb71d-93fa-4252-8566-192bdd517715] |
pass
pt35.30: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_update_encryption_type[id-90beb71d-93fa-4252-8566-192bdd517715]
|
||||||
test_update_extra_spec_for_volume_type[id-d0ff17d3-2c47-485f-b2f1-d53ec32c32e2] |
pass
pt35.31: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_update_extra_spec_for_volume_type[id-d0ff17d3-2c47-485f-b2f1-d53ec32c32e2]
|
||||||
test_update_volume_type[id-77d065ef-ffdd-4749-b326-d64fbf5d0432] |
pass
pt35.32: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests.test_update_volume_type[id-77d065ef-ffdd-4749-b326-d64fbf5d0432]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests | 32 | 30 | 0 | 0 | 2 | Detail | |
test_create_encryption_type[id-65d86181-905a-4aa6-a9e5-672415d819a0] |
pass
pt36.1: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_create_encryption_type[id-65d86181-905a-4aa6-a9e5-672415d819a0]
|
||||||
test_create_or_update_extra_specs_for_volume_type[id-fda21e7e-9292-49b8-9754-f3c25b8e5f57] |
pass
pt36.2: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_create_or_update_extra_specs_for_volume_type[id-fda21e7e-9292-49b8-9754-f3c25b8e5f57]
|
||||||
test_create_volume_type[id-81cebbb8-fa0d-4bd8-a433-e43c7b187456] |
pass
pt36.3: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_create_volume_type[id-81cebbb8-fa0d-4bd8-a433-e43c7b187456]
|
||||||
test_delete_encryption_type[id-c0163522-524f-4dfb-a3d4-6648f58ce99c] |
pass
pt36.4: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_delete_encryption_type[id-c0163522-524f-4dfb-a3d4-6648f58ce99c]
|
||||||
test_delete_extra_spec_for_volume_type[id-3695be33-bd22-4090-8252-9c42eb7eeef6] |
pass
pt36.5: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_delete_extra_spec_for_volume_type[id-3695be33-bd22-4090-8252-9c42eb7eeef6]
|
||||||
test_delete_volume_type[id-6847c211-647b-4d02-910c-773e76b99fcd] |
pass
pt36.6: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_delete_volume_type[id-6847c211-647b-4d02-910c-773e76b99fcd]
|
||||||
test_list_all_extra_specs_for_volume_type[id-82fd0d34-17b3-4f45-bd2e-728c9a8bff8c] |
pass
pt36.7: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_list_all_extra_specs_for_volume_type[id-82fd0d34-17b3-4f45-bd2e-728c9a8bff8c]
|
||||||
test_list_volume_types[id-308f80c9-6342-45a1-8e6e-9e400b510013] |
pass
pt36.8: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_list_volume_types[id-308f80c9-6342-45a1-8e6e-9e400b510013]
|
||||||
test_show_default_volume_type[id-2e990c61-a2ea-4a01-a2dc-1f483c934e8d] |
skip
pt36.9: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_default_volume_type[id-2e990c61-a2ea-4a01-a2dc-1f483c934e8d]
|
||||||
test_show_encryption_spec_item[id-387974ce-3544-48e3-81c0-3f86a5b60b93] |
pass
pt36.10: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_encryption_spec_item[id-387974ce-3544-48e3-81c0-3f86a5b60b93]
|
||||||
test_show_encryption_type[id-7c84b013-c5a8-434f-8ea7-23c5b2d46d5e] |
pass
pt36.11: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_encryption_type[id-7c84b013-c5a8-434f-8ea7-23c5b2d46d5e]
|
||||||
test_show_extra_spec_for_volume_type[id-67aa0b40-7c0a-4ae7-8682-fb4f20abd390] |
pass
pt36.12: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_extra_spec_for_volume_type[id-67aa0b40-7c0a-4ae7-8682-fb4f20abd390]
|
||||||
test_show_volume_type_detail[id-319f3ca1-bdd7-433c-9bed-03c7b093e7a2] |
pass
pt36.13: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_volume_type_detail[id-319f3ca1-bdd7-433c-9bed-03c7b093e7a2]
|
||||||
test_update_encryption_type[id-2633f1d3-e648-4d12-86b9-e7f72b41ec68] |
pass
pt36.14: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_update_encryption_type[id-2633f1d3-e648-4d12-86b9-e7f72b41ec68]
|
||||||
test_update_extra_spec_for_volume_type[id-65470a71-254d-4152-bdaa-6b7f43e9c74f] |
pass
pt36.15: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_update_extra_spec_for_volume_type[id-65470a71-254d-4152-bdaa-6b7f43e9c74f]
|
||||||
test_update_volume_type[id-e5e642bf-2f31-4d04-ad43-6ad75562b7e4] |
pass
pt36.16: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_update_volume_type[id-e5e642bf-2f31-4d04-ad43-6ad75562b7e4]
|
||||||
test_create_encryption_type[id-65d86181-905a-4aa6-a9e5-672415d819a0] |
pass
pt36.17: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_create_encryption_type[id-65d86181-905a-4aa6-a9e5-672415d819a0]
|
||||||
test_create_or_update_extra_specs_for_volume_type[id-fda21e7e-9292-49b8-9754-f3c25b8e5f57] |
pass
pt36.18: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_create_or_update_extra_specs_for_volume_type[id-fda21e7e-9292-49b8-9754-f3c25b8e5f57]
|
||||||
test_create_volume_type[id-81cebbb8-fa0d-4bd8-a433-e43c7b187456] |
pass
pt36.19: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_create_volume_type[id-81cebbb8-fa0d-4bd8-a433-e43c7b187456]
|
||||||
test_delete_encryption_type[id-c0163522-524f-4dfb-a3d4-6648f58ce99c] |
pass
pt36.20: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_delete_encryption_type[id-c0163522-524f-4dfb-a3d4-6648f58ce99c]
|
||||||
test_delete_extra_spec_for_volume_type[id-3695be33-bd22-4090-8252-9c42eb7eeef6] |
pass
pt36.21: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_delete_extra_spec_for_volume_type[id-3695be33-bd22-4090-8252-9c42eb7eeef6]
|
||||||
test_delete_volume_type[id-6847c211-647b-4d02-910c-773e76b99fcd] |
pass
pt36.22: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_delete_volume_type[id-6847c211-647b-4d02-910c-773e76b99fcd]
|
||||||
test_list_all_extra_specs_for_volume_type[id-82fd0d34-17b3-4f45-bd2e-728c9a8bff8c] |
pass
pt36.23: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_list_all_extra_specs_for_volume_type[id-82fd0d34-17b3-4f45-bd2e-728c9a8bff8c]
|
||||||
test_list_volume_types[id-308f80c9-6342-45a1-8e6e-9e400b510013] |
pass
pt36.24: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_list_volume_types[id-308f80c9-6342-45a1-8e6e-9e400b510013]
|
||||||
test_show_default_volume_type[id-2e990c61-a2ea-4a01-a2dc-1f483c934e8d] |
skip
pt36.25: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_default_volume_type[id-2e990c61-a2ea-4a01-a2dc-1f483c934e8d]
|
||||||
test_show_encryption_spec_item[id-387974ce-3544-48e3-81c0-3f86a5b60b93] |
pass
pt36.26: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_encryption_spec_item[id-387974ce-3544-48e3-81c0-3f86a5b60b93]
|
||||||
test_show_encryption_type[id-7c84b013-c5a8-434f-8ea7-23c5b2d46d5e] |
pass
pt36.27: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_encryption_type[id-7c84b013-c5a8-434f-8ea7-23c5b2d46d5e]
|
||||||
test_show_extra_spec_for_volume_type[id-67aa0b40-7c0a-4ae7-8682-fb4f20abd390] |
pass
pt36.28: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_extra_spec_for_volume_type[id-67aa0b40-7c0a-4ae7-8682-fb4f20abd390]
|
||||||
test_show_volume_type_detail[id-319f3ca1-bdd7-433c-9bed-03c7b093e7a2] |
pass
pt36.29: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_show_volume_type_detail[id-319f3ca1-bdd7-433c-9bed-03c7b093e7a2]
|
||||||
test_update_encryption_type[id-2633f1d3-e648-4d12-86b9-e7f72b41ec68] |
pass
pt36.30: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_update_encryption_type[id-2633f1d3-e648-4d12-86b9-e7f72b41ec68]
|
||||||
test_update_extra_spec_for_volume_type[id-65470a71-254d-4152-bdaa-6b7f43e9c74f] |
pass
pt36.31: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_update_extra_spec_for_volume_type[id-65470a71-254d-4152-bdaa-6b7f43e9c74f]
|
||||||
test_update_volume_type[id-e5e642bf-2f31-4d04-ad43-6ad75562b7e4] |
pass
pt36.32: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests.test_update_volume_type[id-e5e642bf-2f31-4d04-ad43-6ad75562b7e4]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests | 32 | 26 | 0 | 0 | 6 | Detail | |
test_create_encryption_type[id-c7c0892e-08d1-45e0-8ebf-be949cb4ab02] |
pass
pt37.1: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_create_encryption_type[id-c7c0892e-08d1-45e0-8ebf-be949cb4ab02]
|
||||||
test_create_or_update_extra_specs_for_volume_type[id-b046a4d7-79a0-436b-9075-863e2299b73d] |
pass
pt37.2: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_create_or_update_extra_specs_for_volume_type[id-b046a4d7-79a0-436b-9075-863e2299b73d]
|
||||||
test_create_volume_type[id-3c3a39b1-fff5-492b-8c1c-9520063901ef] |
pass
pt37.3: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_create_volume_type[id-3c3a39b1-fff5-492b-8c1c-9520063901ef]
|
||||||
test_delete_encryption_type[id-8d85ec39-bc32-4f49-88e6-63adc7e1f832] |
pass
pt37.4: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_delete_encryption_type[id-8d85ec39-bc32-4f49-88e6-63adc7e1f832]
|
||||||
test_delete_extra_spec_for_volume_type[id-a7cdd9ae-f389-48f6-b144-abf336b1637b] |
pass
pt37.5: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_delete_extra_spec_for_volume_type[id-a7cdd9ae-f389-48f6-b144-abf336b1637b]
|
||||||
test_delete_volume_type[id-35581811-6288-4698-aaaf-7f5a4fe662e8] |
pass
pt37.6: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_delete_volume_type[id-35581811-6288-4698-aaaf-7f5a4fe662e8]
|
||||||
test_list_all_extra_specs_for_volume_type[id-9499752c-3b27-41a3-8f55-4bdba7297f92] |
pass
pt37.7: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_list_all_extra_specs_for_volume_type[id-9499752c-3b27-41a3-8f55-4bdba7297f92]
|
||||||
test_list_volume_types[id-e8a438f9-e9c1-4f3f-8ae3-ad80ee02cd6a] |
skip
pt37.8: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_list_volume_types[id-e8a438f9-e9c1-4f3f-8ae3-ad80ee02cd6a]
|
||||||
test_show_default_volume_type[id-aceab52a-c503-4081-936e-b9df1c31046d] |
skip
pt37.9: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_default_volume_type[id-aceab52a-c503-4081-936e-b9df1c31046d]
|
||||||
test_show_encryption_spec_item[id-ab9c7149-fab7-4584-b4ff-8b997cd62e75] |
pass
pt37.10: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_encryption_spec_item[id-ab9c7149-fab7-4584-b4ff-8b997cd62e75]
|
||||||
test_show_encryption_type[id-84bd20f1-621c-416d-add2-fbae57137239] |
pass
pt37.11: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_encryption_type[id-84bd20f1-621c-416d-add2-fbae57137239]
|
||||||
test_show_extra_spec_for_volume_type[id-a38f7248-3a5b-4e51-8e32-d2dcf9c771ea] |
pass
pt37.12: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_extra_spec_for_volume_type[id-a38f7248-3a5b-4e51-8e32-d2dcf9c771ea]
|
||||||
test_show_volume_type_detail[id-7ea28fc2-ce5a-48c9-8d03-31c2826fe566] |
skip
pt37.13: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_volume_type_detail[id-7ea28fc2-ce5a-48c9-8d03-31c2826fe566]
|
||||||
test_update_encryption_type[id-8186d5bc-183a-4fcc-9c6a-e2b247a0caee] |
pass
pt37.14: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_update_encryption_type[id-8186d5bc-183a-4fcc-9c6a-e2b247a0caee]
|
||||||
test_update_extra_spec_for_volume_type[id-68689644-22a8-4ba6-a642-db4258681586] |
pass
pt37.15: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_update_extra_spec_for_volume_type[id-68689644-22a8-4ba6-a642-db4258681586]
|
||||||
test_update_volume_type[id-e3fdabf0-fd8c-4bab-9870-5a67fe25c6e4] |
pass
pt37.16: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_update_volume_type[id-e3fdabf0-fd8c-4bab-9870-5a67fe25c6e4]
|
||||||
test_create_encryption_type[id-c7c0892e-08d1-45e0-8ebf-be949cb4ab02] |
pass
pt37.17: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_create_encryption_type[id-c7c0892e-08d1-45e0-8ebf-be949cb4ab02]
|
||||||
test_create_or_update_extra_specs_for_volume_type[id-b046a4d7-79a0-436b-9075-863e2299b73d] |
pass
pt37.18: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_create_or_update_extra_specs_for_volume_type[id-b046a4d7-79a0-436b-9075-863e2299b73d]
|
||||||
test_create_volume_type[id-3c3a39b1-fff5-492b-8c1c-9520063901ef] |
pass
pt37.19: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_create_volume_type[id-3c3a39b1-fff5-492b-8c1c-9520063901ef]
|
||||||
test_delete_encryption_type[id-8d85ec39-bc32-4f49-88e6-63adc7e1f832] |
pass
pt37.20: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_delete_encryption_type[id-8d85ec39-bc32-4f49-88e6-63adc7e1f832]
|
||||||
test_delete_extra_spec_for_volume_type[id-a7cdd9ae-f389-48f6-b144-abf336b1637b] |
pass
pt37.21: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_delete_extra_spec_for_volume_type[id-a7cdd9ae-f389-48f6-b144-abf336b1637b]
|
||||||
test_delete_volume_type[id-35581811-6288-4698-aaaf-7f5a4fe662e8] |
pass
pt37.22: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_delete_volume_type[id-35581811-6288-4698-aaaf-7f5a4fe662e8]
|
||||||
test_list_all_extra_specs_for_volume_type[id-9499752c-3b27-41a3-8f55-4bdba7297f92] |
pass
pt37.23: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_list_all_extra_specs_for_volume_type[id-9499752c-3b27-41a3-8f55-4bdba7297f92]
|
||||||
test_list_volume_types[id-e8a438f9-e9c1-4f3f-8ae3-ad80ee02cd6a] |
skip
pt37.24: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_list_volume_types[id-e8a438f9-e9c1-4f3f-8ae3-ad80ee02cd6a]
|
||||||
test_show_default_volume_type[id-aceab52a-c503-4081-936e-b9df1c31046d] |
skip
pt37.25: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_default_volume_type[id-aceab52a-c503-4081-936e-b9df1c31046d]
|
||||||
test_show_encryption_spec_item[id-ab9c7149-fab7-4584-b4ff-8b997cd62e75] |
pass
pt37.26: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_encryption_spec_item[id-ab9c7149-fab7-4584-b4ff-8b997cd62e75]
|
||||||
test_show_encryption_type[id-84bd20f1-621c-416d-add2-fbae57137239] |
pass
pt37.27: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_encryption_type[id-84bd20f1-621c-416d-add2-fbae57137239]
|
||||||
test_show_extra_spec_for_volume_type[id-a38f7248-3a5b-4e51-8e32-d2dcf9c771ea] |
pass
pt37.28: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_extra_spec_for_volume_type[id-a38f7248-3a5b-4e51-8e32-d2dcf9c771ea]
|
||||||
test_show_volume_type_detail[id-7ea28fc2-ce5a-48c9-8d03-31c2826fe566] |
skip
pt37.29: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_show_volume_type_detail[id-7ea28fc2-ce5a-48c9-8d03-31c2826fe566]
|
||||||
test_update_encryption_type[id-8186d5bc-183a-4fcc-9c6a-e2b247a0caee] |
pass
pt37.30: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_update_encryption_type[id-8186d5bc-183a-4fcc-9c6a-e2b247a0caee]
|
||||||
test_update_extra_spec_for_volume_type[id-68689644-22a8-4ba6-a642-db4258681586] |
pass
pt37.31: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_update_extra_spec_for_volume_type[id-68689644-22a8-4ba6-a642-db4258681586]
|
||||||
test_update_volume_type[id-e3fdabf0-fd8c-4bab-9870-5a67fe25c6e4] |
pass
pt37.32: cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests.test_update_volume_type[id-e3fdabf0-fd8c-4bab-9870-5a67fe25c6e4]
|
||||||
| cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests | 16 | 8 | 0 | 0 | 8 | Detail | |
test_create_volume[id-3d87f960-6210-45f5-b70b-679d67a4e17e] |
skip
pt38.1: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_create_volume[id-3d87f960-6210-45f5-b70b-679d67a4e17e]
|
||||||
test_delete_volume[id-4fd4dce8-ed8a-4f05-8aac-da99858b563d] |
skip
pt38.2: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_delete_volume[id-4fd4dce8-ed8a-4f05-8aac-da99858b563d]
|
||||||
test_list_volumes[id-2f4da8f9-cdc5-4a6e-9143-8237634a629c] |
pass
pt38.3: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_list_volumes[id-2f4da8f9-cdc5-4a6e-9143-8237634a629c]
|
||||||
test_list_volumes_detail[id-b11e59cd-d1dd-43e4-9676-22ab394f5d18] |
pass
pt38.4: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_list_volumes_detail[id-b11e59cd-d1dd-43e4-9676-22ab394f5d18]
|
||||||
test_set_bootable_volume[id-9970b57d-8d5d-460e-931b-28a112df81e0] |
skip
pt38.5: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_set_bootable_volume[id-9970b57d-8d5d-460e-931b-28a112df81e0]
|
||||||
test_show_volume[id-9b2667f2-744e-4d1f-8c39-17060010f19f] |
pass
pt38.6: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_show_volume[id-9b2667f2-744e-4d1f-8c39-17060010f19f]
|
||||||
test_show_volume_summary[id-ef347930-54dc-432f-b742-0a060fc37ae8] |
pass
pt38.7: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_show_volume_summary[id-ef347930-54dc-432f-b742-0a060fc37ae8]
|
||||||
test_update_volume[id-cda92972-7213-4fa0-bc14-ab012dc95931] |
skip
pt38.8: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_update_volume[id-cda92972-7213-4fa0-bc14-ab012dc95931]
|
||||||
test_create_volume[id-3d87f960-6210-45f5-b70b-679d67a4e17e] |
skip
pt38.9: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_create_volume[id-3d87f960-6210-45f5-b70b-679d67a4e17e]
|
||||||
test_delete_volume[id-4fd4dce8-ed8a-4f05-8aac-da99858b563d] |
skip
pt38.10: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_delete_volume[id-4fd4dce8-ed8a-4f05-8aac-da99858b563d]
|
||||||
test_list_volumes[id-2f4da8f9-cdc5-4a6e-9143-8237634a629c] |
pass
pt38.11: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_list_volumes[id-2f4da8f9-cdc5-4a6e-9143-8237634a629c]
|
||||||
test_list_volumes_detail[id-b11e59cd-d1dd-43e4-9676-22ab394f5d18] |
pass
pt38.12: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_list_volumes_detail[id-b11e59cd-d1dd-43e4-9676-22ab394f5d18]
|
||||||
test_set_bootable_volume[id-9970b57d-8d5d-460e-931b-28a112df81e0] |
skip
pt38.13: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_set_bootable_volume[id-9970b57d-8d5d-460e-931b-28a112df81e0]
|
||||||
test_show_volume[id-9b2667f2-744e-4d1f-8c39-17060010f19f] |
pass
pt38.14: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_show_volume[id-9b2667f2-744e-4d1f-8c39-17060010f19f]
|
||||||
test_show_volume_summary[id-ef347930-54dc-432f-b742-0a060fc37ae8] |
pass
pt38.15: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_show_volume_summary[id-ef347930-54dc-432f-b742-0a060fc37ae8]
|
||||||
test_update_volume[id-cda92972-7213-4fa0-bc14-ab012dc95931] |
skip
pt38.16: cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests.test_update_volume[id-cda92972-7213-4fa0-bc14-ab012dc95931]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt39.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt39.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt40.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt40.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
pt41.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt41.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationTest) |
skip
pt42.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication.VolumeReplicationTest)
|
||||||
VolumeReplicationTest) |
skip
pt42.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication.VolumeReplicationTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationNegativeTest) |
skip
pt43.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative.VolumeReplicationNegativeTest)
|
||||||
VolumeReplicationNegativeTest) |
skip
pt43.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_replication_negative.VolumeReplicationNegativeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt44.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt44.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
pt45.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt45.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 | |
ProjectMemberTests39) |
skip
pt46.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectReaderTests39) |
skip
pt46.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests33) |
skip
pt46.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests33) |
skip
pt46.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectAdminTests39) |
skip
pt46.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectReaderTests33) |
skip
pt46.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt47.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt47.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
pt48.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt48.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
pt49.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt49.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_replication | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeReplicationTest) |
skip
pt50.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_replication.VolumeReplicationTest)
|
||||||
VolumeReplicationTest) |
skip
pt50.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_replication.VolumeReplicationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt51.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt51.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt51.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt52.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
pt53.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
pt54.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
pt55.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
pt56.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
pt57.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt57.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
pt58.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
pt59.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt59.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt60.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt61.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
pt62.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt63.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt64.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt65.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt65.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt65.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt65.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt65.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt65.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt68.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt68.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt68.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt69.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt70.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
pt71.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
pt71.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt72.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt72.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt73.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt76.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt76.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt76.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt76.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt76.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt76.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt77.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt77.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt78.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
pt78.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
pt79.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
pt79.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
pt80.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
pt80.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt81.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
pt81.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
pt81.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt81.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt81.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt81.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
pt81.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt82.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt82.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt82.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt83.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt84.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
pt84.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
pt84.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt84.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt84.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt85.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
pt85.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
pt85.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
pt85.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
pt85.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt86.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt86.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt87.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt87.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt88.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
pt88.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
pt88.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
pt88.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
pt89.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
pt89.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
pt89.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt90.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
pt91.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
pt91.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
pt91.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
pt91.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
pt91.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
pt91.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt92.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt93.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
pt94.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt95.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt96.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt96.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt97.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
pt97.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt98.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt99.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt99.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt100.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt100.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt101.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt101.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt102.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt102.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt103.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt103.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt104.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt105.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt106.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt106.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt107.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt107.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt107.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt108.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt109.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt109.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt109.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt109.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt109.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt109.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt109.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt109.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt109.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt109.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt109.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt109.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt109.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt109.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt109.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt109.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt109.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt109.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt110.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt110.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt110.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt110.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt111.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt111.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt111.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt111.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt111.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt111.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt111.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt111.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt111.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt111.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt111.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt111.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt111.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt112.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
pt112.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
pt112.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
pt112.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
pt112.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt112.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| Total | 447 | 348 | 22 | 0 | 77 | ||