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:36:26,917 87310 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.151s
2026-07-09 13:36:26,918 87310 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:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b2eab4e-1734-4a49-a39f-8ad2a6d90fb7', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b1a5da50205946d0b9c74c1c4659a042", "name": "tempest-VolumesAdminNegativeTest-1948138277-project-member", "password_expires_at": null}, "audit_ids": ["Or9hNS6hRkqUD9ZBCal0fQ"], "expires_at": "2026-07-09T12:36:26.000000Z", "issued_at": "2026-07-09T11:36:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9fe7158d1dae406c900f1cacd49590a8", "name": "tempest-VolumesAdminNegativeTest-1948138277"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/9fe7158d1dae406c900f1cacd49590a8", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:36:26,918 87310 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'daf11caf-5a8e-4c1e-a7a2-5e610c4bee73', 'name': 'tempest-VolumesAdminNegativeTest-725287189-network', 'tenant_id': '9fe7158d1dae406c900f1cacd49590a8', 'project_id': '9fe7158d1dae406c900f1cacd49590a8', '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': 54552, '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:36Z', 'updated_at': '2026-07-09T11:35:37Z', 'revision_number': 1} available for tenant
2026-07-09 13:36:37,153 87310 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 POST http://192.168.122.253/compute/v2.1/servers 10.233s
2026-07-09 13:36:37,153 87310 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-1436429970", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "networks": [{"uuid": "daf11caf-5a8e-4c1e-a7a2-5e610c4bee73"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:26 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-e486550c-cfc5-4e5d-8be9-b49dbb8369e7', 'x-compute-request-id': 'req-e486550c-cfc5-4e5d-8be9-b49dbb8369e7', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:37:21,294 87310 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.166s
2026-07-09 13:37:21,294 87310 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:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2526', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f125b7a3-03d9-4324-9a62-7dddc4be9d4f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a0c9fc751e914056bd19fd2722b80287", "name": "tempest-DeleteServersTestJSON-1122598181-project-member", "password_expires_at": null}, "audit_ids": ["GKoPsJHkRVCeR4eLu1DFYw"], "expires_at": "2026-07-09T12:37:21.000000Z", "issued_at": "2026-07-09T11:37:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0f5e867235404b928fe14594e74a0548", "name": "tempest-DeleteServersTestJSON-1122598181"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/0f5e867235404b928fe14594e74a0548", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:37:21,295 87310 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'b77670fb-b2b9-4203-bfd0-9bdfb043300d', 'name': 'tempest-DeleteServersTestJSON-1432670666-network', 'tenant_id': '0f5e867235404b928fe14594e74a0548', 'project_id': '0f5e867235404b928fe14594e74a0548', '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': 61667, '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:06Z', 'updated_at': '2026-07-09T11:37:06Z', 'revision_number': 1} available for tenant
2026-07-09 13:37:21,778 87310 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 POST http://192.168.122.253/compute/v2.1/servers 0.481s
2026-07-09 13:37:21,778 87310 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-63981610", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "networks": [{"uuid": "b77670fb-b2b9-4203-bfd0-9bdfb043300d"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:21 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-e485f2fd-d664-4d14-a243-01271a906d2e', 'x-compute-request-id': 'req-e485f2fd-d664-4d14-a243-01271a906d2e', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:37:32,726 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/networking/v2.0/networks 1.513s
2026-07-09 13:37:32,726 87303 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-148867305"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '620', 'x-openstack-request-id': 'req-e4bfe91d-ca83-4dec-8f46-1033471c40b2', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/networks'}
Body: b'{"network":{"id":"07ee611b-46a5-4289-b2a7-02d9df06a453","name":"tempest-tagged-attachments-test-net-148867305","tenant_id":"2d9f8924720f410a9025f582a5d0ff2a","project_id":"2d9f8924720f410a9025f582a5d0ff2a","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:37:31Z","updated_at":"2026-07-09T11:37:32Z","revision_number":1}}'
2026-07-09 13:37:34,222 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/networking/v2.0/subnets 1.495s
2026-07-09 13:37:34,222 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "07ee611b-46a5-4289-b2a7-02d9df06a453", "cidr": "10.10.10.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-785f85aa-b337-483d-b148-52da1f3d6ff8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"f5b5f3c8-7d92-4f69-b3e8-6129c484424c","name":"","project_id":"2d9f8924720f410a9025f582a5d0ff2a","network_id":"07ee611b-46a5-4289-b2a7-02d9df06a453","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:37:32Z","updated_at":"2026-07-09T11:37:32Z","revision_number":0,"tenant_id":"2d9f8924720f410a9025f582a5d0ff2a"}}'
2026-07-09 13:37:34,646 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://192.168.122.253/volume/v3/volumes 0.422s
2026-07-09 13:37:34,646 87303 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-573976568"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-159fa60f-1574-4941-89f9-e000e1a66831', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-159fa60f-1574-4941-89f9-e000e1a66831', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "2a403284-8bd2-4cfa-9828-a49b569407ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:37:34.521473", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-573976568", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}], "user_id": "fed4b2eb30974c09b9429728985e2226", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:37:34,705 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad 0.048s
2026-07-09 13:37:34,705 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e256242e-73c4-41f0-8c1f-45a1dcb496ca', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e256242e-73c4-41f0-8c1f-45a1dcb496ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad'}
Body: b'{"volume": {"id": "2a403284-8bd2-4cfa-9828-a49b569407ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:37:35.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-573976568", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}], "user_id": "fed4b2eb30974c09b9429728985e2226", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}}'
2026-07-09 13:37:35,781 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad 0.064s
2026-07-09 13:37:35,781 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f3b89e-f5fb-4e83-8bb7-de9aa1c9f320', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f3b89e-f5fb-4e83-8bb7-de9aa1c9f320', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad'}
Body: b'{"volume": {"id": "2a403284-8bd2-4cfa-9828-a49b569407ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:37:35.000000", "updated_at": "2026-07-09T11:37:35.000000", "name": "tempest-TaggedAttachmentsTest-volume-573976568", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}], "user_id": "fed4b2eb30974c09b9429728985e2226", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}}'
2026-07-09 13:37:36,883 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad 0.089s
2026-07-09 13:37:36,884 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-673d50fc-2d1f-4b33-aab6-cb8d81a4163d', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-673d50fc-2d1f-4b33-aab6-cb8d81a4163d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad'}
Body: b'{"volume": {"id": "2a403284-8bd2-4cfa-9828-a49b569407ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:37:35.000000", "updated_at": "2026-07-09T11:37:36.000000", "name": "tempest-TaggedAttachmentsTest-volume-573976568", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}], "user_id": "fed4b2eb30974c09b9429728985e2226", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}}'
2026-07-09 13:37:37,960 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad 0.064s
2026-07-09 13:37:37,961 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ed746cd-804d-4730-aa0c-2ce6e268f946', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ed746cd-804d-4730-aa0c-2ce6e268f946', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad'}
Body: b'{"volume": {"id": "2a403284-8bd2-4cfa-9828-a49b569407ad", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:37:35.000000", "updated_at": "2026-07-09T11:37:37.000000", "name": "tempest-TaggedAttachmentsTest-volume-573976568", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2a403284-8bd2-4cfa-9828-a49b569407ad"}], "user_id": "fed4b2eb30974c09b9429728985e2226", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}}'
2026-07-09 13:37:37,972 87303 INFO [tempest.common.waiters] volume 2a403284-8bd2-4cfa-9828-a49b569407ad reached available after waiting for 3.972535 seconds
2026-07-09 13:37:37,973 87303 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:37:37,973 87303 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:37:38,057 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.082s
2026-07-09 13:37:38,058 87303 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-274090631", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHopTevR1aq6oDfYGJyic1VwRU05ZA8srjB/Ih/OSyhU/aI8oR4FPi3GPZiCPTD0TRdt4IVreEXfeQ6BbwlRjl8I2/1ZH3GQhziEYmUi/aDwx+Aco0i91V0K9NYhgukPxA=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:37 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-2a25c723-fff4-4951-b999-ab67c0b0553f', 'x-compute-request-id': 'req-2a25c723-fff4-4951-b999-ab67c0b0553f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-274090631", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHopTevR1aq6oDfYGJyic1VwRU05ZA8srjB/Ih/OSyhU/aI8oR4FPi3GPZiCPTD0TRdt4IVreEXfeQ6BbwlRjl8I2/1ZH3GQhziEYmUi/aDwx+Aco0i91V0K9NYhgukPxA==", "fingerprint": "a3:fd:ec:33:7d:76:89:6e:ad:fd:df:d4:ac:7e:b4:2b", "user_id": "fed4b2eb30974c09b9429728985e2226"}}'
2026-07-09 13:37:38,060 87303 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-274090631 created
2026-07-09 13:37:38,442 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.381s
2026-07-09 13:37:38,443 87303 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--916979392", "description": "tempest-description--689988139"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-38bc89cc-f764-4d94-b00e-dbb5727dba4a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6c757568-9816-45d9-acc3-8a711b2bb4d0", "name": "tempest-securitygroup--916979392", "stateful": true, "tenant_id": "2d9f8924720f410a9025f582a5d0ff2a", "project_id": "2d9f8924720f410a9025f582a5d0ff2a", "description": "tempest-description--689988139", "shared": false, "security_group_rules": [{"id": "4d70a482-671c-4b43-92fe-a56aba27ae75", "project_id": "2d9f8924720f410a9025f582a5d0ff2a", "security_group_id": "6c757568-9816-45d9-acc3-8a711b2bb4d0", "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": 262, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:37:38Z", "updated_at": "2026-07-09T11:37:38Z", "revision_number": 0, "tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}, {"id": "5d562828-7894-4c73-a3c3-8724a31258eb", "project_id": "2d9f8924720f410a9025f582a5d0ff2a", "security_group_id": "6c757568-9816-45d9-acc3-8a711b2bb4d0", "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": 261, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:37:38Z", "updated_at": "2026-07-09T11:37:38Z", "revision_number": 0, "tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}], "tags": [], "created_at": "2026-07-09T11:37:38Z", "updated_at": "2026-07-09T11:37:38Z", "revision_number": 1}}'
2026-07-09 13:37:38,769 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.326s
2026-07-09 13:37:38,770 87303 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": "6c757568-9816-45d9-acc3-8a711b2bb4d0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ef000c8f-788a-452b-b766-b9f58087859a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e016f94d-07c0-48fc-acb5-c2172f8b8c5d", "project_id": "2d9f8924720f410a9025f582a5d0ff2a", "security_group_id": "6c757568-9816-45d9-acc3-8a711b2bb4d0", "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:37:38Z", "updated_at": "2026-07-09T11:37:38Z", "revision_number": 0, "tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}}'
2026-07-09 13:37:39,062 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.290s
2026-07-09 13:37:39,062 87303 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": "6c757568-9816-45d9-acc3-8a711b2bb4d0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0d110936-4bb6-42a8-bbeb-2f323130c177', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2290c9a3-e50d-402b-b37a-bf6684f53875", "project_id": "2d9f8924720f410a9025f582a5d0ff2a", "security_group_id": "6c757568-9816-45d9-acc3-8a711b2bb4d0", "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:37:38Z", "updated_at": "2026-07-09T11:37:38Z", "revision_number": 0, "tenant_id": "2d9f8924720f410a9025f582a5d0ff2a"}}'
2026-07-09 13:37:39,062 87303 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--916979392 created
2026-07-09 13:37:40,240 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.176s
2026-07-09 13:37:40,240 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b84312da-b731-42d4-893b-740fa5a69a61', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "77cfee79-576f-4731-90a8-9ccf034b46c1", "tenant_id": "2d9f8924720f410a9025f582a5d0ff2a", "project_id": "2d9f8924720f410a9025f582a5d0ff2a", "floating_ip_address": "172.24.4.163", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:37:39Z", "updated_at": "2026-07-09T11:37:39Z", "revision_number": 0}}'
2026-07-09 13:37:40,240 87303 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '77cfee79-576f-4731-90a8-9ccf034b46c1', 'tenant_id': '2d9f8924720f410a9025f582a5d0ff2a', 'project_id': '2d9f8924720f410a9025f582a5d0ff2a', 'floating_ip_address': '172.24.4.163', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:37:39Z', 'updated_at': '2026-07-09T11:37:39Z', 'revision_number': 0, 'ip': '172.24.4.163'} created
2026-07-09 13:37:40,461 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.215s
2026-07-09 13:37:40,461 87303 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:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2526', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f0dae0ef-bae5-4005-9c23-0765743cc59d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fed4b2eb30974c09b9429728985e2226", "name": "tempest-TaggedAttachmentsTest-1200633205-project-member", "password_expires_at": null}, "audit_ids": ["OA3uWhcZTe-4gdnEok6LFA"], "expires_at": "2026-07-09T12:37:40.000000Z", "issued_at": "2026-07-09T11:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d9f8924720f410a9025f582a5d0ff2a", "name": "tempest-TaggedAttachmentsTest-1200633205"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/2d9f8924720f410a9025f582a5d0ff2a", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:37:40,462 87303 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '9f9b4e5a-0397-44ff-b0df-87c0c70e71a5', 'name': 'tempest-TaggedAttachmentsTest-187873640-network', 'tenant_id': '2d9f8924720f410a9025f582a5d0ff2a', 'project_id': '2d9f8924720f410a9025f582a5d0ff2a', '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': 23616, '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:04Z', 'updated_at': '2026-07-09T11:37:04Z', 'revision_number': 1} available for tenant
2026-07-09 13:37:40,680 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.213s
2026-07-09 13:37:40,681 87303 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:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2526', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-219c6a62-901d-410b-a0c4-aa229e6c02af', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "fed4b2eb30974c09b9429728985e2226", "name": "tempest-TaggedAttachmentsTest-1200633205-project-member", "password_expires_at": null}, "audit_ids": ["HQyv-MsJTka5wI0WjHEtJg"], "expires_at": "2026-07-09T12:37:40.000000Z", "issued_at": "2026-07-09T11:37:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d9f8924720f410a9025f582a5d0ff2a", "name": "tempest-TaggedAttachmentsTest-1200633205"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/2d9f8924720f410a9025f582a5d0ff2a", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:37:40,681 87303 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '9f9b4e5a-0397-44ff-b0df-87c0c70e71a5', 'name': 'tempest-TaggedAttachmentsTest-187873640-network', 'tenant_id': '2d9f8924720f410a9025f582a5d0ff2a', 'project_id': '2d9f8924720f410a9025f582a5d0ff2a', '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': 23616, '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:04Z', 'updated_at': '2026-07-09T11:37:04Z', 'revision_number': 1} available for tenant
2026-07-09 13:37:40,683 87303 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-274090631', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHopTevR1aq6oDfYGJyic1VwRU05ZA8srjB/Ih/OSyhU/aI8oR4FPi3GPZiCPTD0TRdt4IVreEXfeQ6BbwlRjl8I2/1ZH3GQhziEYmUi/aDwx+Aco0i91V0K9NYhgukPxA==', 'fingerprint': 'a3:fd:ec:33:7d:76:89:6e:ad:fd:df:d4:ac:7e:b4:2b', 'user_id': 'fed4b2eb30974c09b9429728985e2226', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBGaPbL//teYkMPyA20LodcemVwTNY6f+J3EgBrCA1CBa5RkGcIVbtf\nHfDH+MGqu0SgBwYFK4EEACKhZANiAAR6KU3r0dWquqA32BiconNVcEVNOWQPLK4w\nfyIfzksoVP2iPKEeBT4txj2Ygj0w9E0XbeCFa3hF33kOgW8JUY5fCNv9WR9xkIc4\nhGJlIv2g8MfgHKNIvdVdCvTWIYLpD8Q=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6c757568-9816-45d9-acc3-8a711b2bb4d0', 'name': 'tempest-securitygroup--916979392', 'stateful': True, 'tenant_id': '2d9f8924720f410a9025f582a5d0ff2a', 'project_id': '2d9f8924720f410a9025f582a5d0ff2a', 'description': 'tempest-description--689988139', 'shared': False, 'security_group_rules': [{'id': '4d70a482-671c-4b43-92fe-a56aba27ae75', 'project_id': '2d9f8924720f410a9025f582a5d0ff2a', 'security_group_id': '6c757568-9816-45d9-acc3-8a711b2bb4d0', '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': 262, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:37:38Z', 'updated_at': '2026-07-09T11:37:38Z', 'revision_number': 0, 'tenant_id': '2d9f8924720f410a9025f582a5d0ff2a'}, {'id': '5d562828-7894-4c73-a3c3-8724a31258eb', 'project_id': '2d9f8924720f410a9025f582a5d0ff2a', 'security_group_id': '6c757568-9816-45d9-acc3-8a711b2bb4d0', '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': 261, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:37:38Z', 'updated_at': '2026-07-09T11:37:38Z', 'revision_number': 0, 'tenant_id': '2d9f8924720f410a9025f582a5d0ff2a'}], 'tags': [], 'created_at': '2026-07-09T11:37:38Z', 'updated_at': '2026-07-09T11:37:38Z', 'revision_number': 1}, 'floating_ip': {'id': '77cfee79-576f-4731-90a8-9ccf034b46c1', 'tenant_id': '2d9f8924720f410a9025f582a5d0ff2a', 'project_id': '2d9f8924720f410a9025f582a5d0ff2a', 'floating_ip_address': '172.24.4.163', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:37:39Z', 'updated_at': '2026-07-09T11:37:39Z', 'revision_number': 0, 'ip': '172.24.4.163'}}
2026-07-09 13:37:41,281 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 POST http://192.168.122.253/compute/v2.1/servers 0.597s
2026-07-09 13:37:41,282 87303 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-669162323", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "9f9b4e5a-0397-44ff-b0df-87c0c70e71a5"}], "security_groups": [{"name": "tempest-securitygroup--916979392"}], "key_name": "tempest-keypair-274090631", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:40 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-d2d13f34-87ca-497e-b26f-1b4e22ec80ca', 'x-compute-request-id': 'req-d2d13f34-87ca-497e-b26f-1b4e22ec80ca', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:37:41,332 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-274090631 0.045s
2026-07-09 13:37:41,332 87303 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:37:41 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-1eb66e36-14d3-48d0-b772-a2e580b57caf', 'x-compute-request-id': 'req-1eb66e36-14d3-48d0-b772-a2e580b57caf', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-274090631'}
Body: b''
2026-07-09 13:37:41,656 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/6c757568-9816-45d9-acc3-8a711b2bb4d0 0.323s
2026-07-09 13:37:41,657 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-58583c38-e070-4f69-b8c4-0e62f6367f40', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/6c757568-9816-45d9-acc3-8a711b2bb4d0'}
Body: b''
2026-07-09 13:37:41,681 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/6c757568-9816-45d9-acc3-8a711b2bb4d0 0.024s
2026-07-09 13:37:41,682 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-70e26ecc-4928-4973-97bd-55bf96ebfab1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/6c757568-9816-45d9-acc3-8a711b2bb4d0'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6c757568-9816-45d9-acc3-8a711b2bb4d0 does not exist", "detail": ""}}'
2026-07-09 13:37:42,357 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/77cfee79-576f-4731-90a8-9ccf034b46c1 0.674s
2026-07-09 13:37:42,357 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-e4be4eeb-0829-4343-ba19-ed5346172593', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/77cfee79-576f-4731-90a8-9ccf034b46c1'}
Body: b''
2026-07-09 13:37:42,690 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/subnets/f5b5f3c8-7d92-4f69-b3e8-6129c484424c 0.332s
2026-07-09 13:37:42,690 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-3fb28f82-531a-4ab7-bc45-0b421614c771', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets/f5b5f3c8-7d92-4f69-b3e8-6129c484424c'}
Body: b''
2026-07-09 13:37:43,539 87303 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/networks/07ee611b-46a5-4289-b2a7-02d9df06a453 0.848s
2026-07-09 13:37:43,539 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-630e0734-03c3-4dbb-9b9e-aad47e3ddc2c', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/networks/07ee611b-46a5-4289-b2a7-02d9df06a453'}
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:38:40,184 87303 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:38:40,185 87303 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:38:40,496 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.309s
2026-07-09 13:38:40,497 87303 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-1345283259", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA0XyDbobeW4MVGfI1cIy5DxU27rVJohDlfkjEG9O7c2Puh8JBpeZ7lf836aIt/eBMjWM9tHyWAIemlIPMqofjoe0rKSEqAI2YMPzviPYzv6DydFCnPtjk+/dvlZ8HNooQ=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c6375d1-0c6f-49ef-898e-4b87bcc52a0f', 'x-compute-request-id': 'req-3c6375d1-0c6f-49ef-898e-4b87bcc52a0f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1345283259", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA0XyDbobeW4MVGfI1cIy5DxU27rVJohDlfkjEG9O7c2Puh8JBpeZ7lf836aIt/eBMjWM9tHyWAIemlIPMqofjoe0rKSEqAI2YMPzviPYzv6DydFCnPtjk+/dvlZ8HNooQ==", "fingerprint": "b5:b1:91:ed:67:7b:f8:38:6c:99:53:f6:a4:a3:2d:ab", "user_id": "145d59b939554c8cae4b2f747c916fa3"}}'
2026-07-09 13:38:40,500 87303 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1345283259 created
2026-07-09 13:38:41,015 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.514s
2026-07-09 13:38:41,015 87303 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--722921064", "description": "tempest-description--1450278553"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-1259d09c-51e4-4354-a7c1-09d47d4fd42a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "80be1f70-8f92-40b3-bc26-e08cf8a784dc", "name": "tempest-securitygroup--722921064", "stateful": true, "tenant_id": "37b065f0bf984ce2b87199ba2df7f605", "project_id": "37b065f0bf984ce2b87199ba2df7f605", "description": "tempest-description--1450278553", "shared": false, "security_group_rules": [{"id": "aabaedfc-f96c-4432-b80c-86659a004231", "project_id": "37b065f0bf984ce2b87199ba2df7f605", "security_group_id": "80be1f70-8f92-40b3-bc26-e08cf8a784dc", "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": 349, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:40Z", "updated_at": "2026-07-09T11:38:40Z", "revision_number": 0, "tenant_id": "37b065f0bf984ce2b87199ba2df7f605"}, {"id": "f0fad657-4fd6-4fe5-a70d-8b0dd0d63ca0", "project_id": "37b065f0bf984ce2b87199ba2df7f605", "security_group_id": "80be1f70-8f92-40b3-bc26-e08cf8a784dc", "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": 350, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:38:40Z", "updated_at": "2026-07-09T11:38:40Z", "revision_number": 0, "tenant_id": "37b065f0bf984ce2b87199ba2df7f605"}], "tags": [], "created_at": "2026-07-09T11:38:40Z", "updated_at": "2026-07-09T11:38:40Z", "revision_number": 1}}'
2026-07-09 13:38:41,474 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.458s
2026-07-09 13:38:41,475 87303 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": "80be1f70-8f92-40b3-bc26-e08cf8a784dc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8161fa7f-5b3b-48da-8bfe-e30729a0089c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "f4746145-3a10-403d-bf96-fd11d97b0a70", "project_id": "37b065f0bf984ce2b87199ba2df7f605", "security_group_id": "80be1f70-8f92-40b3-bc26-e08cf8a784dc", "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:41Z", "updated_at": "2026-07-09T11:38:41Z", "revision_number": 0, "tenant_id": "37b065f0bf984ce2b87199ba2df7f605"}}'
2026-07-09 13:38:41,803 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.326s
2026-07-09 13:38:41,804 87303 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": "80be1f70-8f92-40b3-bc26-e08cf8a784dc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8fac48ab-3c3c-4e07-8bf8-ab4eb1aaf52d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5f48f9aa-2924-402b-ad09-c2567adca801", "project_id": "37b065f0bf984ce2b87199ba2df7f605", "security_group_id": "80be1f70-8f92-40b3-bc26-e08cf8a784dc", "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:41Z", "updated_at": "2026-07-09T11:38:41Z", "revision_number": 0, "tenant_id": "37b065f0bf984ce2b87199ba2df7f605"}}'
2026-07-09 13:38:41,804 87303 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--722921064 created
2026-07-09 13:38:42,918 87303 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.112s
2026-07-09 13:38:42,919 87303 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-c9bb4b66-355f-44b8-95f5-8c1a21486fc6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "cebe2dc3-0956-4525-bfed-f57ee4402524", "tenant_id": "37b065f0bf984ce2b87199ba2df7f605", "project_id": "37b065f0bf984ce2b87199ba2df7f605", "floating_ip_address": "172.24.4.21", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:42Z", "updated_at": "2026-07-09T11:38:42Z", "revision_number": 0}}'
2026-07-09 13:38:42,919 87303 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cebe2dc3-0956-4525-bfed-f57ee4402524', 'tenant_id': '37b065f0bf984ce2b87199ba2df7f605', 'project_id': '37b065f0bf984ce2b87199ba2df7f605', 'floating_ip_address': '172.24.4.21', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:42Z', 'updated_at': '2026-07-09T11:38:42Z', 'revision_number': 0, 'ip': '172.24.4.21'} created
2026-07-09 13:38:42,984 87303 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.061s
2026-07-09 13:38:42,984 87303 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:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2534', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c47adafd-300f-4d68-b865-e7e12111cbfe', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "145d59b939554c8cae4b2f747c916fa3", "name": "tempest-AttachVolumeShelveTestJSON-274462946-project-member", "password_expires_at": null}, "audit_ids": ["K9371JisTGWcOdwX80bt7A"], "expires_at": "2026-07-09T12:38:42.000000Z", "issued_at": "2026-07-09T11:38:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b065f0bf984ce2b87199ba2df7f605", "name": "tempest-AttachVolumeShelveTestJSON-274462946"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/37b065f0bf984ce2b87199ba2df7f605", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:38:42,985 87303 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '3ecf2544-cb36-41f0-bd92-d5aced2770ed', 'name': 'tempest-AttachVolumeShelveTestJSON-1643277719-network', 'tenant_id': '37b065f0bf984ce2b87199ba2df7f605', 'project_id': '37b065f0bf984ce2b87199ba2df7f605', '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': 44919, '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:22Z', 'updated_at': '2026-07-09T11:38:22Z', 'revision_number': 1} available for tenant
2026-07-09 13:38:42,985 87303 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1345283259', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA0XyDbobeW4MVGfI1cIy5DxU27rVJohDlfkjEG9O7c2Puh8JBpeZ7lf836aIt/eBMjWM9tHyWAIemlIPMqofjoe0rKSEqAI2YMPzviPYzv6DydFCnPtjk+/dvlZ8HNooQ==', 'fingerprint': 'b5:b1:91:ed:67:7b:f8:38:6c:99:53:f6:a4:a3:2d:ab', 'user_id': '145d59b939554c8cae4b2f747c916fa3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCbveZ9Np4Begi4NZUFhayRoZssguGFto22lOrMPmeUkkjeBFszsTAv\n+DGuJxvrr7GgBwYFK4EEACKhZANiAAQNF8g26G3luDFRnyNXCMuQ8VNu61SaIQ5X\n5IxBvTu3Nj7ofCQaXme5X/N+miLf3gTI1jPbR8lgCHppSDzKqH46HtKykhKgCNmD\nD874j2M7+g8nRQpz7Y5Pv3b5WfBzaKE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '80be1f70-8f92-40b3-bc26-e08cf8a784dc', 'name': 'tempest-securitygroup--722921064', 'stateful': True, 'tenant_id': '37b065f0bf984ce2b87199ba2df7f605', 'project_id': '37b065f0bf984ce2b87199ba2df7f605', 'description': 'tempest-description--1450278553', 'shared': False, 'security_group_rules': [{'id': 'aabaedfc-f96c-4432-b80c-86659a004231', 'project_id': '37b065f0bf984ce2b87199ba2df7f605', 'security_group_id': '80be1f70-8f92-40b3-bc26-e08cf8a784dc', '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': 349, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:40Z', 'updated_at': '2026-07-09T11:38:40Z', 'revision_number': 0, 'tenant_id': '37b065f0bf984ce2b87199ba2df7f605'}, {'id': 'f0fad657-4fd6-4fe5-a70d-8b0dd0d63ca0', 'project_id': '37b065f0bf984ce2b87199ba2df7f605', 'security_group_id': '80be1f70-8f92-40b3-bc26-e08cf8a784dc', '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': 350, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:38:40Z', 'updated_at': '2026-07-09T11:38:40Z', 'revision_number': 0, 'tenant_id': '37b065f0bf984ce2b87199ba2df7f605'}], 'tags': [], 'created_at': '2026-07-09T11:38:40Z', 'updated_at': '2026-07-09T11:38:40Z', 'revision_number': 1}, 'floating_ip': {'id': 'cebe2dc3-0956-4525-bfed-f57ee4402524', 'tenant_id': '37b065f0bf984ce2b87199ba2df7f605', 'project_id': '37b065f0bf984ce2b87199ba2df7f605', 'floating_ip_address': '172.24.4.21', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:42Z', 'updated_at': '2026-07-09T11:38:42Z', 'revision_number': 0, 'ip': '172.24.4.21'}}
2026-07-09 13:38:43,484 87303 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 POST http://192.168.122.253/compute/v2.1/servers 0.497s
2026-07-09 13:38:43,485 87303 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-1954478158", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "3ecf2544-cb36-41f0-bd92-d5aced2770ed"}], "security_groups": [{"name": "tempest-securitygroup--722921064"}], "key_name": "tempest-keypair-1345283259", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:38:42 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-675b750b-b708-4cc7-9e3e-42c8e1663dca', 'x-compute-request-id': 'req-675b750b-b708-4cc7-9e3e-42c8e1663dca', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:43,575 87303 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1345283259 0.088s
2026-07-09 13:38:43,576 87303 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:38:43 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-ed99bb24-aa80-4c2f-82f0-b8e8cb756228', 'x-compute-request-id': 'req-ed99bb24-aa80-4c2f-82f0-b8e8cb756228', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1345283259'}
Body: b''
2026-07-09 13:38:44,100 87303 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/80be1f70-8f92-40b3-bc26-e08cf8a784dc 0.522s
2026-07-09 13:38:44,101 87303 DEBUG [tempest.lib.common.rest_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:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-2e4e6f08-1550-4a52-b4a1-b433d33a7a01', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/80be1f70-8f92-40b3-bc26-e08cf8a784dc'}
Body: b''
2026-07-09 13:38:44,150 87303 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/80be1f70-8f92-40b3-bc26-e08cf8a784dc 0.049s
2026-07-09 13:38:44,151 87303 DEBUG [tempest.lib.common.rest_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:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-56bfc7b1-31eb-416f-a1f0-0bfd773a129b', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/80be1f70-8f92-40b3-bc26-e08cf8a784dc'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 80be1f70-8f92-40b3-bc26-e08cf8a784dc does not exist", "detail": ""}}'
2026-07-09 13:38:44,842 87303 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/cebe2dc3-0956-4525-bfed-f57ee4402524 0.690s
2026-07-09 13:38:44,842 87303 DEBUG [tempest.lib.common.rest_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:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-c4871950-adf3-4335-aa8f-b802688cbb8d', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/cebe2dc3-0956-4525-bfed-f57ee4402524'}
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:36:38,725 87307 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:36:38,726 87307 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:36:39,113 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.386s
2026-07-09 13:36:39,114 87307 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1337238870", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIas/bK6slQN/+RW9qn33MNC3NvEaUnXzEmSr4cU/mVV1vx5zVlYrWPbnBkhUldNAxUVAu3J0rU4QmIcIGkuDZVM/p+43mauMGrlYlzIVNiDUtS9tv1OYyiE6cy4juzb5g=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36: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-254d90d8-fea0-4499-bd9d-efc6cb80e3f8', 'x-compute-request-id': 'req-254d90d8-fea0-4499-bd9d-efc6cb80e3f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1337238870", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIas/bK6slQN/+RW9qn33MNC3NvEaUnXzEmSr4cU/mVV1vx5zVlYrWPbnBkhUldNAxUVAu3J0rU4QmIcIGkuDZVM/p+43mauMGrlYlzIVNiDUtS9tv1OYyiE6cy4juzb5g==", "fingerprint": "ad:5e:45:bf:b3:13:ce:c3:9c:6a:e1:5e:ff:d1:04:e3", "user_id": "2bb8dddd4cba4ae6a00fcb8fd6251c38"}}'
2026-07-09 13:36:39,116 87307 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1337238870 created
2026-07-09 13:36:40,178 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 1.061s
2026-07-09 13:36:40,178 87307 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--829821489", "description": "tempest-description--1756948013"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-2dfc4c2f-c525-4a70-b6d6-6caaf14bc59c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "9e0ba837-d452-4d05-bec8-165ebf192c59", "name": "tempest-securitygroup--829821489", "stateful": true, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "description": "tempest-description--1756948013", "shared": false, "security_group_rules": [{"id": "355a1530-62e1-4a6a-a8be-97a4afabeb43", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "9e0ba837-d452-4d05-bec8-165ebf192c59", "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": 165, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:39Z", "updated_at": "2026-07-09T11:36:39Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}, {"id": "5dc0f3e6-6037-40c0-9c02-e6cd0d9e7960", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "9e0ba837-d452-4d05-bec8-165ebf192c59", "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": 166, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:39Z", "updated_at": "2026-07-09T11:36:39Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}], "tags": [], "created_at": "2026-07-09T11:36:39Z", "updated_at": "2026-07-09T11:36:39Z", "revision_number": 1}}'
2026-07-09 13:36:41,920 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.741s
2026-07-09 13:36:41,921 87307 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": "9e0ba837-d452-4d05-bec8-165ebf192c59", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e73c627a-e8a2-4504-aaf9-5ae297483995', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2e2f2af9-8c91-4f31-b798-260e927653c3", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "9e0ba837-d452-4d05-bec8-165ebf192c59", "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:41Z", "updated_at": "2026-07-09T11:36:41Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}}'
2026-07-09 13:36:42,638 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.716s
2026-07-09 13:36:42,639 87307 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": "9e0ba837-d452-4d05-bec8-165ebf192c59", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f7aaae6a-53ad-4af0-ab1f-373947d6a909', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "45e99064-3eb5-46a5-8678-484963a220de", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "9e0ba837-d452-4d05-bec8-165ebf192c59", "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:42Z", "updated_at": "2026-07-09T11:36:42Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}}'
2026-07-09 13:36:42,639 87307 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--829821489 created
2026-07-09 13:36:44,547 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.907s
2026-07-09 13:36:44,548 87307 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-e3be0480-1e12-4460-853c-c1fc078162de', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "efe268ca-0249-47bd-90e4-aab6703e31c0", "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "floating_ip_address": "172.24.4.232", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:44Z", "updated_at": "2026-07-09T11:36:44Z", "revision_number": 0}}'
2026-07-09 13:36:44,548 87307 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'efe268ca-0249-47bd-90e4-aab6703e31c0', 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'floating_ip_address': '172.24.4.232', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:44Z', 'updated_at': '2026-07-09T11:36:44Z', 'revision_number': 0, 'ip': '172.24.4.232'} created
2026-07-09 13:36:44,615 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.062s
2026-07-09 13:36:44,615 87307 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:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ceeca58c-a398-4c53-9eac-2ff6b2006c7e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2bb8dddd4cba4ae6a00fcb8fd6251c38", "name": "tempest-AttachVolumeTestJSON-1779873784-project-member", "password_expires_at": null}, "audit_ids": ["2BSc-AtKQwe8dwWfAyjZyw"], "expires_at": "2026-07-09T12:36:44.000000Z", "issued_at": "2026-07-09T11:36:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba11ce36ddb54a40a2d33c12609efa44", "name": "tempest-AttachVolumeTestJSON-1779873784"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/ba11ce36ddb54a40a2d33c12609efa44", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:36:44,617 87307 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '990634a9-26d5-4a47-857b-035068c38e4e', 'name': 'tempest-AttachVolumeTestJSON-1679367417-network', 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', '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': 5713, '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:21Z', 'updated_at': '2026-07-09T11:36:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:36:44,617 87307 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1337238870', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIas/bK6slQN/+RW9qn33MNC3NvEaUnXzEmSr4cU/mVV1vx5zVlYrWPbnBkhUldNAxUVAu3J0rU4QmIcIGkuDZVM/p+43mauMGrlYlzIVNiDUtS9tv1OYyiE6cy4juzb5g==', 'fingerprint': 'ad:5e:45:bf:b3:13:ce:c3:9c:6a:e1:5e:ff:d1:04:e3', 'user_id': '2bb8dddd4cba4ae6a00fcb8fd6251c38', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB+PPtKwOSjfJIgYe8o2idG04y+cLxp1hU4WqM0a69H9sFn5G7GLbZ2\nJQ99Uv25cLygBwYFK4EEACKhZANiAASGrP2yurJUDf/kVvap99zDQtzbxGlJ18xJ\nkq+HFP5lVdb8ec1ZWK1j25wZIVJXTQMVFQLtydK1OEJiHCBpLg2VTP6fuN5mrjBq\n5WJcyFTYg1LUvbb9TmMohOnMuI7s2+Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9e0ba837-d452-4d05-bec8-165ebf192c59', 'name': 'tempest-securitygroup--829821489', 'stateful': True, 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'description': 'tempest-description--1756948013', 'shared': False, 'security_group_rules': [{'id': '355a1530-62e1-4a6a-a8be-97a4afabeb43', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'security_group_id': '9e0ba837-d452-4d05-bec8-165ebf192c59', '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': 165, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:39Z', 'updated_at': '2026-07-09T11:36:39Z', 'revision_number': 0, 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44'}, {'id': '5dc0f3e6-6037-40c0-9c02-e6cd0d9e7960', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'security_group_id': '9e0ba837-d452-4d05-bec8-165ebf192c59', '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': 166, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:39Z', 'updated_at': '2026-07-09T11:36:39Z', 'revision_number': 0, 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44'}], 'tags': [], 'created_at': '2026-07-09T11:36:39Z', 'updated_at': '2026-07-09T11:36:39Z', 'revision_number': 1}, 'floating_ip': {'id': 'efe268ca-0249-47bd-90e4-aab6703e31c0', 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'floating_ip_address': '172.24.4.232', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:44Z', 'updated_at': '2026-07-09T11:36:44Z', 'revision_number': 0, 'ip': '172.24.4.232'}}
2026-07-09 13:36:47,150 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 POST http://192.168.122.253/compute/v2.1/servers 2.531s
2026-07-09 13:36:47,150 87307 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-1254741338", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "990634a9-26d5-4a47-857b-035068c38e4e"}], "security_groups": [{"name": "tempest-securitygroup--829821489"}], "key_name": "tempest-keypair-1337238870", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:44 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-8f314d87-06b5-47e1-ad5e-f155acadceb5', 'x-compute-request-id': 'req-8f314d87-06b5-47e1-ad5e-f155acadceb5', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:47,196 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1337238870 0.043s
2026-07-09 13:36:47,197 87307 DEBUG [tempest.lib.common.rest_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:47 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-00023695-4a43-4439-86aa-c278c94f49b4', 'x-compute-request-id': 'req-00023695-4a43-4439-86aa-c278c94f49b4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1337238870'}
Body: b''
2026-07-09 13:36:47,982 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/9e0ba837-d452-4d05-bec8-165ebf192c59 0.784s
2026-07-09 13:36:47,982 87307 DEBUG [tempest.lib.common.rest_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:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-84d304ab-46f5-4dbd-b8ef-7618d571a24c', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/9e0ba837-d452-4d05-bec8-165ebf192c59'}
Body: b''
2026-07-09 13:36:48,619 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/9e0ba837-d452-4d05-bec8-165ebf192c59 0.635s
2026-07-09 13:36:48,619 87307 DEBUG [tempest.lib.common.rest_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:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-cc04f17e-9bb6-4ecd-aa6c-1acaea5e2a88', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/9e0ba837-d452-4d05-bec8-165ebf192c59'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9e0ba837-d452-4d05-bec8-165ebf192c59 does not exist", "detail": ""}}'
2026-07-09 13:36:49,790 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/efe268ca-0249-47bd-90e4-aab6703e31c0 1.170s
2026-07-09 13:36:49,790 87307 DEBUG [tempest.lib.common.rest_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:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-cc2b6ded-5754-4d06-b02c-1826aed45886', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/efe268ca-0249-47bd-90e4-aab6703e31c0'}
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:36:49,797 87307 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:36:49,798 87307 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:36:49,920 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.121s
2026-07-09 13:36:49,921 87307 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-154840600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBRchO6BIba6JBY/7vYH8DaoEN9ruk8qumuqtPPpKlEkJhXcb/lazw+mchYEJrG7J8MpNx9bG8Ot6k5bBrUTSgLZMdbHg6P1x+9+6xzrLawfWPiFxRRj+qIFDc0Yl0GaJw=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:49 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-5fe7f9b0-4e70-43c8-9fb5-3c15da6745aa', 'x-compute-request-id': 'req-5fe7f9b0-4e70-43c8-9fb5-3c15da6745aa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-154840600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBRchO6BIba6JBY/7vYH8DaoEN9ruk8qumuqtPPpKlEkJhXcb/lazw+mchYEJrG7J8MpNx9bG8Ot6k5bBrUTSgLZMdbHg6P1x+9+6xzrLawfWPiFxRRj+qIFDc0Yl0GaJw==", "fingerprint": "aa:65:cb:d7:7d:fa:cc:03:76:a6:fc:e1:2d:26:e6:2e", "user_id": "2bb8dddd4cba4ae6a00fcb8fd6251c38"}}'
2026-07-09 13:36:49,924 87307 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-154840600 created
2026-07-09 13:36:50,886 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.960s
2026-07-09 13:36:50,886 87307 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--954074603", "description": "tempest-description--1018593536"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ce846766-ed03-4a43-b54e-3c5a665b66fb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "32e9c044-d07c-4081-a992-85987ef21b11", "name": "tempest-securitygroup--954074603", "stateful": true, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "description": "tempest-description--1018593536", "shared": false, "security_group_rules": [{"id": "7dcde41d-dcee-422f-b153-8e008f713958", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "32e9c044-d07c-4081-a992-85987ef21b11", "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": 178, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:50Z", "updated_at": "2026-07-09T11:36:50Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}, {"id": "bd3e5056-1a03-43ce-ae3c-93202712329a", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "32e9c044-d07c-4081-a992-85987ef21b11", "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": 179, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:50Z", "updated_at": "2026-07-09T11:36:50Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}], "tags": [], "created_at": "2026-07-09T11:36:50Z", "updated_at": "2026-07-09T11:36:50Z", "revision_number": 1}}'
2026-07-09 13:36:52,350 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.462s
2026-07-09 13:36:52,350 87307 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": "32e9c044-d07c-4081-a992-85987ef21b11", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ae36d86f-1a0b-4b22-afe0-d1d86bdf1079', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "af2159d3-442f-4c9b-9f58-69c7fbcac702", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "32e9c044-d07c-4081-a992-85987ef21b11", "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:52Z", "updated_at": "2026-07-09T11:36:52Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}}'
2026-07-09 13:36:52,897 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.546s
2026-07-09 13:36:52,898 87307 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": "32e9c044-d07c-4081-a992-85987ef21b11", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8f8852de-9f32-4e38-87f6-999499bf0a13', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "84531274-6b7c-4192-958c-79e6b6ecb8a7", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "security_group_id": "32e9c044-d07c-4081-a992-85987ef21b11", "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:52Z", "updated_at": "2026-07-09T11:36:52Z", "revision_number": 0, "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44"}}'
2026-07-09 13:36:52,898 87307 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--954074603 created
2026-07-09 13:36:55,404 87307 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 2.505s
2026-07-09 13:36:55,404 87307 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5d750104-3fd3-4a94-8040-9a811101c91b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "e548a021-f8c3-48b7-8cb4-d3f2e76cc9bc", "tenant_id": "ba11ce36ddb54a40a2d33c12609efa44", "project_id": "ba11ce36ddb54a40a2d33c12609efa44", "floating_ip_address": "172.24.4.92", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:54Z", "updated_at": "2026-07-09T11:36:54Z", "revision_number": 0}}'
2026-07-09 13:36:55,405 87307 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e548a021-f8c3-48b7-8cb4-d3f2e76cc9bc', 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'floating_ip_address': '172.24.4.92', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:54Z', 'updated_at': '2026-07-09T11:36:54Z', 'revision_number': 0, 'ip': '172.24.4.92'} created
2026-07-09 13:36:55,486 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.076s
2026-07-09 13:36:55,486 87307 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:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b94b0ec0-5358-4729-932e-334f4ff8a4bb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2bb8dddd4cba4ae6a00fcb8fd6251c38", "name": "tempest-AttachVolumeTestJSON-1779873784-project-member", "password_expires_at": null}, "audit_ids": ["ReFGz7-cS9WQ21Gxew5Zgw"], "expires_at": "2026-07-09T12:36:55.000000Z", "issued_at": "2026-07-09T11:36:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba11ce36ddb54a40a2d33c12609efa44", "name": "tempest-AttachVolumeTestJSON-1779873784"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/ba11ce36ddb54a40a2d33c12609efa44", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:36:55,487 87307 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '990634a9-26d5-4a47-857b-035068c38e4e', 'name': 'tempest-AttachVolumeTestJSON-1679367417-network', 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', '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': 5713, '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:21Z', 'updated_at': '2026-07-09T11:36:21Z', 'revision_number': 1} available for tenant
2026-07-09 13:36:55,488 87307 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-154840600', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBRchO6BIba6JBY/7vYH8DaoEN9ruk8qumuqtPPpKlEkJhXcb/lazw+mchYEJrG7J8MpNx9bG8Ot6k5bBrUTSgLZMdbHg6P1x+9+6xzrLawfWPiFxRRj+qIFDc0Yl0GaJw==', 'fingerprint': 'aa:65:cb:d7:7d:fa:cc:03:76:a6:fc:e1:2d:26:e6:2e', 'user_id': '2bb8dddd4cba4ae6a00fcb8fd6251c38', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCKOjwFB259AoH6rQsVxBjJadaTWrX8zVYrB4xAXCjfOse3caqGiGkw\nhf6hoAuO27KgBwYFK4EEACKhZANiAAQUXITugSG2uiQWP+72B/A2qBDfa7pPKrpr\nqrTz6SpRJCYV3G/5Ws8PpnIWBCaxuyfDKTcfWxvDrepOWwa1E0oC2THWx4Oj9cfv\nfusc6y2sH1j4hcUUY/qiBQ3NGJdBmic=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '32e9c044-d07c-4081-a992-85987ef21b11', 'name': 'tempest-securitygroup--954074603', 'stateful': True, 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'description': 'tempest-description--1018593536', 'shared': False, 'security_group_rules': [{'id': '7dcde41d-dcee-422f-b153-8e008f713958', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'security_group_id': '32e9c044-d07c-4081-a992-85987ef21b11', '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': 178, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:50Z', 'updated_at': '2026-07-09T11:36:50Z', 'revision_number': 0, 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44'}, {'id': 'bd3e5056-1a03-43ce-ae3c-93202712329a', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'security_group_id': '32e9c044-d07c-4081-a992-85987ef21b11', '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': 179, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:50Z', 'updated_at': '2026-07-09T11:36:50Z', 'revision_number': 0, 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44'}], 'tags': [], 'created_at': '2026-07-09T11:36:50Z', 'updated_at': '2026-07-09T11:36:50Z', 'revision_number': 1}, 'floating_ip': {'id': 'e548a021-f8c3-48b7-8cb4-d3f2e76cc9bc', 'tenant_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'project_id': 'ba11ce36ddb54a40a2d33c12609efa44', 'floating_ip_address': '172.24.4.92', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:54Z', 'updated_at': '2026-07-09T11:36:54Z', 'revision_number': 0, 'ip': '172.24.4.92'}}
2026-07-09 13:36:56,719 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 POST http://192.168.122.253/compute/v2.1/servers 1.230s
2026-07-09 13:36:56,720 87307 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-1323009345", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "990634a9-26d5-4a47-857b-035068c38e4e"}], "security_groups": [{"name": "tempest-securitygroup--954074603"}], "key_name": "tempest-keypair-154840600", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:55 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-933631ff-3bd2-40b1-830e-c9232ef58b34', 'x-compute-request-id': 'req-933631ff-3bd2-40b1-830e-c9232ef58b34', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:56,781 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-154840600 0.058s
2026-07-09 13:36:56,781 87307 DEBUG [tempest.lib.common.rest_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: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-8ae1d8e7-dd23-4a7f-8663-0247342dd219', 'x-compute-request-id': 'req-8ae1d8e7-dd23-4a7f-8663-0247342dd219', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-154840600'}
Body: b''
2026-07-09 13:36:57,343 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/32e9c044-d07c-4081-a992-85987ef21b11 0.560s
2026-07-09 13:36:57,343 87307 DEBUG [tempest.lib.common.rest_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:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-ae1b5633-3604-4b1f-bba2-19b104dcd875', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/32e9c044-d07c-4081-a992-85987ef21b11'}
Body: b''
2026-07-09 13:36:57,782 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/32e9c044-d07c-4081-a992-85987ef21b11 0.438s
2026-07-09 13:36:57,782 87307 DEBUG [tempest.lib.common.rest_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:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d3f6e0d3-2b04-4e81-97d9-1c5074d9835b', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/32e9c044-d07c-4081-a992-85987ef21b11'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 32e9c044-d07c-4081-a992-85987ef21b11 does not exist", "detail": ""}}'
2026-07-09 13:36:58,399 87307 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/e548a021-f8c3-48b7-8cb4-d3f2e76cc9bc 0.615s
2026-07-09 13:36:58,399 87307 DEBUG [tempest.lib.common.rest_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:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-006f669a-4df8-4bde-939a-514e3b006848', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/e548a021-f8c3-48b7-8cb4-d3f2e76cc9bc'}
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:36:35,626 87305 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:36:35,626 87305 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:36:36,061 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.434s
2026-07-09 13:36:36,062 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1003964820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM1zTp13X8/9knANVzvgJ2f1cxEOB1pLa2vMojPOGz92D79QbYKeQl+TBbRL+XdGSeC9gb1Ksx/yl9YMkQxqQP1lo5fGi9N+YWH9ehum392ESUdtr6cdTyMtFq1LLQt6uw=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:35 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-9d1c49a3-68a9-4e6f-9207-2ea7545e1338', 'x-compute-request-id': 'req-9d1c49a3-68a9-4e6f-9207-2ea7545e1338', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1003964820", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM1zTp13X8/9knANVzvgJ2f1cxEOB1pLa2vMojPOGz92D79QbYKeQl+TBbRL+XdGSeC9gb1Ksx/yl9YMkQxqQP1lo5fGi9N+YWH9ehum392ESUdtr6cdTyMtFq1LLQt6uw==", "fingerprint": "6a:2b:7c:3c:21:ba:4e:ce:a0:f2:86:a3:e8:4a:6e:0c", "user_id": "87fb3665fcb34c6ba036c943232cfcdf"}}'
2026-07-09 13:36:36,064 87305 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1003964820 created
2026-07-09 13:36:38,816 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 2.751s
2026-07-09 13:36:38,817 87305 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--1767968875", "description": "tempest-description--1436985663"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-a7462165-a11e-445d-a326-a37add1fd6bd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e1310454-c000-41fc-b0f0-2f1896dae810", "name": "tempest-securitygroup--1767968875", "stateful": true, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "description": "tempest-description--1436985663", "shared": false, "security_group_rules": [{"id": "4674e387-5113-4167-98d3-d3dc3314f455", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "e1310454-c000-41fc-b0f0-2f1896dae810", "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": 161, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:37Z", "updated_at": "2026-07-09T11:36:37Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}, {"id": "99e89b7d-140b-47e0-b83c-4e0dabc7e842", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "e1310454-c000-41fc-b0f0-2f1896dae810", "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": 162, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:38Z", "updated_at": "2026-07-09T11:36:38Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}], "tags": [], "created_at": "2026-07-09T11:36:37Z", "updated_at": "2026-07-09T11:36:38Z", "revision_number": 1}}'
2026-07-09 13:36:39,824 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.006s
2026-07-09 13:36:39,824 87305 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": "e1310454-c000-41fc-b0f0-2f1896dae810", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-9f8cecab-b1af-4c19-b1c5-e53012332376', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6ccb6b2e-cf4c-4f54-82f3-9ebad223beec", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "e1310454-c000-41fc-b0f0-2f1896dae810", "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:39Z", "updated_at": "2026-07-09T11:36:39Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}}'
2026-07-09 13:36:41,660 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.835s
2026-07-09 13:36:41,660 87305 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": "e1310454-c000-41fc-b0f0-2f1896dae810", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c8d521e3-34e7-41ab-a922-edea8cf0d205', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "fd3a4f71-93f8-421d-ad39-09d3869cdb6a", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "e1310454-c000-41fc-b0f0-2f1896dae810", "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:41Z", "updated_at": "2026-07-09T11:36:41Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}}'
2026-07-09 13:36:41,661 87305 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1767968875 created
2026-07-09 13:36:43,186 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.524s
2026-07-09 13:36:43,186 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-274ae0e8-1a57-4c4e-a298-7361cb61c32e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "88657a2a-c4a3-4dbf-b31c-b931abfdba3d", "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "floating_ip_address": "172.24.4.190", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:42Z", "updated_at": "2026-07-09T11:36:42Z", "revision_number": 0}}'
2026-07-09 13:36:43,187 87305 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '88657a2a-c4a3-4dbf-b31c-b931abfdba3d', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:42Z', 'updated_at': '2026-07-09T11:36:42Z', 'revision_number': 0, 'ip': '172.24.4.190'} created
2026-07-09 13:36:43,335 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.144s
2026-07-09 13:36:43,336 87305 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:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3261cef5-9310-46ae-b2ce-2ee3b80d5a9d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87fb3665fcb34c6ba036c943232cfcdf", "name": "tempest-AttachVolumeNegativeTest-1116010587-project-member", "password_expires_at": null}, "audit_ids": ["jOf5gdziRyWqRR6Bt1PlUg"], "expires_at": "2026-07-09T12:36:43.000000Z", "issued_at": "2026-07-09T11:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0e1d17809ab4117af9093dbf1951a9c", "name": "tempest-AttachVolumeNegativeTest-1116010587"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/c0e1d17809ab4117af9093dbf1951a9c", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:36:43,336 87305 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '5001a773-d758-40f2-ae5b-8dd3a7c9773e', 'name': 'tempest-AttachVolumeNegativeTest-153823841-network', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', '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': 60357, '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:19Z', 'updated_at': '2026-07-09T11:36:19Z', 'revision_number': 1} available for tenant
2026-07-09 13:36:43,338 87305 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1003964820', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBM1zTp13X8/9knANVzvgJ2f1cxEOB1pLa2vMojPOGz92D79QbYKeQl+TBbRL+XdGSeC9gb1Ksx/yl9YMkQxqQP1lo5fGi9N+YWH9ehum392ESUdtr6cdTyMtFq1LLQt6uw==', 'fingerprint': '6a:2b:7c:3c:21:ba:4e:ce:a0:f2:86:a3:e8:4a:6e:0c', 'user_id': '87fb3665fcb34c6ba036c943232cfcdf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBIdvB1BW8zR1xBIBz691fjmpGuK9WvJ27MJcK2QSYPdhVj/UOOqGYl\n7XzHwmor83KgBwYFK4EEACKhZANiAATNc06dd1/P/ZJwDVc74Cdn9XMRDgdaS2tr\nzKIzzhs/dg+/UG2CnkJfkwW0S/l3RkngvYG9SrMf8pfWDJEMakD9ZaOXxovTfmFh\n/Xobpt/dhElHba+nHU8jLRatSy0Lers=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e1310454-c000-41fc-b0f0-2f1896dae810', 'name': 'tempest-securitygroup--1767968875', 'stateful': True, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'description': 'tempest-description--1436985663', 'shared': False, 'security_group_rules': [{'id': '4674e387-5113-4167-98d3-d3dc3314f455', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'security_group_id': 'e1310454-c000-41fc-b0f0-2f1896dae810', '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': 161, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:37Z', 'updated_at': '2026-07-09T11:36:37Z', 'revision_number': 0, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c'}, {'id': '99e89b7d-140b-47e0-b83c-4e0dabc7e842', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'security_group_id': 'e1310454-c000-41fc-b0f0-2f1896dae810', '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': 162, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:38Z', 'updated_at': '2026-07-09T11:36:38Z', 'revision_number': 0, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c'}], 'tags': [], 'created_at': '2026-07-09T11:36:37Z', 'updated_at': '2026-07-09T11:36:38Z', 'revision_number': 1}, 'floating_ip': {'id': '88657a2a-c4a3-4dbf-b31c-b931abfdba3d', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:42Z', 'updated_at': '2026-07-09T11:36:42Z', 'revision_number': 0, 'ip': '172.24.4.190'}}
2026-07-09 13:36:46,116 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 POST http://192.168.122.253/compute/v2.1/servers 2.777s
2026-07-09 13:36:46,117 87305 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-459799428", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5001a773-d758-40f2-ae5b-8dd3a7c9773e"}], "security_groups": [{"name": "tempest-securitygroup--1767968875"}], "key_name": "tempest-keypair-1003964820", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:43 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-d971729a-35f8-4f69-abb3-3911ed9d8085', 'x-compute-request-id': 'req-d971729a-35f8-4f69-abb3-3911ed9d8085', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:46,199 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1003964820 0.079s
2026-07-09 13:36:46,199 87305 DEBUG [tempest.lib.common.rest_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: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-d5fcdb4e-a94c-4680-abca-7adea4304726', 'x-compute-request-id': 'req-d5fcdb4e-a94c-4680-abca-7adea4304726', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1003964820'}
Body: b''
2026-07-09 13:36:47,537 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/e1310454-c000-41fc-b0f0-2f1896dae810 1.336s
2026-07-09 13:36:47,538 87305 DEBUG [tempest.lib.common.rest_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:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b0fbe1a1-fb3c-4fa5-bbfc-e2474f1711c7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/e1310454-c000-41fc-b0f0-2f1896dae810'}
Body: b''
2026-07-09 13:36:48,590 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/e1310454-c000-41fc-b0f0-2f1896dae810 1.051s
2026-07-09 13:36:48,590 87305 DEBUG [tempest.lib.common.rest_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:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d1ce8516-910f-42f9-8698-354b6b3a36d1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/e1310454-c000-41fc-b0f0-2f1896dae810'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e1310454-c000-41fc-b0f0-2f1896dae810 does not exist", "detail": ""}}'
2026-07-09 13:36:49,310 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/88657a2a-c4a3-4dbf-b31c-b931abfdba3d 0.718s
2026-07-09 13:36:49,310 87305 DEBUG [tempest.lib.common.rest_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:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-c079af41-6bc6-4040-9af5-0193fe5d4c56', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/88657a2a-c4a3-4dbf-b31c-b931abfdba3d'}
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:36:49,316 87305 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:36:49,317 87305 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:36:49,415 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.096s
2026-07-09 13:36:49,416 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1219567923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDtGWV7z0zAO3O62Tz/8rFoIdJEj9+F3SVq9G55FlN40WVsR6pAdKBo2EH2bD7/SHW4KJ8T4WEVK6SAlm9NFdTHIQwEpvqHnRCicxz5lxhtRMTYv7kGppXCoFwSOmykc2w=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:49 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-09a9db32-1309-4770-b78a-47484f46472a', 'x-compute-request-id': 'req-09a9db32-1309-4770-b78a-47484f46472a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1219567923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDtGWV7z0zAO3O62Tz/8rFoIdJEj9+F3SVq9G55FlN40WVsR6pAdKBo2EH2bD7/SHW4KJ8T4WEVK6SAlm9NFdTHIQwEpvqHnRCicxz5lxhtRMTYv7kGppXCoFwSOmykc2w==", "fingerprint": "b5:db:0e:82:9f:cc:24:00:f4:7d:e6:2c:c6:75:39:7e", "user_id": "87fb3665fcb34c6ba036c943232cfcdf"}}'
2026-07-09 13:36:49,419 87305 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1219567923 created
2026-07-09 13:36:50,122 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.701s
2026-07-09 13:36:50,123 87305 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--1751210741", "description": "tempest-description--1076240735"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-4f3dfa73-b6f9-4958-bea2-7c3cb6e8adfd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "4be076bf-a0d2-4952-ad56-c3aa4e8635a9", "name": "tempest-securitygroup--1751210741", "stateful": true, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "description": "tempest-description--1076240735", "shared": false, "security_group_rules": [{"id": "b364c590-8fe5-4130-ac89-a92d2aa7697a", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "4be076bf-a0d2-4952-ad56-c3aa4e8635a9", "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": 176, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:49Z", "updated_at": "2026-07-09T11:36:49Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}, {"id": "c65b5070-f592-4ada-b3c3-bbc150805979", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "4be076bf-a0d2-4952-ad56-c3aa4e8635a9", "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": 175, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:49Z", "updated_at": "2026-07-09T11:36:49Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}], "tags": [], "created_at": "2026-07-09T11:36:49Z", "updated_at": "2026-07-09T11:36:49Z", "revision_number": 1}}'
2026-07-09 13:36:51,340 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.216s
2026-07-09 13:36:51,340 87305 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": "4be076bf-a0d2-4952-ad56-c3aa4e8635a9", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f20a5e1f-35fc-4a79-b1e7-4e66d760e9dc', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "6f363c33-820d-4ef3-ba16-1bd2f1375c51", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "4be076bf-a0d2-4952-ad56-c3aa4e8635a9", "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:51Z", "updated_at": "2026-07-09T11:36:51Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}}'
2026-07-09 13:36:52,651 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.308s
2026-07-09 13:36:52,651 87305 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": "4be076bf-a0d2-4952-ad56-c3aa4e8635a9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-39bb2179-0643-455c-a763-13d16f566229', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bd5f6f1a-c2c7-42c0-ba25-c1eecf37e937", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "4be076bf-a0d2-4952-ad56-c3aa4e8635a9", "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:52Z", "updated_at": "2026-07-09T11:36:52Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}}'
2026-07-09 13:36:52,651 87305 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1751210741 created
2026-07-09 13:36:54,895 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 2.243s
2026-07-09 13:36:54,896 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-bdc987fd-dd9c-4645-af16-bde8e58006dd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "3c09c0a1-86a6-4be6-9f57-2ae9dc446bb1", "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "floating_ip_address": "172.24.4.160", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:54Z", "updated_at": "2026-07-09T11:36:54Z", "revision_number": 0}}'
2026-07-09 13:36:54,896 87305 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3c09c0a1-86a6-4be6-9f57-2ae9dc446bb1', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'floating_ip_address': '172.24.4.160', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:54Z', 'updated_at': '2026-07-09T11:36:54Z', 'revision_number': 0, 'ip': '172.24.4.160'} created
2026-07-09 13:36:54,971 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.068s
2026-07-09 13:36:54,971 87305 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:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-560ab204-6b59-4056-be60-290154bb06a8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87fb3665fcb34c6ba036c943232cfcdf", "name": "tempest-AttachVolumeNegativeTest-1116010587-project-member", "password_expires_at": null}, "audit_ids": ["9wbgrWChRk-GApsAayj_yA"], "expires_at": "2026-07-09T12:36:54.000000Z", "issued_at": "2026-07-09T11:36:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0e1d17809ab4117af9093dbf1951a9c", "name": "tempest-AttachVolumeNegativeTest-1116010587"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/c0e1d17809ab4117af9093dbf1951a9c", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:36:54,972 87305 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '5001a773-d758-40f2-ae5b-8dd3a7c9773e', 'name': 'tempest-AttachVolumeNegativeTest-153823841-network', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', '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': 60357, '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:19Z', 'updated_at': '2026-07-09T11:36:19Z', 'revision_number': 1} available for tenant
2026-07-09 13:36:54,973 87305 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1219567923', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDtGWV7z0zAO3O62Tz/8rFoIdJEj9+F3SVq9G55FlN40WVsR6pAdKBo2EH2bD7/SHW4KJ8T4WEVK6SAlm9NFdTHIQwEpvqHnRCicxz5lxhtRMTYv7kGppXCoFwSOmykc2w==', 'fingerprint': 'b5:db:0e:82:9f:cc:24:00:f4:7d:e6:2c:c6:75:39:7e', 'user_id': '87fb3665fcb34c6ba036c943232cfcdf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC/k7+UINunlJpAbfaZ23AR+Xmay148mRogpoBtZ2ErCcsaqKa7GQtj\n5/UpceDq2F+gBwYFK4EEACKhZANiAAQ7Rlle89MwDtzutk8//KxaCHSRI/fhd0la\nvRueRZTeNFlbEeqQHSgaNhB9mw+/0h1uCifE+FhFSukgJZvTRXUxyEMBKb6h50Qo\nnMc+ZcYbUTE2L+5BqaVwqBcEjpspHNs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4be076bf-a0d2-4952-ad56-c3aa4e8635a9', 'name': 'tempest-securitygroup--1751210741', 'stateful': True, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'description': 'tempest-description--1076240735', 'shared': False, 'security_group_rules': [{'id': 'b364c590-8fe5-4130-ac89-a92d2aa7697a', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'security_group_id': '4be076bf-a0d2-4952-ad56-c3aa4e8635a9', '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': 176, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:49Z', 'updated_at': '2026-07-09T11:36:49Z', 'revision_number': 0, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c'}, {'id': 'c65b5070-f592-4ada-b3c3-bbc150805979', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'security_group_id': '4be076bf-a0d2-4952-ad56-c3aa4e8635a9', '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': 175, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:49Z', 'updated_at': '2026-07-09T11:36:49Z', 'revision_number': 0, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c'}], 'tags': [], 'created_at': '2026-07-09T11:36:49Z', 'updated_at': '2026-07-09T11:36:49Z', 'revision_number': 1}, 'floating_ip': {'id': '3c09c0a1-86a6-4be6-9f57-2ae9dc446bb1', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'floating_ip_address': '172.24.4.160', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:54Z', 'updated_at': '2026-07-09T11:36:54Z', 'revision_number': 0, 'ip': '172.24.4.160'}}
2026-07-09 13:36:56,477 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 POST http://192.168.122.253/compute/v2.1/servers 1.503s
2026-07-09 13:36:56,478 87305 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-1455823819", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5001a773-d758-40f2-ae5b-8dd3a7c9773e"}], "security_groups": [{"name": "tempest-securitygroup--1751210741"}], "key_name": "tempest-keypair-1219567923", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36: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-c2d3f449-e4ad-464f-8dac-8fa6cfab322f', 'x-compute-request-id': 'req-c2d3f449-e4ad-464f-8dac-8fa6cfab322f', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:56,545 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1219567923 0.064s
2026-07-09 13:36:56,546 87305 DEBUG [tempest.lib.common.rest_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: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-c078c36e-166d-4323-9c9c-8f76f915ba73', 'x-compute-request-id': 'req-c078c36e-166d-4323-9c9c-8f76f915ba73', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1219567923'}
Body: b''
2026-07-09 13:36:57,049 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/4be076bf-a0d2-4952-ad56-c3aa4e8635a9 0.502s
2026-07-09 13:36:57,049 87305 DEBUG [tempest.lib.common.rest_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:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-90993a9c-f63e-4f74-bbe5-a95ba4640b77', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/4be076bf-a0d2-4952-ad56-c3aa4e8635a9'}
Body: b''
2026-07-09 13:36:57,089 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/4be076bf-a0d2-4952-ad56-c3aa4e8635a9 0.039s
2026-07-09 13:36:57,090 87305 DEBUG [tempest.lib.common.rest_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:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-215817a9-0197-492c-bf08-5a8ffee1330a', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/4be076bf-a0d2-4952-ad56-c3aa4e8635a9'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4be076bf-a0d2-4952-ad56-c3aa4e8635a9 does not exist", "detail": ""}}'
2026-07-09 13:36:58,748 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/3c09c0a1-86a6-4be6-9f57-2ae9dc446bb1 1.657s
2026-07-09 13:36:58,748 87305 DEBUG [tempest.lib.common.rest_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:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-243f9ab6-ddec-4b0e-8022-0d2941c6d3d4', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/3c09c0a1-86a6-4be6-9f57-2ae9dc446bb1'}
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:36:58,761 87305 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:36:58,762 87305 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:36:58,921 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.157s
2026-07-09 13:36:58,922 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1230343898", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGx3T3snh5mc0nwNdr5dsNzxgq20wQTR3UiDO9X66qEFv75+bGmFbLSs8rADCae3lIjMN2c3cfg67QNnjfL/5dAJmZEo7/mnAK5LMhZqV8FsQSoOTJtmPvQsNJykcyaeAw=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:58 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-649983ce-2717-4580-8ffe-62641cf14f1e', 'x-compute-request-id': 'req-649983ce-2717-4580-8ffe-62641cf14f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1230343898", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGx3T3snh5mc0nwNdr5dsNzxgq20wQTR3UiDO9X66qEFv75+bGmFbLSs8rADCae3lIjMN2c3cfg67QNnjfL/5dAJmZEo7/mnAK5LMhZqV8FsQSoOTJtmPvQsNJykcyaeAw==", "fingerprint": "ad:05:46:b9:cf:9c:04:3d:13:04:09:b7:f9:29:06:7f", "user_id": "87fb3665fcb34c6ba036c943232cfcdf"}}'
2026-07-09 13:36:58,924 87305 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1230343898 created
2026-07-09 13:36:59,316 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.391s
2026-07-09 13:36:59,316 87305 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--1767816330", "description": "tempest-description--583767329"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-e5d54adb-33b6-4181-a191-0eb81060b456', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "62da2e1a-607e-4011-b865-8b40fef35202", "name": "tempest-securitygroup--1767816330", "stateful": true, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "description": "tempest-description--583767329", "shared": false, "security_group_rules": [{"id": "21c0866a-cabb-4fe4-9703-dccd06b15699", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "62da2e1a-607e-4011-b865-8b40fef35202", "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": 189, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:59Z", "updated_at": "2026-07-09T11:36:59Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}, {"id": "729d3d5e-e5a3-4e93-b38d-865c0e024766", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "62da2e1a-607e-4011-b865-8b40fef35202", "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": 190, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:36:59Z", "updated_at": "2026-07-09T11:36:59Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}], "tags": [], "created_at": "2026-07-09T11:36:59Z", "updated_at": "2026-07-09T11:36:59Z", "revision_number": 1}}'
2026-07-09 13:36:59,649 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.332s
2026-07-09 13:36:59,649 87305 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": "62da2e1a-607e-4011-b865-8b40fef35202", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ea0c1929-57a2-4fd6-8b80-68d8d6addb0e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1f45bfa6-502a-4615-94a0-0ec5221e9b79", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "62da2e1a-607e-4011-b865-8b40fef35202", "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:59Z", "updated_at": "2026-07-09T11:36:59Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}}'
2026-07-09 13:37:00,667 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.017s
2026-07-09 13:37:00,667 87305 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": "62da2e1a-607e-4011-b865-8b40fef35202", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:36:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6f78dcbb-f6de-4d07-a425-cc0c36e19eaa', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "34a311f7-3ea7-47fa-b73a-24bf052b0251", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "security_group_id": "62da2e1a-607e-4011-b865-8b40fef35202", "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:37:00Z", "updated_at": "2026-07-09T11:37:00Z", "revision_number": 0, "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c"}}'
2026-07-09 13:37:00,668 87305 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1767816330 created
2026-07-09 13:37:01,842 87305 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.174s
2026-07-09 13:37:01,843 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-54798cc1-8147-4269-8429-919fd879a5d4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "2e6f0b07-6c2e-42ce-83b5-3d298107620c", "tenant_id": "c0e1d17809ab4117af9093dbf1951a9c", "project_id": "c0e1d17809ab4117af9093dbf1951a9c", "floating_ip_address": "172.24.4.129", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:37:01Z", "updated_at": "2026-07-09T11:37:01Z", "revision_number": 0}}'
2026-07-09 13:37:01,843 87305 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2e6f0b07-6c2e-42ce-83b5-3d298107620c', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:37:01Z', 'updated_at': '2026-07-09T11:37:01Z', 'revision_number': 0, 'ip': '172.24.4.129'} created
2026-07-09 13:37:02,086 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.237s
2026-07-09 13:37:02,087 87305 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:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f1e1fbdd-ba08-43f3-8d3d-6e3ff4f4615b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "87fb3665fcb34c6ba036c943232cfcdf", "name": "tempest-AttachVolumeNegativeTest-1116010587-project-member", "password_expires_at": null}, "audit_ids": ["pRO5AVtVQQuh8QzVilcMow"], "expires_at": "2026-07-09T12:37:01.000000Z", "issued_at": "2026-07-09T11:37:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c0e1d17809ab4117af9093dbf1951a9c", "name": "tempest-AttachVolumeNegativeTest-1116010587"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/c0e1d17809ab4117af9093dbf1951a9c", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:37:02,087 87305 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '5001a773-d758-40f2-ae5b-8dd3a7c9773e', 'name': 'tempest-AttachVolumeNegativeTest-153823841-network', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', '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': 60357, '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:19Z', 'updated_at': '2026-07-09T11:36:19Z', 'revision_number': 1} available for tenant
2026-07-09 13:37:02,089 87305 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1230343898', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGx3T3snh5mc0nwNdr5dsNzxgq20wQTR3UiDO9X66qEFv75+bGmFbLSs8rADCae3lIjMN2c3cfg67QNnjfL/5dAJmZEo7/mnAK5LMhZqV8FsQSoOTJtmPvQsNJykcyaeAw==', 'fingerprint': 'ad:05:46:b9:cf:9c:04:3d:13:04:09:b7:f9:29:06:7f', 'user_id': '87fb3665fcb34c6ba036c943232cfcdf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCLleubfndSeSBkevBG5nJwfymPlxdkzD6o1Loh4VXjFaUS4NP5fVYi\nSoNjhIy97U6gBwYFK4EEACKhZANiAARsd097J4eZnNJ8DXa+XbDc8YKttMEE0d1I\ngzvV+uqhBb++fmxphWy0rPKwAwmnt5SIzDdnN3H4Ou0DZ43y/+XQCZmRKO/5pwCu\nSzIWalfBbEEqDkybZj70LDScpHMmngM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '62da2e1a-607e-4011-b865-8b40fef35202', 'name': 'tempest-securitygroup--1767816330', 'stateful': True, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'description': 'tempest-description--583767329', 'shared': False, 'security_group_rules': [{'id': '21c0866a-cabb-4fe4-9703-dccd06b15699', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'security_group_id': '62da2e1a-607e-4011-b865-8b40fef35202', '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': 189, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:59Z', 'updated_at': '2026-07-09T11:36:59Z', 'revision_number': 0, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c'}, {'id': '729d3d5e-e5a3-4e93-b38d-865c0e024766', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'security_group_id': '62da2e1a-607e-4011-b865-8b40fef35202', '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': 190, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:36:59Z', 'updated_at': '2026-07-09T11:36:59Z', 'revision_number': 0, 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c'}], 'tags': [], 'created_at': '2026-07-09T11:36:59Z', 'updated_at': '2026-07-09T11:36:59Z', 'revision_number': 1}, 'floating_ip': {'id': '2e6f0b07-6c2e-42ce-83b5-3d298107620c', 'tenant_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'project_id': 'c0e1d17809ab4117af9093dbf1951a9c', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:37:01Z', 'updated_at': '2026-07-09T11:37:01Z', 'revision_number': 0, 'ip': '172.24.4.129'}}
2026-07-09 13:37:03,422 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 POST http://192.168.122.253/compute/v2.1/servers 1.331s
2026-07-09 13:37:03,422 87305 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-69526113", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5001a773-d758-40f2-ae5b-8dd3a7c9773e"}], "security_groups": [{"name": "tempest-securitygroup--1767816330"}], "key_name": "tempest-keypair-1230343898", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:02 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-12955e7f-5a4b-4923-bd6c-0fd0545d8ce1', 'x-compute-request-id': 'req-12955e7f-5a4b-4923-bd6c-0fd0545d8ce1', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:37:03,423 87305 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:37:03,471 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1230343898 0.045s
2026-07-09 13:37:03,471 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:03 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-664590aa-565f-443e-9d7b-1e57bc061140', 'x-compute-request-id': 'req-664590aa-565f-443e-9d7b-1e57bc061140', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1230343898'}
Body: b''
2026-07-09 13:37:03,950 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/62da2e1a-607e-4011-b865-8b40fef35202 0.477s
2026-07-09 13:37:03,952 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-613094bb-f491-4250-aded-84597523ea27', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/62da2e1a-607e-4011-b865-8b40fef35202'}
Body: b''
2026-07-09 13:37:04,165 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/62da2e1a-607e-4011-b865-8b40fef35202 0.212s
2026-07-09 13:37:04,165 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-1a81eb82-bd0a-4bbc-baf6-0c2ea0de3878', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/62da2e1a-607e-4011-b865-8b40fef35202'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 62da2e1a-607e-4011-b865-8b40fef35202 does not exist", "detail": ""}}'
2026-07-09 13:37:05,294 87305 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/2e6f0b07-6c2e-42ce-83b5-3d298107620c 1.127s
2026-07-09 13:37:05,294 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:37:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-fee3f7bd-8d3d-4cd6-95c0-d53dd324cef5', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/2e6f0b07-6c2e-42ce-83b5-3d298107620c'}
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:39:22,230 87305 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.174s
2026-07-09 13:39:22,231 87305 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:39:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-67346527-4b52-41d0-af4b-c1b8093a05ff', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "512beec335614d20b1aa9dd5a407e3e4", "name": "tempest-VolumesActionsTest-1283074359-project-member", "password_expires_at": null}, "audit_ids": ["kSJu7NuETQKexvOMkMXgoQ"], "expires_at": "2026-07-09T12:39:22.000000Z", "issued_at": "2026-07-09T11:39:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b5d47b954fde467ea4dddd33bf46ed9a", "name": "tempest-VolumesActionsTest-1283074359"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/b5d47b954fde467ea4dddd33bf46ed9a", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:39:22,232 87305 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'd334aeda-7c14-4a0a-91a0-7471fea3563b', 'name': 'tempest-VolumesActionsTest-1191450231-network', 'tenant_id': 'b5d47b954fde467ea4dddd33bf46ed9a', 'project_id': 'b5d47b954fde467ea4dddd33bf46ed9a', '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': 60197, '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:56Z', 'updated_at': '2026-07-09T11:38:56Z', 'revision_number': 1} available for tenant
2026-07-09 13:39:23,298 87305 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 POST http://192.168.122.253/compute/v2.1/servers 1.063s
2026-07-09 13:39:23,299 87305 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-1354583220", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "networks": [{"uuid": "d334aeda-7c14-4a0a-91a0-7471fea3563b"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:39: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-b09f0763-67fb-4f4c-9cd2-e6a6e7b87fc4', 'x-compute-request-id': 'req-b09f0763-67fb-4f4c-9cd2-e6a6e7b87fc4', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:42:29,037 87310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.239s
2026-07-09 13:42:29,037 87310 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:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-86a2078c-342a-489c-bfb3-2afd41d8cbb5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bb3ae97c6dc0406ca3f891db63b10395", "name": "tempest-VolumesActionsTest-1011766540-project-member", "password_expires_at": null}, "audit_ids": ["UjWKpa6QRfSvp3Or3aR3hw"], "expires_at": "2026-07-09T12:42:28.000000Z", "issued_at": "2026-07-09T11:42:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cab14de97cad4a759517e934ac11a8eb", "name": "tempest-VolumesActionsTest-1011766540"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/cab14de97cad4a759517e934ac11a8eb", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:42:29,038 87310 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': '8ca62398-a3c5-45ef-8ac8-56212e7d5d31', 'name': 'tempest-VolumesActionsTest-1739150384-network', 'tenant_id': 'cab14de97cad4a759517e934ac11a8eb', 'project_id': 'cab14de97cad4a759517e934ac11a8eb', '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': 31521, '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:12Z', 'updated_at': '2026-07-09T11:42:12Z', 'revision_number': 1} available for tenant
2026-07-09 13:42:30,243 87310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 POST http://192.168.122.253/compute/v2.1/servers 1.204s
2026-07-09 13:42:30,243 87310 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-348219788", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "networks": [{"uuid": "8ca62398-a3c5-45ef-8ac8-56212e7d5d31"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:29 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-2bb6ed4f-8aa5-4b18-97a7-c8ec489b9d63', 'x-compute-request-id': 'req-2bb6ed4f-8aa5-4b18-97a7-c8ec489b9d63', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:42:30,392 87310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.139s
2026-07-09 13:42:30,392 87310 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:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-dba09686-018d-4f4c-ae1e-a2995ad8de92', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bb3ae97c6dc0406ca3f891db63b10395", "name": "tempest-VolumesActionsTest-1011766540-project-member", "password_expires_at": null}, "audit_ids": ["-Ad2hbF4RnG7cXL_CQbsPQ"], "expires_at": "2026-07-09T12:42:30.000000Z", "issued_at": "2026-07-09T11:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cab14de97cad4a759517e934ac11a8eb", "name": "tempest-VolumesActionsTest-1011766540"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/cab14de97cad4a759517e934ac11a8eb", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:42:30,393 87310 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': '8ca62398-a3c5-45ef-8ac8-56212e7d5d31', 'name': 'tempest-VolumesActionsTest-1739150384-network', 'tenant_id': 'cab14de97cad4a759517e934ac11a8eb', 'project_id': 'cab14de97cad4a759517e934ac11a8eb', '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': 31521, '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:12Z', 'updated_at': '2026-07-09T11:42:12Z', 'revision_number': 1} available for tenant
2026-07-09 13:42:31,282 87310 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 POST http://192.168.122.253/compute/v2.1/servers 0.888s
2026-07-09 13:42:31,282 87310 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-1564915095", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "networks": [{"uuid": "8ca62398-a3c5-45ef-8ac8-56212e7d5d31"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:30 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-523481ce-bcbd-4c1a-ae7c-688bb49f9698', 'x-compute-request-id': 'req-523481ce-bcbd-4c1a-ae7c-688bb49f9698', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:42:33,066 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.201s
2026-07-09 13:42:33,067 87307 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:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2522', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aefdacb2-cb26-483f-be6e-09115ba0b852', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7ae35a8df7bf4a40a001c179686c437f", "name": "tempest-VolumesNegativeTest-1930710981-project-member", "password_expires_at": null}, "audit_ids": ["OKxi_vywQoGbk1GaCGlxQQ"], "expires_at": "2026-07-09T12:42:32.000000Z", "issued_at": "2026-07-09T11:42:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "name": "tempest-VolumesNegativeTest-1930710981"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/dbc2ba3724ee4b2a8dd35b8b29d94baf", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:42:33,067 87307 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant
2026-07-09 13:42:33,722 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 202 POST http://192.168.122.253/compute/v2.1/servers 0.654s
2026-07-09 13:42:33,723 87307 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-727443355", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:42:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af87ff28-952e-4a18-a046-719f04625535', 'x-compute-request-id': 'req-af87ff28-952e-4a18-a046-719f04625535', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "SjQ5y6JBFEur"}}'
2026-07-09 13:42:33,904 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.177s
2026-07-09 13:42:33,904 87307 DEBUG [tempest.lib.common.rest_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:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15464c8a-0d0b-45db-b41f-a28f2b348533', 'x-compute-request-id': 'req-15464c8a-0d0b-45db-b41f-a28f2b348533', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:34Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:33Z", "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:42:35,087 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.170s
2026-07-09 13:42:35,088 87307 DEBUG [tempest.lib.common.rest_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-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4a04f03-bf44-4a48-8e18-7dba53433c96', 'x-compute-request-id': 'req-e4a04f03-bf44-4a48-8e18-7dba53433c96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:34Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:34Z", "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:42:36,552 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.451s
2026-07-09 13:42:36,553 87307 DEBUG [tempest.lib.common.rest_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-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a3448d-1b76-42b2-9be1-2dde58b6a833', 'x-compute-request-id': 'req-02a3448d-1b76-42b2-9be1-2dde58b6a833', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:42:38,058 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.488s
2026-07-09 13:42:38,058 87307 DEBUG [tempest.lib.common.rest_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-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e813f45-6416-47c5-a397-b35a3b41c503', 'x-compute-request-id': 'req-2e813f45-6416-47c5-a397-b35a3b41c503', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:38,074 87307 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 5 second wait
2026-07-09 13:42:39,543 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.467s
2026-07-09 13:42:39,543 87307 DEBUG [tempest.lib.common.rest_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-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f6016dc-d545-46b1-adc1-73e32baf72a2', 'x-compute-request-id': 'req-1f6016dc-d545-46b1-adc1-73e32baf72a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:40,806 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.251s
2026-07-09 13:42:40,806 87307 DEBUG [tempest.lib.common.rest_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-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf30c1d0-e582-4ad9-af84-fd89d2a419e4', 'x-compute-request-id': 'req-bf30c1d0-e582-4ad9-af84-fd89d2a419e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:40,823 87307 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-07-09 13:42:41,990 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.165s
2026-07-09 13:42:41,990 87307 DEBUG [tempest.lib.common.rest_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-length': '1286', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bd02f59-5579-46e2-9a03-c8abcf61516b', 'x-compute-request-id': 'req-0bd02f59-5579-46e2-9a03-c8abcf61516b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-07-09 13:42:42,006 87307 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait
2026-07-09 13:42:43,249 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.242s
2026-07-09 13:42:43,250 87307 DEBUG [tempest.lib.common.rest_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-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a154617-6753-4a87-bba5-ab45c75fa076', 'x-compute-request-id': 'req-6a154617-6753-4a87-bba5-ab45c75fa076', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:44,559 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.295s
2026-07-09 13:42:44,559 87307 DEBUG [tempest.lib.common.rest_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:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-620a5f9f-3321-4dba-8ec9-9fc41864d201', 'x-compute-request-id': 'req-620a5f9f-3321-4dba-8ec9-9fc41864d201', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:45,944 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.370s
2026-07-09 13:42:45,945 87307 DEBUG [tempest.lib.common.rest_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-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61dec694-3a59-4aba-89f3-95347af988cb', 'x-compute-request-id': 'req-61dec694-3a59-4aba-89f3-95347af988cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:47,196 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.238s
2026-07-09 13:42:47,196 87307 DEBUG [tempest.lib.common.rest_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-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd690561-4a7c-46c6-b094-912de12edbe4', 'x-compute-request-id': 'req-dd690561-4a7c-46c6-b094-912de12edbe4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:48,513 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.303s
2026-07-09 13:42:48,515 87307 DEBUG [tempest.lib.common.rest_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-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-599ee5bb-0187-457e-8da4-8080eb265f42', 'x-compute-request-id': 'req-599ee5bb-0187-457e-8da4-8080eb265f42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:41Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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:42:49,894 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.362s
2026-07-09 13:42:49,895 87307 DEBUG [tempest.lib.common.rest_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-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1330ef7f-a64d-49ed-b0db-095d866b5b31', 'x-compute-request-id': 'req-1330ef7f-a64d-49ed-b0db-095d866b5b31', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "abc1323066c2eacc0fd74c992b222bb9cc4a7127845271f0a4853cd6", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:49Z", "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:42:51,035 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.127s
2026-07-09 13:42:51,036 87307 DEBUG [tempest.lib.common.rest_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-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-652a1fd0-dac8-47b4-80db-7542e224b2cb', 'x-compute-request-id': 'req-652a1fd0-dac8-47b4-80db-7542e224b2cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:51Z", "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:42:52,157 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.110s
2026-07-09 13:42:52,158 87307 DEBUG [tempest.lib.common.rest_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-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3625245a-b888-48b3-ab98-0d640ff4eff8', 'x-compute-request-id': 'req-3625245a-b888-48b3-ab98-0d640ff4eff8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:51Z", "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:42:53,304 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.132s
2026-07-09 13:42:53,305 87307 DEBUG [tempest.lib.common.rest_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-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70b9ee02-a507-4fb0-ada4-8230731ed4a8', 'x-compute-request-id': 'req-70b9ee02-a507-4fb0-ada4-8230731ed4a8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:51Z", "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:42:54,427 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.109s
2026-07-09 13:42:54,427 87307 DEBUG [tempest.lib.common.rest_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-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89160632-de05-4edc-8fe5-ab2d63193201', 'x-compute-request-id': 'req-89160632-de05-4edc-8fe5-ab2d63193201', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:51Z", "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:42:55,574 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.135s
2026-07-09 13:42:55,574 87307 DEBUG [tempest.lib.common.rest_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-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2a6c026-b492-44d7-9535-20e019b68e2c', 'x-compute-request-id': 'req-a2a6c026-b492-44d7-9535-20e019b68e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "BUILD", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:51Z", "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:42:56,765 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.175s
2026-07-09 13:42:56,766 87307 DEBUG [tempest.lib.common.rest_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-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eed059bd-4303-45f0-b00f-72f8e63331de', 'x-compute-request-id': 'req-eed059bd-4303-45f0-b00f-72f8e63331de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-07-09T11:42:33Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "hostId": "", "id": "6f3a72aa-6f70-472c-b80c-ef30195f1365", "image": {"id": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/479e4ae8-cb75-4122-bb25-7539623fdcb8"}]}, "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365"}], "metadata": {}, "name": "tempest-VolumesNegativeTest-instance-727443355", "status": "ERROR", "tenant_id": "dbc2ba3724ee4b2a8dd35b8b29d94baf", "user_id": "7ae35a8df7bf4a40a001c179686c437f", "updated": "2026-07-09T11:42:56Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-07-09T11:42:56Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 6f3a72aa-6f70-472c-b80c-ef30195f1365."}, "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:42:56,779 87307 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 23 second wait
2026-07-09 13:42:57,550 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 204 DELETE http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.771s
2026-07-09 13:42:57,550 87307 DEBUG [tempest.lib.common.rest_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', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12cc9b4b-e959-49c5-a361-133d9aaa6071', 'x-compute-request-id': 'req-12cc9b4b-e959-49c5-a361-133d9aaa6071', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b''
2026-07-09 13:42:57,599 87307 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 404 GET http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365 0.046s
2026-07-09 13:42:57,600 87307 DEBUG [tempest.lib.common.rest_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)', '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-067139ab-22fd-4ebe-b6b3-7436acfde284', 'x-compute-request-id': 'req-067139ab-22fd-4ebe-b6b3-7436acfde284', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6f3a72aa-6f70-472c-b80c-ef30195f1365'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6f3a72aa-6f70-472c-b80c-ef30195f1365 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 6f3a72aa-6f70-472c-b80c-ef30195f1365 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-07-09T11:42:56Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 6f3a72aa-6f70-472c-b80c-ef30195f1365.'}. Request ID of server operation performed before checking the server status req-af87ff28-952e-4a18-a046-719f04625535.
|
||||||
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:44:58,350 87305 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794 on backend None
2026-07-09 13:44:58,557 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.253/volume/v3/types 0.206s
2026-07-09 13:44:58,557 87305 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-1483627521-179997794", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d0c340-467a-4fe0-8ec1-6aeef64398e2', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d0c340-467a-4fe0-8ec1-6aeef64398e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/types'}
Body: b'{"volume_type": {"id": "4f7d6485-876a-4354-8fa3-d70d05bfa5f7", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-07-09 13:44:58,560 87305 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:44:59,631 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.253/image/v2/images 1.067s
2026-07-09 13:44:59,632 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--1788371518", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-8b35948a-b166-4e80-89d6-a1cf0d0030e5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--1788371518", "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": "ee1c98318e1f4bfbbb6c3371b9286c42", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2f89c91f-bf5e-4c32-8cfc-f8833e978305", "created_at": "2026-07-09T11:45:00Z", "updated_at": "2026-07-09T11:45:00Z", "tags": [], "self": "/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305", "file": "/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305/file", "schema": "/v2/schemas/image"}'
2026-07-09 13:45:01,640 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 204 PUT http://192.168.122.253/image/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305/file 2.008s
2026-07-09 13:45:01,641 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x703108dfae00>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:44:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-85e98e0f-69f0-4a2b-b098-36211e0b9b99', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305/file'}
Body: b''
2026-07-09 13:45:01,641 87305 DEBUG [tempest.scenario.manager] image:2f89c91f-bf5e-4c32-8cfc-f8833e978305
2026-07-09 13:45:01,750 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.107s
2026-07-09 13:45:01,750 87305 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-241330039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSpw0wYsQpx57/4PlZxy3EUiiUPIGCcH1oQLzXuwmX5HyOQfR0iiRLN1EQCzRKWtw6mxpiBxOReQ40KvYrhxuM/xuQeBojPZPC0bg6zzIs32kz3Q6kK0ovDwDxJkTM5qg=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '423', '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-cce84e5e-3898-49e4-be4a-c093455ee9c5', 'x-compute-request-id': 'req-cce84e5e-3898-49e4-be4a-c093455ee9c5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-241330039", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHSpw0wYsQpx57/4PlZxy3EUiiUPIGCcH1oQLzXuwmX5HyOQfR0iiRLN1EQCzRKWtw6mxpiBxOReQ40KvYrhxuM/xuQeBojPZPC0bg6zzIs32kz3Q6kK0ovDwDxJkTM5qg==", "fingerprint": "3f:19:ac:eb:88:32:1e:be:4f:4d:95:48:3c:78:7e:84", "user_id": "d979a36e6e074c599cb10f290815e7ea"}}'
2026-07-09 13:45:01,927 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/os-availability-zone/detail 0.174s
2026-07-09 13:45:01,928 87305 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:01 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-43ec81bb-bc51-4806-b352-ad93c516125f', 'x-compute-request-id': 'req-43ec81bb-bc51-4806-b352-ad93c516125f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/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:57.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2026-07-09T11:44:56.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"devstack": {"nova-compute": {"available": true, "active": true, "updated_at": "2026-07-09T11:43:39.000000"}}}}]}'
2026-07-09 13:45:01,933 87305 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1020594-1971296746 on backend None
2026-07-09 13:45:02,003 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.253/volume/v3/types 0.069s
2026-07-09 13:45:02,005 87305 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-1020594-1971296746", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f6c7da8-a156-48c9-8c36-4ca03744b239', 'content-length': '266', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f6c7da8-a156-48c9-8c36-4ca03744b239', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/types'}
Body: b'{"volume_type": {"id": "4972c478-7383-4825-a2e6-579cbe9aca5d", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1020594-1971296746", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-07-09 13:45:02,007 87305 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1207014081-1403154327 on backend None
2026-07-09 13:45:02,071 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.253/volume/v3/types 0.063s
2026-07-09 13:45:02,072 87305 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-1207014081-1403154327", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cd94206-97c1-43a6-9bab-bcbd08683349', 'content-length': '269', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cd94206-97c1-43a6-9bab-bcbd08683349', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/types'}
Body: b'{"volume_type": {"id": "a50a31d4-e28c-4f56-9733-bc15c1e08008", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1207014081-1403154327", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-07-09 13:45:02,075 87305 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:02,547 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.253/volume/v3/volumes 0.471s
2026-07-09 13:45:02,547 87305 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-1446585721", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1020594-1971296746", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-405dfc99-17db-4e82-a69e-ff3d1410aeba', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-405dfc99-17db-4e82-a69e-ff3d1410aeba', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "2350b629-364f-45c6-8c87-8b3650858b17", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:02.423066", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1446585721", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1020594-1971296746", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2350b629-364f-45c6-8c87-8b3650858b17"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:45:03,039 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.253/volume/v3/volumes 0.476s
2026-07-09 13:45:03,039 87305 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-1492184380", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1207014081-1403154327", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77dbd1ac-31d2-47e9-a5ea-c9fea8e9778d', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77dbd1ac-31d2-47e9-a5ea-c9fea8e9778d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "e242bd24-09d0-4956-abf9-3df2b6c8b395", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:02.888443", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1492184380", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1207014081-1403154327", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:45:03,139 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/image/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305 0.086s
2026-07-09 13:45:03,143 87305 DEBUG [tempest.lib.common.rest_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:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2591fef6-7c2b-4ce5-8414-56d22e480539', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/image/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305'}
Body: b'{"name": "tempest-scenario-img--1788371518", "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": "ee1c98318e1f4bfbbb6c3371b9286c42", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "2f89c91f-bf5e-4c32-8cfc-f8833e978305", "created_at": "2026-07-09T11:45:00Z", "updated_at": "2026-07-09T11:45:02Z", "tags": [], "self": "/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305", "file": "/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305/file", "schema": "/v2/schemas/image"}'
2026-07-09 13:45:04,021 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.253/volume/v3/volumes 0.877s
2026-07-09 13:45:04,021 87305 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-2062455090", "snapshot_id": null, "imageRef": "2f89c91f-bf5e-4c32-8cfc-f8833e978305", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57bad896-5106-43f5-a358-d6bccfde1b6c', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57bad896-5106-43f5-a358-d6bccfde1b6c', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:03.787838", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:45:04,095 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.060s
2026-07-09 13:45:04,095 87305 DEBUG [tempest.lib.common.rest_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:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fde4308-82b3-4fe8-b6f1-5ac515cbb507', 'content-length': '922', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fde4308-82b3-4fe8-b6f1-5ac515cbb507', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:05,178 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.072s
2026-07-09 13:45:05,178 87305 DEBUG [tempest.lib.common.rest_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:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-103dc13f-f32d-426c-a5de-5b0b380ac03c', 'content-length': '946', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-103dc13f-f32d-426c-a5de-5b0b380ac03c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:06,291 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.096s
2026-07-09 13:45:06,291 87305 DEBUG [tempest.lib.common.rest_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:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81388f7f-c591-4958-a3d6-5390668fbca0', 'content-length': '946', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81388f7f-c591-4958-a3d6-5390668fbca0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:07,358 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.052s
2026-07-09 13:45:07,359 87305 DEBUG [tempest.lib.common.rest_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:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdab50e4-98dd-4fab-956f-8ec5c09307e8', 'content-length': '946', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdab50e4-98dd-4fab-956f-8ec5c09307e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:08,430 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.057s
2026-07-09 13:45:08,430 87305 DEBUG [tempest.lib.common.rest_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:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1891407f-5e97-4a68-b75c-5ef5284cb4f8', 'content-length': '946', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1891407f-5e97-4a68-b75c-5ef5284cb4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:09,507 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.061s
2026-07-09 13:45:09,508 87305 DEBUG [tempest.lib.common.rest_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:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff904ccd-21d2-47bf-b5e6-7668322d5c52', 'content-length': '946', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff904ccd-21d2-47bf-b5e6-7668322d5c52', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:10,578 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.057s
2026-07-09 13:45:10,578 87305 DEBUG [tempest.lib.common.rest_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:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22fc23c5-26cf-4b3a-a2f6-0108fe5195c1', 'content-length': '1004', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22fc23c5-26cf-4b3a-a2f6-0108fe5195c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:11,649 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.057s
2026-07-09 13:45:11,649 87305 DEBUG [tempest.lib.common.rest_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:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3333253-2a65-45aa-8394-3052ce566531', 'content-length': '1004', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3333253-2a65-45aa-8394-3052ce566531', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:12,713 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.050s
2026-07-09 13:45:12,714 87305 DEBUG [tempest.lib.common.rest_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:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67b81597-bc8a-4601-bfb0-e6d8e2e6f183', 'content-length': '1004', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67b81597-bc8a-4601-bfb0-e6d8e2e6f183', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:04.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:13,773 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.048s
2026-07-09 13:45:13,773 87305 DEBUG [tempest.lib.common.rest_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:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b932004-b3de-44ad-b74d-2e39649db6d9', 'content-length': '1004', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b932004-b3de-44ad-b74d-2e39649db6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:13.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:14,829 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.045s
2026-07-09 13:45:14,830 87305 DEBUG [tempest.lib.common.rest_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:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-053f7264-47de-40b6-bc67-03eb4d0caa63', 'content-length': '1007', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-053f7264-47de-40b6-bc67-03eb4d0caa63', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:14.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:15,883 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.042s
2026-07-09 13:45:15,883 87305 DEBUG [tempest.lib.common.rest_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:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f0d20e-6b8e-4e13-9654-0fa62bb512f1', 'content-length': '1007', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f0d20e-6b8e-4e13-9654-0fa62bb512f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:14.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:16,949 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.053s
2026-07-09 13:45:16,949 87305 DEBUG [tempest.lib.common.rest_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:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed803647-8fc6-4949-95a1-c3940a1918fd', 'content-length': '1007', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed803647-8fc6-4949-95a1-c3940a1918fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:14.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:18,008 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.047s
2026-07-09 13:45:18,009 87305 DEBUG [tempest.lib.common.rest_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:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d294fd5a-1e53-43d1-a8a9-830718de2bc0', 'content-length': '1007', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d294fd5a-1e53-43d1-a8a9-830718de2bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:14.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:19,067 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.046s
2026-07-09 13:45:19,068 87305 DEBUG [tempest.lib.common.rest_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:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de199f91-122d-4c59-97c1-71131601a763', 'content-length': '1007', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de199f91-122d-4c59-97c1-71131601a763', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:14.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:20,133 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.055s
2026-07-09 13:45:20,134 87305 DEBUG [tempest.lib.common.rest_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:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41795705-2a53-4c1d-9d14-bb660f74eebb', 'content-length': '1007', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41795705-2a53-4c1d-9d14-bb660f74eebb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:14.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "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": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:21,206 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.059s
2026-07-09 13:45:21,207 87305 DEBUG [tempest.lib.common.rest_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:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d17b3cf-0588-463b-8ba3-ae2a2f68d622', 'content-length': '1259', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d17b3cf-0588-463b-8ba3-ae2a2f68d622', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:20.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "2f89c91f-bf5e-4c32-8cfc-f8833e978305", "image_name": "tempest-scenario-img--1788371518", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:21,218 87305 INFO [tempest.common.waiters] volume 63313a76-536e-4f95-b6f4-6681e753407e reached available after waiting for 17.218639 seconds
2026-07-09 13:45:21,364 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.142s
2026-07-09 13:45:21,364 87305 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:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2542', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4e211a53-0302-4f9a-abae-0c02c1cf9248', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d979a36e6e074c599cb10f290815e7ea", "name": "tempest-TestInstancesWithCinderVolumes-467031284-project-member", "password_expires_at": null}, "audit_ids": ["4u50T5n4S-WM9Gkl6VauNA"], "expires_at": "2026-07-09T12:45:21.000000Z", "issued_at": "2026-07-09T11:45:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ee1c98318e1f4bfbbb6c3371b9286c42", "name": "tempest-TestInstancesWithCinderVolumes-467031284"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/ee1c98318e1f4bfbbb6c3371b9286c42", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:45:21,365 87305 INFO [tempest.lib.common.fixed_network] (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes) Found network {'id': '1eb6b45c-ee89-4d4b-9744-3395960232c0', 'name': 'tempest-TestInstancesWithCinderVolumes-1982711064-network', 'tenant_id': 'ee1c98318e1f4bfbbb6c3371b9286c42', 'project_id': 'ee1c98318e1f4bfbbb6c3371b9286c42', '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': 42941, '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:44:32Z', 'updated_at': '2026-07-09T11:44:32Z', 'revision_number': 1} available for tenant
2026-07-09 13:45:21,705 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 500 POST http://192.168.122.253/compute/v2.1/servers 0.338s
2026-07-09 13:45:21,705 87305 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-968455753", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "63313a76-536e-4f95-b6f4-6681e753407e", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestInstancesWithCinderVolumes-241330039", "networks": [{"uuid": "1eb6b45c-ee89-4d4b-9744-3395960232c0"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:21 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-1434e87b-3ffe-4a52-a3b8-8312fac66040', 'x-compute-request-id': 'req-1434e87b-3ffe-4a52-a3b8-8312fac66040', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'TypeError\'>"}}'
2026-07-09 13:45:21,776 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.068s
2026-07-09 13:45:21,777 87305 DEBUG [tempest.lib.common.rest_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:21 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-6919d956-e05f-4b65-9d0f-ddc30e7d8dd8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b''
2026-07-09 13:45:21,839 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.061s
2026-07-09 13:45:21,839 87305 DEBUG [tempest.lib.common.rest_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:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0336fd8-90d0-4475-98d2-47ba02975882', 'content-length': '1258', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0336fd8-90d0-4475-98d2-47ba02975882', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:22.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "2f89c91f-bf5e-4c32-8cfc-f8833e978305", "image_name": "tempest-scenario-img--1788371518", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:22,900 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.049s
2026-07-09 13:45:22,901 87305 DEBUG [tempest.lib.common.rest_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:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d488f40b-d81e-475a-a56b-a379a002b1e5', 'content-length': '1258', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d488f40b-d81e-475a-a56b-a379a002b1e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:22.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "2f89c91f-bf5e-4c32-8cfc-f8833e978305", "image_name": "tempest-scenario-img--1788371518", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:23,963 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.049s
2026-07-09 13:45:23,964 87305 DEBUG [tempest.lib.common.rest_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:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2b1759-442a-4d70-93a2-25ddf3c18873', 'content-length': '1258', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2b1759-442a-4d70-93a2-25ddf3c18873', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"volume": {"id": "63313a76-536e-4f95-b6f4-6681e753407e", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:04.000000", "updated_at": "2026-07-09T11:45:22.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2062455090", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1483627521-179997794", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/63313a76-536e-4f95-b6f4-6681e753407e"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "2f89c91f-bf5e-4c32-8cfc-f8833e978305", "image_name": "tempest-scenario-img--1788371518", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:24,997 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e 0.023s
2026-07-09 13:45:24,997 87305 DEBUG [tempest.lib.common.rest_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:24 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-862a43aa-be91-4e4c-a6c2-53b176d38b57', 'x-openstack-request-id': 'req-862a43aa-be91-4e4c-a6c2-53b176d38b57', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/63313a76-536e-4f95-b6f4-6681e753407e'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 63313a76-536e-4f95-b6f4-6681e753407e could not be found."}}'
2026-07-09 13:45:25,068 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395 0.070s
2026-07-09 13:45:25,070 87305 DEBUG [tempest.lib.common.rest_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:24 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-fc68da5c-fd48-4b7d-8f79-d71232c274b8', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395'}
Body: b''
2026-07-09 13:45:25,129 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395 0.059s
2026-07-09 13:45:25,130 87305 DEBUG [tempest.lib.common.rest_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:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a22ba83-0c13-486e-a9c1-617091c8c3db', 'content-length': '947', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a22ba83-0c13-486e-a9c1-617091c8c3db', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395'}
Body: b'{"volume": {"id": "e242bd24-09d0-4956-abf9-3df2b6c8b395", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:03.000000", "updated_at": "2026-07-09T11:45:25.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1492184380", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1207014081-1403154327", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:26,202 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395 0.061s
2026-07-09 13:45:26,203 87305 DEBUG [tempest.lib.common.rest_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:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a1f615-87c9-4b3c-9ccd-3275cabc2490', 'content-length': '947', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a1f615-87c9-4b3c-9ccd-3275cabc2490', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395'}
Body: b'{"volume": {"id": "e242bd24-09d0-4956-abf9-3df2b6c8b395", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:03.000000", "updated_at": "2026-07-09T11:45:25.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1492184380", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1207014081-1403154327", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:27,243 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395 0.028s
2026-07-09 13:45:27,243 87305 DEBUG [tempest.lib.common.rest_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:27 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-ccd5dfac-caa4-4fc3-b9f7-1682f42309b7', 'x-openstack-request-id': 'req-ccd5dfac-caa4-4fc3-b9f7-1682f42309b7', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/e242bd24-09d0-4956-abf9-3df2b6c8b395'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume e242bd24-09d0-4956-abf9-3df2b6c8b395 could not be found."}}'
2026-07-09 13:45:27,315 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17 0.071s
2026-07-09 13:45:27,317 87305 DEBUG [tempest.lib.common.rest_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:27 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-04fe7766-18e6-4c96-a2f1-8cd16ed1efd2', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17'}
Body: b''
2026-07-09 13:45:27,389 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17 0.071s
2026-07-09 13:45:27,389 87305 DEBUG [tempest.lib.common.rest_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:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e26defc-183e-4940-990c-b63d39cc5b01', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e26defc-183e-4940-990c-b63d39cc5b01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17'}
Body: b'{"volume": {"id": "2350b629-364f-45c6-8c87-8b3650858b17", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:02.000000", "updated_at": "2026-07-09T11:45:27.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1446585721", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1020594-1971296746", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2350b629-364f-45c6-8c87-8b3650858b17"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:28,462 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17 0.061s
2026-07-09 13:45:28,463 87305 DEBUG [tempest.lib.common.rest_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:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea32eada-55cb-45b1-96e1-4b1d3a02746a', 'content-length': '944', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea32eada-55cb-45b1-96e1-4b1d3a02746a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17'}
Body: b'{"volume": {"id": "2350b629-364f-45c6-8c87-8b3650858b17", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:45:02.000000", "updated_at": "2026-07-09T11:45:27.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1446585721", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1020594-1971296746", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2350b629-364f-45c6-8c87-8b3650858b17"}], "user_id": "d979a36e6e074c599cb10f290815e7ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ee1c98318e1f4bfbbb6c3371b9286c42"}}'
2026-07-09 13:45:29,503 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17 0.028s
2026-07-09 13:45:29,503 87305 DEBUG [tempest.lib.common.rest_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:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-882fd474-68ae-4c4d-a3df-be646753ba04', 'x-openstack-request-id': 'req-882fd474-68ae-4c4d-a3df-be646753ba04', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2350b629-364f-45c6-8c87-8b3650858b17'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2350b629-364f-45c6-8c87-8b3650858b17 could not be found."}}'
2026-07-09 13:45:29,571 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1 0.067s
2026-07-09 13:45:29,572 87305 DEBUG [tempest.lib.common.rest_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:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59300a1-4275-4c39-bcf4-05b5eafac1b8', 'content-length': '1015', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59300a1-4275-4c39-bcf4-05b5eafac1b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "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": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}]}'
2026-07-09 13:45:29,656 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/types/a50a31d4-e28c-4f56-9733-bc15c1e08008 0.073s
2026-07-09 13:45:29,657 87305 DEBUG [tempest.lib.common.rest_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:29 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-981e5cf0-c272-4565-b8cc-6211c33c6f94', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/types/a50a31d4-e28c-4f56-9733-bc15c1e08008'}
Body: b''
2026-07-09 13:45:29,696 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1 0.038s
2026-07-09 13:45:29,697 87305 DEBUG [tempest.lib.common.rest_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:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e840e89-aa15-478d-82e6-47e2cc9f708c', 'content-length': '1015', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e840e89-aa15-478d-82e6-47e2cc9f708c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "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": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}]}'
2026-07-09 13:45:29,787 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/types/4972c478-7383-4825-a2e6-579cbe9aca5d 0.079s
2026-07-09 13:45:29,787 87305 DEBUG [tempest.lib.common.rest_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:29 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-a76edcac-ba1f-4e3b-bfcb-4f27a7abfda0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/types/4972c478-7383-4825-a2e6-579cbe9aca5d'}
Body: b''
2026-07-09 13:45:29,829 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-241330039 0.040s
2026-07-09 13:45:29,829 87305 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:29 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-8ff99f75-4c4e-4603-a320-3fbcb7c0d3b4', 'x-compute-request-id': 'req-8ff99f75-4c4e-4603-a320-3fbcb7c0d3b4', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-241330039'}
Body: b''
2026-07-09 13:45:29,981 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.253/image/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305 0.151s
2026-07-09 13:45:29,981 87305 DEBUG [tempest.lib.common.rest_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:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-20244e35-a15e-4f3e-8e85-35f340c0aabc', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/2f89c91f-bf5e-4c32-8cfc-f8833e978305'}
Body: b''
2026-07-09 13:45:30,074 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1 0.092s
2026-07-09 13:45:30,074 87305 DEBUG [tempest.lib.common.rest_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:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4281f62a-cff0-43a0-a9a5-d7b89660d602', 'content-length': '1015', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4281f62a-cff0-43a0-a9a5-d7b89660d602', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "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": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD"}]}'
2026-07-09 13:45:30,150 87305 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/types/4f7d6485-876a-4354-8fa3-d70d05bfa5f7 0.063s
2026-07-09 13:45:30,150 87305 DEBUG [tempest.lib.common.rest_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:30 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-8dbc224b-a1cf-4d6e-82f9-b1e4f5beca37', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/types/4f7d6485-876a-4354-8fa3-d70d05bfa5f7'}
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:45:58,163 87305 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:59,097 87305 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.253/image/v2/images 0.931s
2026-07-09 13:45:59,097 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--1278634984", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/aef08880-8803-4f3f-a9cc-ba04087f371e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e8d74543-6f59-4341-822c-b0a854062639', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--1278634984", "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": "8de3910672374c7f8d4a92dc452ec388", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "aef08880-8803-4f3f-a9cc-ba04087f371e", "created_at": "2026-07-09T11:45:59Z", "updated_at": "2026-07-09T11:45:59Z", "tags": [], "self": "/v2/images/aef08880-8803-4f3f-a9cc-ba04087f371e", "file": "/v2/images/aef08880-8803-4f3f-a9cc-ba04087f371e/file", "schema": "/v2/schemas/image"}'
2026-07-09 13:46:00,730 87305 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://192.168.122.253/image/v2/images/aef08880-8803-4f3f-a9cc-ba04087f371e/file 1.632s
2026-07-09 13:46:00,730 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x703107d18220>
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e88a2c50-7d50-4bb7-a12c-dcf69323759a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/aef08880-8803-4f3f-a9cc-ba04087f371e/file'}
Body: b''
2026-07-09 13:46:00,731 87305 DEBUG [tempest.scenario.manager] image:aef08880-8803-4f3f-a9cc-ba04087f371e
2026-07-09 13:46:00,804 87305 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.072s
2026-07-09 13:46:00,804 87305 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1978776485", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtK8JRpgRSeR+1AsjGSIQBoT2xfVXfxjA3zZE7g9lZCEer6WFe9HRgCJbyXCFQ7rzQvI4QKPC96K3ZCDLcByvDiiL/KdzNJldyIGNDkJdEv1F0j2EEQSR955ZmE9OETeA=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aef08e2b-8791-4250-afac-9de00a1928fc', 'x-compute-request-id': 'req-aef08e2b-8791-4250-afac-9de00a1928fc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1978776485", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJtK8JRpgRSeR+1AsjGSIQBoT2xfVXfxjA3zZE7g9lZCEer6WFe9HRgCJbyXCFQ7rzQvI4QKPC96K3ZCDLcByvDiiL/KdzNJldyIGNDkJdEv1F0j2EEQSR955ZmE9OETeA==", "fingerprint": "f1:b5:07:80:82:26:e6:eb:85:74:42:89:65:3f:c9:1b", "user_id": "680af40d84c246e294746336f5e0d15d"}}'
2026-07-09 13:46:00,863 87305 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.053s
2026-07-09 13:46:00,863 87305 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:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-33111bfa-d022-4c39-b9b1-1ffebb21b200', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "680af40d84c246e294746336f5e0d15d", "name": "tempest-TestMinimumBasicScenario-872021487-project-member", "password_expires_at": null}, "audit_ids": ["NFcQlu3JSWOm2jvrH9mMcQ"], "expires_at": "2026-07-09T12:46:00.000000Z", "issued_at": "2026-07-09T11:46:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8de3910672374c7f8d4a92dc452ec388", "name": "tempest-TestMinimumBasicScenario-872021487"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/8de3910672374c7f8d4a92dc452ec388", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:46:00,864 87305 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '38e73364-82b9-4483-afb0-2c305d7291dc', 'name': 'tempest-TestMinimumBasicScenario-593120614-network', 'tenant_id': '8de3910672374c7f8d4a92dc452ec388', 'project_id': '8de3910672374c7f8d4a92dc452ec388', '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': 65310, '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:40Z', 'updated_at': '2026-07-09T11:45:40Z', 'revision_number': 1} available for tenant
2026-07-09 13:46:01,476 87305 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 POST http://192.168.122.253/compute/v2.1/servers 0.611s
2026-07-09 13:46:01,477 87305 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-1508691410", "imageRef": "aef08880-8803-4f3f-a9cc-ba04087f371e", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1978776485", "networks": [{"uuid": "38e73364-82b9-4483-afb0-2c305d7291dc"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46: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-7476ae29-34f8-400e-902d-ff65f5ee168c', 'x-compute-request-id': 'req-7476ae29-34f8-400e-902d-ff65f5ee168c', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:01,517 87305 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1978776485 0.038s
2026-07-09 13:46:01,518 87305 DEBUG [tempest.lib.common.rest_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-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-86b89621-c4a8-4d46-ac8c-4a1f0a603547', 'x-compute-request-id': 'req-86b89621-c4a8-4d46-ac8c-4a1f0a603547', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1978776485'}
Body: b''
2026-07-09 13:46:01,615 87305 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://192.168.122.253/image/v2/images/aef08880-8803-4f3f-a9cc-ba04087f371e 0.096s
2026-07-09 13:46:01,615 87305 DEBUG [tempest.lib.common.rest_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': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6f40d3e8-e037-4db2-9263-c787386a8322', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/aef08880-8803-4f3f-a9cc-ba04087f371e'}
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:46:25,889 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.118s
2026-07-09 13:46:25,889 87310 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:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2562', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-307be86b-e7f3-46dd-a154-e4784a31435c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "db1b5a0def7b417eb215ddfcd6b15289", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-241029292-project-member", "password_expires_at": null}, "audit_ids": ["QqAOCLvSTkCExtxNagN7Tw"], "expires_at": "2026-07-09T12:46:25.000000Z", "issued_at": "2026-07-09T11:46:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "218377d5407b4f02980850d25d484a51", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-241029292"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/218377d5407b4f02980850d25d484a51", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:46:25,890 87310 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '5abf8451-71ed-4fd1-b087-3168bae8700b', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-738499156-network', 'tenant_id': '218377d5407b4f02980850d25d484a51', 'project_id': '218377d5407b4f02980850d25d484a51', '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': 28754, '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:07Z', 'updated_at': '2026-07-09T11:46:07Z', 'revision_number': 1} available for tenant
2026-07-09 13:46:25,890 87310 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:46:25,891 87310 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:46:26,109 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.217s
2026-07-09 13:46:26,110 87310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1906302902", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmW/nL7g2X44OBNaeR7JARFIP/+cwTegQ/SrR0RfQjdQzIRsSrBj/PGQQF2q0R5rtjNwwKU/z31UEuFAj8M5GALzvnFGX9kAE0kjUM4axn38ePM3IZubgdQUl1gPQBCOQ=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:25 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-b0765a5b-fa23-437a-80bf-8d62cd173a7e', 'x-compute-request-id': 'req-b0765a5b-fa23-437a-80bf-8d62cd173a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1906302902", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmW/nL7g2X44OBNaeR7JARFIP/+cwTegQ/SrR0RfQjdQzIRsSrBj/PGQQF2q0R5rtjNwwKU/z31UEuFAj8M5GALzvnFGX9kAE0kjUM4axn38ePM3IZubgdQUl1gPQBCOQ==", "fingerprint": "ad:f9:22:09:32:df:47:0c:18:23:76:f8:1a:f3:34:17", "user_id": "db1b5a0def7b417eb215ddfcd6b15289"}}'
2026-07-09 13:46:26,112 87310 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1906302902 created
2026-07-09 13:46:26,417 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.305s
2026-07-09 13:46:26,418 87310 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--559715018", "description": "tempest-description--1307733853"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-be34470c-f2c5-4d31-b867-b76697025a39', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b34f47db-5a27-411b-bb57-e37b8ea66afc", "name": "tempest-securitygroup--559715018", "stateful": true, "tenant_id": "218377d5407b4f02980850d25d484a51", "project_id": "218377d5407b4f02980850d25d484a51", "description": "tempest-description--1307733853", "shared": false, "security_group_rules": [{"id": "8a258c22-ec40-4aea-9de9-48741c7f0fe0", "project_id": "218377d5407b4f02980850d25d484a51", "security_group_id": "b34f47db-5a27-411b-bb57-e37b8ea66afc", "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": 880, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:46:26Z", "updated_at": "2026-07-09T11:46:26Z", "revision_number": 0, "tenant_id": "218377d5407b4f02980850d25d484a51"}, {"id": "dc969e6d-214a-4378-9a2d-563206c0c470", "project_id": "218377d5407b4f02980850d25d484a51", "security_group_id": "b34f47db-5a27-411b-bb57-e37b8ea66afc", "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": 881, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:46:26Z", "updated_at": "2026-07-09T11:46:26Z", "revision_number": 0, "tenant_id": "218377d5407b4f02980850d25d484a51"}], "tags": [], "created_at": "2026-07-09T11:46:26Z", "updated_at": "2026-07-09T11:46:26Z", "revision_number": 1}}'
2026-07-09 13:46:26,660 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.241s
2026-07-09 13:46:26,660 87310 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": "b34f47db-5a27-411b-bb57-e37b8ea66afc", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b8ef2aa8-cb46-4d8f-90f4-d24afef1f6b6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "54f76896-12c9-4885-a32b-7939bcac5547", "project_id": "218377d5407b4f02980850d25d484a51", "security_group_id": "b34f47db-5a27-411b-bb57-e37b8ea66afc", "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:46:26Z", "updated_at": "2026-07-09T11:46:26Z", "revision_number": 0, "tenant_id": "218377d5407b4f02980850d25d484a51"}}'
2026-07-09 13:46:26,894 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.232s
2026-07-09 13:46:26,894 87310 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": "b34f47db-5a27-411b-bb57-e37b8ea66afc", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-9e4391b8-35a2-4696-8d9b-8057749a09ef', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bb807cf6-dea2-448d-b77a-709e30fe5cf2", "project_id": "218377d5407b4f02980850d25d484a51", "security_group_id": "b34f47db-5a27-411b-bb57-e37b8ea66afc", "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:46:26Z", "updated_at": "2026-07-09T11:46:26Z", "revision_number": 0, "tenant_id": "218377d5407b4f02980850d25d484a51"}}'
2026-07-09 13:46:26,894 87310 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--559715018 created
2026-07-09 13:46:27,854 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.958s
2026-07-09 13:46:27,854 87310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-5f14c242-f5a2-438f-859b-11cf5398d7d8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "c16aefe7-0aa0-43de-8f6b-5348404d4b00", "tenant_id": "218377d5407b4f02980850d25d484a51", "project_id": "218377d5407b4f02980850d25d484a51", "floating_ip_address": "172.24.4.77", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:46:27Z", "updated_at": "2026-07-09T11:46:27Z", "revision_number": 0}}'
2026-07-09 13:46:27,855 87310 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c16aefe7-0aa0-43de-8f6b-5348404d4b00', 'tenant_id': '218377d5407b4f02980850d25d484a51', 'project_id': '218377d5407b4f02980850d25d484a51', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:46:27Z', 'updated_at': '2026-07-09T11:46:27Z', 'revision_number': 0, 'ip': '172.24.4.77'} created
2026-07-09 13:46:27,855 87310 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1906302902', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOmW/nL7g2X44OBNaeR7JARFIP/+cwTegQ/SrR0RfQjdQzIRsSrBj/PGQQF2q0R5rtjNwwKU/z31UEuFAj8M5GALzvnFGX9kAE0kjUM4axn38ePM3IZubgdQUl1gPQBCOQ==', 'fingerprint': 'ad:f9:22:09:32:df:47:0c:18:23:76:f8:1a:f3:34:17', 'user_id': 'db1b5a0def7b417eb215ddfcd6b15289', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDGXzvVkCVjePsjHi1nlZyK4yFFzWHxmD11jGiEaoAJE0fxekEEEarT\nNiMCYS11TvOgBwYFK4EEACKhZANiAATplv5y+4Nl+ODgTWnkeyQERSD//nME3oEP\n0q0dEX0I3UMyEbEqwY/zxkEBdqtEea7YzcMClP899VBLhQI/DORgC875xRl/ZABN\nJI1DOGsZ9/HjzNyGbm4HUFJdYD0AQjk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b34f47db-5a27-411b-bb57-e37b8ea66afc', 'name': 'tempest-securitygroup--559715018', 'stateful': True, 'tenant_id': '218377d5407b4f02980850d25d484a51', 'project_id': '218377d5407b4f02980850d25d484a51', 'description': 'tempest-description--1307733853', 'shared': False, 'security_group_rules': [{'id': '8a258c22-ec40-4aea-9de9-48741c7f0fe0', 'project_id': '218377d5407b4f02980850d25d484a51', 'security_group_id': 'b34f47db-5a27-411b-bb57-e37b8ea66afc', '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': 880, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:46:26Z', 'updated_at': '2026-07-09T11:46:26Z', 'revision_number': 0, 'tenant_id': '218377d5407b4f02980850d25d484a51'}, {'id': 'dc969e6d-214a-4378-9a2d-563206c0c470', 'project_id': '218377d5407b4f02980850d25d484a51', 'security_group_id': 'b34f47db-5a27-411b-bb57-e37b8ea66afc', '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': 881, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:46:26Z', 'updated_at': '2026-07-09T11:46:26Z', 'revision_number': 0, 'tenant_id': '218377d5407b4f02980850d25d484a51'}], 'tags': [], 'created_at': '2026-07-09T11:46:26Z', 'updated_at': '2026-07-09T11:46:26Z', 'revision_number': 1}, 'floating_ip': {'id': 'c16aefe7-0aa0-43de-8f6b-5348404d4b00', 'tenant_id': '218377d5407b4f02980850d25d484a51', 'project_id': '218377d5407b4f02980850d25d484a51', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:46:27Z', 'updated_at': '2026-07-09T11:46:27Z', 'revision_number': 0, 'ip': '172.24.4.77'}}
2026-07-09 13:46:28,374 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 500 POST http://192.168.122.253/compute/v2.1/servers 0.517s
2026-07-09 13:46:28,374 87310 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-630542387", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "networks": [{"uuid": "5abf8451-71ed-4fd1-b087-3168bae8700b"}], "security_groups": [{"name": "tempest-securitygroup--559715018"}], "key_name": "tempest-keypair-1906302902", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:27 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-75e1003c-9370-422f-a39f-5c22ba501036', 'x-compute-request-id': 'req-75e1003c-9370-422f-a39f-5c22ba501036', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:28,417 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1906302902 0.040s
2026-07-09 13:46:28,418 87310 DEBUG [tempest.lib.common.rest_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:28 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-f979a9d4-23bf-4306-b401-78fb305e6849', 'x-compute-request-id': 'req-f979a9d4-23bf-4306-b401-78fb305e6849', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1906302902'}
Body: b''
2026-07-09 13:46:28,696 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/b34f47db-5a27-411b-bb57-e37b8ea66afc 0.276s
2026-07-09 13:46:28,696 87310 DEBUG [tempest.lib.common.rest_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:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-885d5041-f6ff-47cd-8b60-a41af4567dee', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/b34f47db-5a27-411b-bb57-e37b8ea66afc'}
Body: b''
2026-07-09 13:46:28,714 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/b34f47db-5a27-411b-bb57-e37b8ea66afc 0.016s
2026-07-09 13:46:28,714 87310 DEBUG [tempest.lib.common.rest_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:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-cd0a8fad-e0ed-437b-abee-a38ca00247e2', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/b34f47db-5a27-411b-bb57-e37b8ea66afc'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b34f47db-5a27-411b-bb57-e37b8ea66afc does not exist", "detail": ""}}'
2026-07-09 13:46:29,202 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/c16aefe7-0aa0-43de-8f6b-5348404d4b00 0.487s
2026-07-09 13:46:29,202 87310 DEBUG [tempest.lib.common.rest_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:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-88745886-767b-4a89-bbd9-d58767ed3cb2', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/c16aefe7-0aa0-43de-8f6b-5348404d4b00'}
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:46:55,570 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://192.168.122.253/volume/v3/volumes 0.562s
2026-07-09 13:46:55,571 87310 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-775538654", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b4f5d7-4f8b-45ee-8070-f8b9e6325e59', 'content-length': '773', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b4f5d7-4f8b-45ee-8070-f8b9e6325e59', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "c0b4bb71-0bd1-407c-a916-d05b2628dac3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:46:55.456367", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-775538654", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3"}], "user_id": "891dab0758ff4fb7bdcf5d532c4860c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:46:55,892 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://192.168.122.253/volume/v3/volumes 0.312s
2026-07-09 13:46:55,892 87310 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-2113487397", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2db7228-aed6-4e21-8313-2e0135f36e42', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2db7228-aed6-4e21-8313-2e0135f36e42', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "fd6b4da9-e4af-469e-8d46-08a52fa14121", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:46:55.779774", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-2113487397", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121"}], "user_id": "891dab0758ff4fb7bdcf5d532c4860c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:46:55,966 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.059s
2026-07-09 13:46:55,967 87310 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:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2552', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8dbdc2b6-9189-4a6a-836c-6a28d82fe896', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "891dab0758ff4fb7bdcf5d532c4860c9", "name": "tempest-TestServerVolumeAttachmentScenario-2055581360-project-member", "password_expires_at": null}, "audit_ids": ["rMhUHUVyRx-ZDrmMM9JR-g"], "expires_at": "2026-07-09T12:46:55.000000Z", "issued_at": "2026-07-09T11:46:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5221297967d44f7797d8946cabc1b6a8", "name": "tempest-TestServerVolumeAttachmentScenario-2055581360"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/5221297967d44f7797d8946cabc1b6a8", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:46:55,967 87310 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '7ce75df0-06b8-446e-bccb-1d6b5315e5fc', 'name': 'tempest-TestServerVolumeAttachmentScenario-509585198-network', 'tenant_id': '5221297967d44f7797d8946cabc1b6a8', 'project_id': '5221297967d44f7797d8946cabc1b6a8', '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': 34982, '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:38Z', 'updated_at': '2026-07-09T11:46:38Z', 'revision_number': 1} available for tenant
2026-07-09 13:46:55,968 87310 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-07-09 13:46:55,969 87310 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-07-09 13:46:56,057 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.087s
2026-07-09 13:46:56,058 87310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1762826157", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIgBUmi2R5qQ0cOMmr/ug+Tvxx5naLD+cT156uMz0ZBaP7gqtTSOybMlNBPuVyfAQRJEo2M6wouAU7QtMet8rYOp5gK90LXZeu8IaNkzjQXYEzgeya8JKr9uNqcCn0O37g=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:55 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-b37afdcf-5910-4ca0-b99d-e8b798b041a1', 'x-compute-request-id': 'req-b37afdcf-5910-4ca0-b99d-e8b798b041a1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1762826157", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIgBUmi2R5qQ0cOMmr/ug+Tvxx5naLD+cT156uMz0ZBaP7gqtTSOybMlNBPuVyfAQRJEo2M6wouAU7QtMet8rYOp5gK90LXZeu8IaNkzjQXYEzgeya8JKr9uNqcCn0O37g==", "fingerprint": "a2:6f:80:39:6a:8b:c8:d8:b7:d4:d0:7b:e1:5f:ea:31", "user_id": "891dab0758ff4fb7bdcf5d532c4860c9"}}'
2026-07-09 13:46:56,060 87310 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1762826157 created
2026-07-09 13:46:56,401 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.339s
2026-07-09 13:46:56,402 87310 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--1002719497", "description": "tempest-description--254238170"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-b50e5c66-9ebd-4a2c-a82e-cf33acca564e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "417e8f3c-6700-4a6c-bda3-5c26f13d6939", "name": "tempest-securitygroup--1002719497", "stateful": true, "tenant_id": "5221297967d44f7797d8946cabc1b6a8", "project_id": "5221297967d44f7797d8946cabc1b6a8", "description": "tempest-description--254238170", "shared": false, "security_group_rules": [{"id": "63110dd7-2aa5-4ad2-bc56-406494928196", "project_id": "5221297967d44f7797d8946cabc1b6a8", "security_group_id": "417e8f3c-6700-4a6c-bda3-5c26f13d6939", "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": 911, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:46:56Z", "updated_at": "2026-07-09T11:46:56Z", "revision_number": 0, "tenant_id": "5221297967d44f7797d8946cabc1b6a8"}, {"id": "c4a7c274-4399-4c31-b6cf-9e053f41972d", "project_id": "5221297967d44f7797d8946cabc1b6a8", "security_group_id": "417e8f3c-6700-4a6c-bda3-5c26f13d6939", "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": 912, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:46:56Z", "updated_at": "2026-07-09T11:46:56Z", "revision_number": 0, "tenant_id": "5221297967d44f7797d8946cabc1b6a8"}], "tags": [], "created_at": "2026-07-09T11:46:56Z", "updated_at": "2026-07-09T11:46:56Z", "revision_number": 1}}'
2026-07-09 13:46:56,680 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.277s
2026-07-09 13:46:56,680 87310 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": "417e8f3c-6700-4a6c-bda3-5c26f13d6939", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f6aea054-eba0-4219-9522-1e87fbaf1f78', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ec5aece2-8cdf-4353-a12d-a768f64cf34d", "project_id": "5221297967d44f7797d8946cabc1b6a8", "security_group_id": "417e8f3c-6700-4a6c-bda3-5c26f13d6939", "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:46:56Z", "updated_at": "2026-07-09T11:46:56Z", "revision_number": 0, "tenant_id": "5221297967d44f7797d8946cabc1b6a8"}}'
2026-07-09 13:46:57,009 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.328s
2026-07-09 13:46:57,010 87310 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": "417e8f3c-6700-4a6c-bda3-5c26f13d6939", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-8bfd47dd-9b37-48c8-b34a-5113b5e75cce', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "592403e1-9314-4cda-8e28-d3e6d0467935", "project_id": "5221297967d44f7797d8946cabc1b6a8", "security_group_id": "417e8f3c-6700-4a6c-bda3-5c26f13d6939", "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:46:56Z", "updated_at": "2026-07-09T11:46:56Z", "revision_number": 0, "tenant_id": "5221297967d44f7797d8946cabc1b6a8"}}'
2026-07-09 13:46:57,010 87310 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1002719497 created
2026-07-09 13:46:58,048 87310 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.037s
2026-07-09 13:46:58,049 87310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-99fd570a-3964-486a-ba5a-bac99f226e67', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "de4af218-2859-456a-8d0d-2af7638ea83f", "tenant_id": "5221297967d44f7797d8946cabc1b6a8", "project_id": "5221297967d44f7797d8946cabc1b6a8", "floating_ip_address": "172.24.4.161", "floating_network_id": "7d23c0be-f302-4331-9d86-9bfe1520ee6f", "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:46:57Z", "updated_at": "2026-07-09T11:46:57Z", "revision_number": 0}}'
2026-07-09 13:46:58,049 87310 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'de4af218-2859-456a-8d0d-2af7638ea83f', 'tenant_id': '5221297967d44f7797d8946cabc1b6a8', 'project_id': '5221297967d44f7797d8946cabc1b6a8', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:46:57Z', 'updated_at': '2026-07-09T11:46:57Z', 'revision_number': 0, 'ip': '172.24.4.161'} created
2026-07-09 13:46:58,050 87310 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1762826157', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIgBUmi2R5qQ0cOMmr/ug+Tvxx5naLD+cT156uMz0ZBaP7gqtTSOybMlNBPuVyfAQRJEo2M6wouAU7QtMet8rYOp5gK90LXZeu8IaNkzjQXYEzgeya8JKr9uNqcCn0O37g==', 'fingerprint': 'a2:6f:80:39:6a:8b:c8:d8:b7:d4:d0:7b:e1:5f:ea:31', 'user_id': '891dab0758ff4fb7bdcf5d532c4860c9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCUNcA/xgW4152Xa+C51UasGYVOUyEVPB36YTKKqQJCildWMReR10Dk\n463BnvtMYaagBwYFK4EEACKhZANiAASIAVJotkeakNHDjJq/7oPk78ceZ2iw/nE9\neerjM9GQWj+4KrU0jsmzJTQT7lcnwEESRKNjOsKLgFO0LTHrfK2DqeYCvdC12Xrv\nCGjZM40F2BM4HsmvCSq/bjanAp9Dt+4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '417e8f3c-6700-4a6c-bda3-5c26f13d6939', 'name': 'tempest-securitygroup--1002719497', 'stateful': True, 'tenant_id': '5221297967d44f7797d8946cabc1b6a8', 'project_id': '5221297967d44f7797d8946cabc1b6a8', 'description': 'tempest-description--254238170', 'shared': False, 'security_group_rules': [{'id': '63110dd7-2aa5-4ad2-bc56-406494928196', 'project_id': '5221297967d44f7797d8946cabc1b6a8', 'security_group_id': '417e8f3c-6700-4a6c-bda3-5c26f13d6939', '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': 911, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:46:56Z', 'updated_at': '2026-07-09T11:46:56Z', 'revision_number': 0, 'tenant_id': '5221297967d44f7797d8946cabc1b6a8'}, {'id': 'c4a7c274-4399-4c31-b6cf-9e053f41972d', 'project_id': '5221297967d44f7797d8946cabc1b6a8', 'security_group_id': '417e8f3c-6700-4a6c-bda3-5c26f13d6939', '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': 912, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-07-09T11:46:56Z', 'updated_at': '2026-07-09T11:46:56Z', 'revision_number': 0, 'tenant_id': '5221297967d44f7797d8946cabc1b6a8'}], 'tags': [], 'created_at': '2026-07-09T11:46:56Z', 'updated_at': '2026-07-09T11:46:56Z', 'revision_number': 1}, 'floating_ip': {'id': 'de4af218-2859-456a-8d0d-2af7638ea83f', 'tenant_id': '5221297967d44f7797d8946cabc1b6a8', 'project_id': '5221297967d44f7797d8946cabc1b6a8', 'floating_ip_address': '172.24.4.161', 'floating_network_id': '7d23c0be-f302-4331-9d86-9bfe1520ee6f', '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:46:57Z', 'updated_at': '2026-07-09T11:46:57Z', 'revision_number': 0, 'ip': '172.24.4.161'}}
2026-07-09 13:46:58,484 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 500 POST http://192.168.122.253/compute/v2.1/servers 0.434s
2026-07-09 13:46:58,485 87310 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-1007690496", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "networks": [{"uuid": "7ce75df0-06b8-446e-bccb-1d6b5315e5fc"}], "security_groups": [{"name": "tempest-securitygroup--1002719497"}], "key_name": "tempest-keypair-1762826157", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:46:58 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-088fc857-39c0-479a-a7b1-646de02ca15a', 'x-compute-request-id': 'req-088fc857-39c0-479a-a7b1-646de02ca15a', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:58,530 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1762826157 0.040s
2026-07-09 13:46:58,531 87310 DEBUG [tempest.lib.common.rest_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:58 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-19dce5ab-9803-462c-af37-3aa02fdfdfcf', 'x-compute-request-id': 'req-19dce5ab-9803-462c-af37-3aa02fdfdfcf', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1762826157'}
Body: b''
2026-07-09 13:46:58,901 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/417e8f3c-6700-4a6c-bda3-5c26f13d6939 0.369s
2026-07-09 13:46:58,901 87310 DEBUG [tempest.lib.common.rest_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:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b4e399b8-6d62-4cb8-9828-cdcbdb0a92fc', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/417e8f3c-6700-4a6c-bda3-5c26f13d6939'}
Body: b''
2026-07-09 13:46:58,919 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/417e8f3c-6700-4a6c-bda3-5c26f13d6939 0.017s
2026-07-09 13:46:58,919 87310 DEBUG [tempest.lib.common.rest_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:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2f3c357a-fa86-45a6-98ed-46bbfba49b96', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/417e8f3c-6700-4a6c-bda3-5c26f13d6939'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 417e8f3c-6700-4a6c-bda3-5c26f13d6939 does not exist", "detail": ""}}'
2026-07-09 13:46:59,408 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/de4af218-2859-456a-8d0d-2af7638ea83f 0.487s
2026-07-09 13:46:59,408 87310 DEBUG [tempest.lib.common.rest_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:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-b7e5b3d6-a339-45e9-a7d3-2d983dac906d', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/de4af218-2859-456a-8d0d-2af7638ea83f'}
Body: b''
2026-07-09 13:46:59,481 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121 0.072s
2026-07-09 13:46:59,482 87310 DEBUG [tempest.lib.common.rest_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:59 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-820c6b95-f4c9-4734-ad60-d21dce7651c6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121'}
Body: b''
2026-07-09 13:46:59,543 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121 0.061s
2026-07-09 13:46:59,544 87310 DEBUG [tempest.lib.common.rest_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:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ecd21e-883a-4bfb-ab97-783b21349924', 'content-length': '866', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ecd21e-883a-4bfb-ab97-783b21349924', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121'}
Body: b'{"volume": {"id": "fd6b4da9-e4af-469e-8d46-08a52fa14121", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:46:56.000000", "updated_at": "2026-07-09T11:46:59.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-2113487397", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121"}], "user_id": "891dab0758ff4fb7bdcf5d532c4860c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5221297967d44f7797d8946cabc1b6a8"}}'
2026-07-09 13:47:00,605 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121 0.047s
2026-07-09 13:47:00,605 87310 DEBUG [tempest.lib.common.rest_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:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a2762ba-6f70-480a-93d5-4f170b249ef9', 'content-length': '866', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a2762ba-6f70-480a-93d5-4f170b249ef9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121'}
Body: b'{"volume": {"id": "fd6b4da9-e4af-469e-8d46-08a52fa14121", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:46:56.000000", "updated_at": "2026-07-09T11:46:59.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-2113487397", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121"}], "user_id": "891dab0758ff4fb7bdcf5d532c4860c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5221297967d44f7797d8946cabc1b6a8"}}'
2026-07-09 13:47:01,640 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121 0.024s
2026-07-09 13:47:01,641 87310 DEBUG [tempest.lib.common.rest_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:01 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-b4f06b76-3109-4790-bbfe-d42c73eaf12e', 'x-openstack-request-id': 'req-b4f06b76-3109-4790-bbfe-d42c73eaf12e', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/fd6b4da9-e4af-469e-8d46-08a52fa14121'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume fd6b4da9-e4af-469e-8d46-08a52fa14121 could not be found."}}'
2026-07-09 13:47:01,743 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3 0.101s
2026-07-09 13:47:01,743 87310 DEBUG [tempest.lib.common.rest_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: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-de76403b-7275-4826-8132-8134ba60efd5', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3'}
Body: b''
2026-07-09 13:47:01,844 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3 0.100s
2026-07-09 13:47:01,844 87310 DEBUG [tempest.lib.common.rest_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:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306215b2-662b-4a8f-8fde-a1f329749372', 'content-length': '865', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306215b2-662b-4a8f-8fde-a1f329749372', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3'}
Body: b'{"volume": {"id": "c0b4bb71-0bd1-407c-a916-d05b2628dac3", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:46:55.000000", "updated_at": "2026-07-09T11:47:02.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-775538654", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3"}], "user_id": "891dab0758ff4fb7bdcf5d532c4860c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5221297967d44f7797d8946cabc1b6a8"}}'
2026-07-09 13:47:02,905 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3 0.047s
2026-07-09 13:47:02,906 87310 DEBUG [tempest.lib.common.rest_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:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46168871-f9c5-47e2-b395-2d02de5ade04', 'content-length': '865', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46168871-f9c5-47e2-b395-2d02de5ade04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3'}
Body: b'{"volume": {"id": "c0b4bb71-0bd1-407c-a916-d05b2628dac3", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:46:55.000000", "updated_at": "2026-07-09T11:47:02.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-775538654", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3"}], "user_id": "891dab0758ff4fb7bdcf5d532c4860c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5221297967d44f7797d8946cabc1b6a8"}}'
2026-07-09 13:47:03,947 87310 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3 0.031s
2026-07-09 13:47:03,948 87310 DEBUG [tempest.lib.common.rest_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: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-c3dd7ad8-3fdd-4153-854b-ea40b6ad2c59', 'x-openstack-request-id': 'req-c3dd7ad8-3fdd-4153-854b-ea40b6ad2c59', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/c0b4bb71-0bd1-407c-a916-d05b2628dac3'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume c0b4bb71-0bd1-407c-a916-d05b2628dac3 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:47:32,218 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.335s
2026-07-09 13:47:32,218 87310 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestShelveInstance-2043315361", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGsXPYjcsvl1ifBNucx7V1FW6mEGmoHXYRkyOiSxlKnpFS8JzjOWC2W0IYBSWxNeqFl6DGd3LTYhqt4bfQvbM9j8I7SphHjsp1ktT7FCyBBCbLpDa03MH/rNoVeH9zPWCw=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:31 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-7104947b-84cc-463f-9d8f-ad296c2455f6', 'x-compute-request-id': 'req-7104947b-84cc-463f-9d8f-ad296c2455f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2043315361", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGsXPYjcsvl1ifBNucx7V1FW6mEGmoHXYRkyOiSxlKnpFS8JzjOWC2W0IYBSWxNeqFl6DGd3LTYhqt4bfQvbM9j8I7SphHjsp1ktT7FCyBBCbLpDa03MH/rNoVeH9zPWCw==", "fingerprint": "a3:bd:7d:78:64:ed:c5:9c:3f:df:a4:30:b8:d4:ef:b3", "user_id": "1adef609710c43abb5e284c881a577ef"}}'
2026-07-09 13:47:32,540 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.319s
2026-07-09 13:47:32,540 87310 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-1657714606", "description": "tempest-secgroup-smoke-1657714606 description", "project_id": "75d3529a1a204a4582fde08875fb10ed"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-3728f7a8-51db-49e5-9e76-76a4cb25d9fd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "name": "tempest-secgroup-smoke-1657714606", "stateful": true, "tenant_id": "75d3529a1a204a4582fde08875fb10ed", "project_id": "75d3529a1a204a4582fde08875fb10ed", "description": "tempest-secgroup-smoke-1657714606 description", "shared": false, "security_group_rules": [{"id": "5e7bfdc6-b44b-4aaa-9d99-0b9b97f574b5", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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": 953, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:47:32Z", "updated_at": "2026-07-09T11:47:32Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}, {"id": "d7e0f04a-6fee-4e6b-b6a9-116eede16a85", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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": 952, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:47:32Z", "updated_at": "2026-07-09T11:47:32Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}], "tags": [], "created_at": "2026-07-09T11:47:32Z", "updated_at": "2026-07-09T11:47:32Z", "revision_number": 1}}'
2026-07-09 13:47:32,757 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.216s
2026-07-09 13:47:32,758 87310 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": "d7b103fc-9371-4086-9ec1-8fb37355b125", "project_id": "75d3529a1a204a4582fde08875fb10ed", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f1415ef5-902f-49a3-b15d-c9997c63d14c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b70ea454-c4aa-4b94-8711-53654e7d9c9e", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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:32Z", "updated_at": "2026-07-09T11:47:32Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:32,997 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.238s
2026-07-09 13:47:32,997 87310 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": "d7b103fc-9371-4086-9ec1-8fb37355b125", "project_id": "75d3529a1a204a4582fde08875fb10ed", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-7d98964d-bfe9-40bf-957a-16d09ca9e618', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7c0cdd28-2dd3-4277-81e9-b644f8289a9c", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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:47:32Z", "updated_at": "2026-07-09T11:47:32Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:33,239 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.241s
2026-07-09 13:47:33,240 87310 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": "d7b103fc-9371-4086-9ec1-8fb37355b125", "project_id": "75d3529a1a204a4582fde08875fb10ed", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e1fec847-91ac-4d89-aa7d-2b2d577223bc', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "510f4f92-5b4f-482b-80b7-bf8ef950ad49", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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:33Z", "updated_at": "2026-07-09T11:47:33Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:33,486 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.245s
2026-07-09 13:47:33,487 87310 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": "d7b103fc-9371-4086-9ec1-8fb37355b125", "project_id": "75d3529a1a204a4582fde08875fb10ed", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-30f6ff22-154a-4238-ab49-48d2fed827e4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e0c8b2de-b18d-4030-93af-bda322a9a147", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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:47:33Z", "updated_at": "2026-07-09T11:47:33Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:33,722 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.235s
2026-07-09 13:47:33,722 87310 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": "d7b103fc-9371-4086-9ec1-8fb37355b125", "project_id": "75d3529a1a204a4582fde08875fb10ed", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-94aee1fe-a502-4e90-8760-109a29445bb3', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "02fded2d-496f-4bb4-88b5-c7f015537d1a", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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:47:33Z", "updated_at": "2026-07-09T11:47:33Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:33,965 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.242s
2026-07-09 13:47:33,965 87310 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": "d7b103fc-9371-4086-9ec1-8fb37355b125", "project_id": "75d3529a1a204a4582fde08875fb10ed", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-c770bc50-935d-4e2c-ac08-16cf7210db2a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "648e2d17-088a-4f78-9bfc-8c09d95924fa", "project_id": "75d3529a1a204a4582fde08875fb10ed", "security_group_id": "d7b103fc-9371-4086-9ec1-8fb37355b125", "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:47:33Z", "updated_at": "2026-07-09T11:47:33Z", "revision_number": 0, "tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:34,020 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.050s
2026-07-09 13:47:34,020 87310 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:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b8163fb6-415c-45f5-9ce4-ba1c5d5d9067', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1adef609710c43abb5e284c881a577ef", "name": "tempest-TestShelveInstance-1235841148-project-member", "password_expires_at": null}, "audit_ids": ["DHsAXiWlQwyxFkuB9jcOZg"], "expires_at": "2026-07-09T12:47:34.000000Z", "issued_at": "2026-07-09T11:47:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "75d3529a1a204a4582fde08875fb10ed", "name": "tempest-TestShelveInstance-1235841148"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/75d3529a1a204a4582fde08875fb10ed", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:47:34,020 87310 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '0efb4bbc-3b0c-4d62-bc3e-040c1b456072', 'name': 'tempest-TestShelveInstance-1340927438-network', 'tenant_id': '75d3529a1a204a4582fde08875fb10ed', 'project_id': '75d3529a1a204a4582fde08875fb10ed', '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': 10232, '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:14Z', 'updated_at': '2026-07-09T11:47:14Z', 'revision_number': 1} available for tenant
2026-07-09 13:47:34,815 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://192.168.122.253/volume/v3/volumes 0.794s
2026-07-09 13:47:34,816 87310 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-333457574", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "size": 1}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a51ae51-f8b3-4651-967c-b654e674ea88', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a51ae51-f8b3-4651-967c-b654e674ea88', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:34.690902", "updated_at": null, "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:47:34,881 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.054s
2026-07-09 13:47:34,882 87310 DEBUG [tempest.lib.common.rest_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:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b0a90b-ffb4-466e-a0c4-854f13b37e83', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b0a90b-ffb4-466e-a0c4-854f13b37e83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:35,943 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.046s
2026-07-09 13:47:35,943 87310 DEBUG [tempest.lib.common.rest_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:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10582ad8-e7bc-4703-8f48-1d03e89bbbd1', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10582ad8-e7bc-4703-8f48-1d03e89bbbd1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:35.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:36,999 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.044s
2026-07-09 13:47:37,000 87310 DEBUG [tempest.lib.common.rest_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:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d4370f-c902-4a52-823d-9b10c1e91b92', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d4370f-c902-4a52-823d-9b10c1e91b92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:35.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:38,061 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.050s
2026-07-09 13:47:38,061 87310 DEBUG [tempest.lib.common.rest_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:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e1f422-66f7-43ed-96d2-f8bf6de79414', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e1f422-66f7-43ed-96d2-f8bf6de79414', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:35.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:39,113 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.041s
2026-07-09 13:47:39,113 87310 DEBUG [tempest.lib.common.rest_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:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40bce957-f30c-4670-861d-011170e88336', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40bce957-f30c-4670-861d-011170e88336', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:35.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:40,179 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.054s
2026-07-09 13:47:40,180 87310 DEBUG [tempest.lib.common.rest_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:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940daf7f-843e-4eee-aacf-0e3e1bc4ced5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940daf7f-843e-4eee-aacf-0e3e1bc4ced5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:39.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:41,255 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.063s
2026-07-09 13:47:41,255 87310 DEBUG [tempest.lib.common.rest_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:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb75398a-7762-4baf-ba65-79526e7ffefa', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb75398a-7762-4baf-ba65-79526e7ffefa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:40.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:42,426 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.153s
2026-07-09 13:47:42,426 87310 DEBUG [tempest.lib.common.rest_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:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90393ecf-7776-4d3e-a948-56a06733d9e4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90393ecf-7776-4d3e-a948-56a06733d9e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:40.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:43,494 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.055s
2026-07-09 13:47:43,495 87310 DEBUG [tempest.lib.common.rest_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:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9867c339-ce2a-4ace-a596-f7e1c603c819', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9867c339-ce2a-4ace-a596-f7e1c603c819', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:40.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:44,557 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.050s
2026-07-09 13:47:44,557 87310 DEBUG [tempest.lib.common.rest_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:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b37e0b4-551c-40aa-80c6-b4cd1abe0b0c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b37e0b4-551c-40aa-80c6-b4cd1abe0b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:40.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:45,638 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.062s
2026-07-09 13:47:45,638 87310 DEBUG [tempest.lib.common.rest_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:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c300933f-2644-455c-b81a-5bc4cb649d78', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c300933f-2644-455c-b81a-5bc4cb649d78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:40.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:46,704 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.052s
2026-07-09 13:47:46,704 87310 DEBUG [tempest.lib.common.rest_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:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df10ebcd-e43c-4a35-8155-65cd07a781cb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df10ebcd-e43c-4a35-8155-65cd07a781cb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:40.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:47,760 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579 0.045s
2026-07-09 13:47:47,760 87310 DEBUG [tempest.lib.common.rest_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:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3524912-113b-44ae-80c4-07ab5f946728', 'content-length': '1332', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3524912-113b-44ae-80c4-07ab5f946728', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579'}
Body: b'{"volume": {"id": "7e61e870-1c71-4187-b3a1-5629121f4579", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:47:35.000000", "updated_at": "2026-07-09T11:47:47.000000", "name": "tempest-tempest.common.compute-volume-333457574", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7e61e870-1c71-4187-b3a1-5629121f4579"}], "user_id": "1adef609710c43abb5e284c881a577ef", "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": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "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": "75d3529a1a204a4582fde08875fb10ed"}}'
2026-07-09 13:47:47,773 87310 INFO [tempest.common.waiters] volume 7e61e870-1c71-4187-b3a1-5629121f4579 reached available after waiting for 13.773610 seconds
2026-07-09 13:47:48,416 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 POST http://192.168.122.253/compute/v2.1/servers 0.642s
2026-07-09 13:47:48,416 87310 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-155535731", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-2043315361", "security_groups": [{"name": "tempest-secgroup-smoke-1657714606"}], "networks": [{"uuid": "0efb4bbc-3b0c-4d62-bc3e-040c1b456072"}], "block_device_mapping_v2": [{"uuid": "7e61e870-1c71-4187-b3a1-5629121f4579", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:47:47 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-06235fea-8403-4c0d-802f-f99f28eda922', 'x-compute-request-id': 'req-06235fea-8403-4c0d-802f-f99f28eda922', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:48,815 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/d7b103fc-9371-4086-9ec1-8fb37355b125 0.396s
2026-07-09 13:47:48,816 87310 DEBUG [tempest.lib.common.rest_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:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-249ae00a-5e84-47bc-a521-554ae6e8842b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/d7b103fc-9371-4086-9ec1-8fb37355b125'}
Body: b''
2026-07-09 13:47:48,850 87310 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2043315361 0.033s
2026-07-09 13:47:48,850 87310 DEBUG [tempest.lib.common.rest_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:48 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-ed51b74c-53bf-4d83-9ea5-f4837cfc462e', 'x-compute-request-id': 'req-ed51b74c-53bf-4d83-9ea5-f4837cfc462e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2043315361'}
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:43:36,896 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.308s
2026-07-09 13:43:36,897 87307 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestStampPattern-1580238123", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOLn+YKi4wPySM6ftTAK8zz/+QU1M9cNSc8cm153fm3SONgrdBczfChbsSglnuLI3AuF4Ct3w0kehIRh6CRYn65LGtza5qAg4niBihde7Mzi83bw+obZyqMnv0UnpR6dgQ=="}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28ea8a20-6478-4144-b13e-32f8553975b4', 'x-compute-request-id': 'req-28ea8a20-6478-4144-b13e-32f8553975b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestStampPattern-1580238123", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOLn+YKi4wPySM6ftTAK8zz/+QU1M9cNSc8cm153fm3SONgrdBczfChbsSglnuLI3AuF4Ct3w0kehIRh6CRYn65LGtza5qAg4niBihde7Mzi83bw+obZyqMnv0UnpR6dgQ==", "fingerprint": "9f:2c:75:e9:b2:f9:65:14:25:6f:d9:01:7a:b4:1c:77", "user_id": "c9ba058842864efe87bfcff9cde191c4"}}'
2026-07-09 13:43:37,287 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.387s
2026-07-09 13:43:37,287 87307 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-470365317", "description": "tempest-secgroup-smoke-470365317 description", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-239f5133-418d-4398-a02e-64b6be680ad1', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "name": "tempest-secgroup-smoke-470365317", "stateful": true, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "description": "tempest-secgroup-smoke-470365317 description", "shared": false, "security_group_rules": [{"id": "56c2a789-f516-4e26-a264-1e9b2bc3fb68", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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": 760, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:43:37Z", "updated_at": "2026-07-09T11:43:37Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}, {"id": "b6a1f7be-bc37-4a1f-b3ea-91361fd6aa08", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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": 759, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-07-09T11:43:37Z", "updated_at": "2026-07-09T11:43:37Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}], "tags": [], "created_at": "2026-07-09T11:43:36Z", "updated_at": "2026-07-09T11:43:37Z", "revision_number": 1}}'
2026-07-09 13:43:37,549 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.261s
2026-07-09 13:43:37,549 87307 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": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-2ae98fc9-430f-495b-a3e3-0b71127251c4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "774d5ba6-c874-4fda-a366-b2034aabf006", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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:43:37Z", "updated_at": "2026-07-09T11:43:37Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:37,830 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.280s
2026-07-09 13:43:37,831 87307 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": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-e65e9181-9ad9-4480-b81e-8f669c2a5a32', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2116c084-25fc-4f4d-9125-c4adf97ec16a", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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:43:37Z", "updated_at": "2026-07-09T11:43:37Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:38,079 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.247s
2026-07-09 13:43:38,080 87307 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": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b31d50ab-e72d-45f5-abbe-772a45faf666', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "11c8336f-e56b-4442-a213-8c72d6422770", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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:43:37Z", "updated_at": "2026-07-09T11:43:37Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:38,386 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.305s
2026-07-09 13:43:38,386 87307 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": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-e65a5f87-04c2-44f7-a343-b79bbdc7c597', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1f95ce5d-4ae4-4528-a6c4-88dddfba4680", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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:43:38Z", "updated_at": "2026-07-09T11:43:38Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:38,669 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.281s
2026-07-09 13:43:38,669 87307 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": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-3188ab8c-2fb8-434d-8742-de5697d55336', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "59278679-fe83-43e2-b79b-ce3a19725c6d", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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:43:38Z", "updated_at": "2026-07-09T11:43:38Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:39,029 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.358s
2026-07-09 13:43:39,029 87307 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": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-7f5f41d6-9228-4cb5-af69-8c804118821f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ec5a729e-8557-42b0-b742-8f4685cd5bc9", "project_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "security_group_id": "57e17f0d-1627-4b17-9763-454a4d2f28fd", "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:43:38Z", "updated_at": "2026-07-09T11:43:38Z", "revision_number": 0, "tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:39,441 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://192.168.122.253/volume/v3/volumes 0.411s
2026-07-09 13:43:39,442 87307 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-2051460746", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
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-edff499d-5e81-4b31-9334-ae4829007a7d', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edff499d-5e81-4b31-9334-ae4829007a7d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.316917", "updated_at": null, "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-07-09 13:43:39,524 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.065s
2026-07-09 13:43:39,524 87307 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:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2516', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-55c47d74-0a27-41fb-928e-58fae0d99412', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c9ba058842864efe87bfcff9cde191c4", "name": "tempest-TestStampPattern-2096949312-project-member", "password_expires_at": null}, "audit_ids": ["36qidxd2Q-SqShIU7QmHbQ"], "expires_at": "2026-07-09T12:43:39.000000Z", "issued_at": "2026-07-09T11:43:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b", "name": "tempest-TestStampPattern-2096949312"}, "is_domain": false, "roles": [{"id": "a67ad59660c5498994371a6eccee3d85", "name": "reader"}, {"id": "cf23be79ad5d48679bebd4f8fc2a7563", "name": "member"}], "catalog": [{"endpoints": [{"id": "3ff16fb232f94f9e97528709e90c2b91", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "20ad7cc0698b4129b9163f8c6c45f440", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "a3b6757f599e4a96b0b692dbe6717a95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "47da7b5697b94db4bd2908f79a2d1fa4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "49d692db78854c1684c241716c737f4b", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "4d3871e79fa74dc08fd93c8f8bf2a7ee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "7128f4f2abe349dc98607f155f53e3ed", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "9c0174bd9940473ea9227b40cb9da9f3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "79b0bc9512e444e59959a2c0be216ed8", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "ad8327dc0c16440bb2771b4265006784", "type": "image", "name": "glance"}, {"endpoints": [{"id": "35dc21022de045169378e3b76bfd7b95", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "c2281dd7d50b467fb7642fac72c3bb17", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "845a52d1663949038c244858c86d1603", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/7c30ce7ec5a4493ea9ddb2145b0b2c3b", "region": "RegionOne"}], "id": "dceea2af1d5d4fe981df639bf055b254", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-07-09 13:43:39,525 87307 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'b16ef35f-ed56-4c6b-b459-cdfb10a0ca85', 'name': 'tempest-TestStampPattern-1716583499-network', 'tenant_id': '7c30ce7ec5a4493ea9ddb2145b0b2c3b', 'project_id': '7c30ce7ec5a4493ea9ddb2145b0b2c3b', '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': 45496, '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:10Z', 'updated_at': '2026-07-09T11:43:11Z', 'revision_number': 1} available for tenant
2026-07-09 13:43:39,983 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 POST http://192.168.122.253/compute/v2.1/servers 0.457s
2026-07-09 13:43:39,984 87307 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-1142346738", "imageRef": "479e4ae8-cb75-4122-bb25-7539623fdcb8", "flavorRef": "42", "key_name": "tempest-TestStampPattern-1580238123", "security_groups": [{"name": "tempest-secgroup-smoke-470365317"}], "networks": [{"uuid": "b16ef35f-ed56-4c6b-b459-cdfb10a0ca85"}]}}
Response - Headers: {'date': 'Thu, 09 Jul 2026 11:43: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-03372197-5ad2-4c7c-8442-909b4491ee0d', 'x-compute-request-id': 'req-03372197-5ad2-4c7c-8442-909b4491ee0d', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/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:40,026 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 400 DELETE http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.039s
2026-07-09 13:43:40,027 87307 DEBUG [tempest.lib.common.rest_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)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-f766be26-0175-45fc-b189-5d5ac7467bbb', 'x-openstack-request-id': 'req-f766be26-0175-45fc-b189-5d5ac7467bbb', 'connection': 'close', 'status': '400', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
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:43:40,077 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.048s
2026-07-09 13:43:40,078 87307 DEBUG [tempest.lib.common.rest_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-b81a0b5b-07fe-4fe7-b6d1-419fc353efc3', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81a0b5b-07fe-4fe7-b6d1-419fc353efc3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:40.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:41,134 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:43:41,135 87307 DEBUG [tempest.lib.common.rest_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-33969fc9-b595-4f3e-a79c-00c04dc81da8', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33969fc9-b595-4f3e-a79c-00c04dc81da8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:40.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:42,238 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.090s
2026-07-09 13:43:42,238 87307 DEBUG [tempest.lib.common.rest_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:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2ca43a8-e4ae-42bb-a41d-2700b73b8620', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2ca43a8-e4ae-42bb-a41d-2700b73b8620', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:40.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:43,321 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.065s
2026-07-09 13:43:43,322 87307 DEBUG [tempest.lib.common.rest_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-4a23435f-616b-4d20-85d9-3521111182e9', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a23435f-616b-4d20-85d9-3521111182e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:40.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:44,392 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.059s
2026-07-09 13:43:44,393 87307 DEBUG [tempest.lib.common.rest_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-beaf8e6f-8762-4a3b-a7f3-5ff1a7514ac8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beaf8e6f-8762-4a3b-a7f3-5ff1a7514ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:45,485 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.078s
2026-07-09 13:43:45,485 87307 DEBUG [tempest.lib.common.rest_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-ba8d476e-a40c-4d47-8c88-35e2da807197', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba8d476e-a40c-4d47-8c88-35e2da807197', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:46,548 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.052s
2026-07-09 13:43:46,549 87307 DEBUG [tempest.lib.common.rest_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-a02c2f57-8f20-42f6-980d-62cb4615724d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a02c2f57-8f20-42f6-980d-62cb4615724d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:47,621 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.060s
2026-07-09 13:43:47,622 87307 DEBUG [tempest.lib.common.rest_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-0334d2de-ce3c-42e4-bece-92e2c9916750', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0334d2de-ce3c-42e4-bece-92e2c9916750', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:48,701 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.063s
2026-07-09 13:43:48,702 87307 DEBUG [tempest.lib.common.rest_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-aaf0b078-2a75-421d-924e-ef09c60ee98d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf0b078-2a75-421d-924e-ef09c60ee98d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:49,762 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.047s
2026-07-09 13:43:49,762 87307 DEBUG [tempest.lib.common.rest_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-8c3731ea-e8e8-404b-a087-ebc4ef250f0a', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c3731ea-e8e8-404b-a087-ebc4ef250f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:50,836 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.061s
2026-07-09 13:43:50,837 87307 DEBUG [tempest.lib.common.rest_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-05067df4-8a52-4f26-969a-ac7ea02a8f2e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05067df4-8a52-4f26-969a-ac7ea02a8f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:51,928 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.078s
2026-07-09 13:43:51,928 87307 DEBUG [tempest.lib.common.rest_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-41a3c35b-af5e-4142-9395-77c933c9bdea', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a3c35b-af5e-4142-9395-77c933c9bdea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:52,997 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.054s
2026-07-09 13:43:52,997 87307 DEBUG [tempest.lib.common.rest_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-1f7f2e44-aa83-4db1-8328-b24c35319ddc', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f7f2e44-aa83-4db1-8328-b24c35319ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:54,068 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:43:54,069 87307 DEBUG [tempest.lib.common.rest_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-056851e1-bdb4-4ac3-8a4d-5f1bd5560ced', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-056851e1-bdb4-4ac3-8a4d-5f1bd5560ced', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:55,127 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.043s
2026-07-09 13:43:55,128 87307 DEBUG [tempest.lib.common.rest_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:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e76044d-0e9a-440e-8f4e-4675d7225119', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e76044d-0e9a-440e-8f4e-4675d7225119', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:56,209 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.069s
2026-07-09 13:43:56,209 87307 DEBUG [tempest.lib.common.rest_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-fa77fb2a-c68f-427c-b6af-6c2337a2630d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa77fb2a-c68f-427c-b6af-6c2337a2630d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:57,269 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.043s
2026-07-09 13:43:57,270 87307 DEBUG [tempest.lib.common.rest_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-437310a4-fce8-4469-983a-b168ef29c5f5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-437310a4-fce8-4469-983a-b168ef29c5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:58,340 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:43:58,340 87307 DEBUG [tempest.lib.common.rest_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-7990d9b2-a0b3-4144-afab-16758e011d46', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7990d9b2-a0b3-4144-afab-16758e011d46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:43:59,403 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:43:59,404 87307 DEBUG [tempest.lib.common.rest_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-f744818d-4e83-42cd-89c4-e31d78da2423', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f744818d-4e83-42cd-89c4-e31d78da2423', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:00,466 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:44:00,466 87307 DEBUG [tempest.lib.common.rest_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-d70646b8-8b73-44f6-af62-c32a25de0abb', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d70646b8-8b73-44f6-af62-c32a25de0abb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:01,532 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.048s
2026-07-09 13:44:01,532 87307 DEBUG [tempest.lib.common.rest_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-86f90b85-c476-47b1-ba4b-90fa6977ae89', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86f90b85-c476-47b1-ba4b-90fa6977ae89', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:02,590 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:44:02,590 87307 DEBUG [tempest.lib.common.rest_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-f316af06-8c86-4606-8a22-b676c9f829e7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f316af06-8c86-4606-8a22-b676c9f829e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:03,663 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.057s
2026-07-09 13:44:03,663 87307 DEBUG [tempest.lib.common.rest_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-804ea78c-e44e-4d16-af29-f5b317c70bbd', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804ea78c-e44e-4d16-af29-f5b317c70bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:04,727 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.048s
2026-07-09 13:44:04,727 87307 DEBUG [tempest.lib.common.rest_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-82766773-ca19-4e67-a73a-93e13adb6aab', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82766773-ca19-4e67-a73a-93e13adb6aab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:05,908 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.162s
2026-07-09 13:44:05,909 87307 DEBUG [tempest.lib.common.rest_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-1b1b4688-cb26-47fa-bd47-ec9f21e378b5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b1b4688-cb26-47fa-bd47-ec9f21e378b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:07,056 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.128s
2026-07-09 13:44:07,057 87307 DEBUG [tempest.lib.common.rest_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-364207a9-7e53-4ee8-8181-4142e95e961f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364207a9-7e53-4ee8-8181-4142e95e961f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:08,188 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.110s
2026-07-09 13:44:08,188 87307 DEBUG [tempest.lib.common.rest_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-55b08f33-72fd-42af-99f2-a9101e611f3c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b08f33-72fd-42af-99f2-a9101e611f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:09,382 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.177s
2026-07-09 13:44:09,383 87307 DEBUG [tempest.lib.common.rest_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-681cf1d9-6c3c-4a19-80f5-89815ebfc077', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681cf1d9-6c3c-4a19-80f5-89815ebfc077', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:10,449 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:44:10,450 87307 DEBUG [tempest.lib.common.rest_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-466f476e-a1a9-4960-9a47-a50d380d2fad', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-466f476e-a1a9-4960-9a47-a50d380d2fad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:11,542 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.081s
2026-07-09 13:44:11,542 87307 DEBUG [tempest.lib.common.rest_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-c6e1f84c-2c96-4488-818b-a8786c3f063c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e1f84c-2c96-4488-818b-a8786c3f063c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:12,613 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:44:12,613 87307 DEBUG [tempest.lib.common.rest_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:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d832b21f-e2c8-4829-8002-1284379070e2', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d832b21f-e2c8-4829-8002-1284379070e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:13,726 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.097s
2026-07-09 13:44:13,726 87307 DEBUG [tempest.lib.common.rest_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-08dc5df7-c67d-43c4-9ab4-d93b7d77a071', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08dc5df7-c67d-43c4-9ab4-d93b7d77a071', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:14,793 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.047s
2026-07-09 13:44:14,793 87307 DEBUG [tempest.lib.common.rest_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-35764d9a-80e3-453a-9775-65711e344fc1', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35764d9a-80e3-453a-9775-65711e344fc1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:15,876 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.067s
2026-07-09 13:44:15,877 87307 DEBUG [tempest.lib.common.rest_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-0c7507a8-e90c-4005-b326-b97aeed503b9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c7507a8-e90c-4005-b326-b97aeed503b9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:17,006 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.117s
2026-07-09 13:44:17,006 87307 DEBUG [tempest.lib.common.rest_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-08f64555-eacf-42cb-83b9-a8cae0c465e4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f64555-eacf-42cb-83b9-a8cae0c465e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:18,103 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.085s
2026-07-09 13:44:18,104 87307 DEBUG [tempest.lib.common.rest_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-a9419ec3-a214-41ad-8771-1da6257dc979', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9419ec3-a214-41ad-8771-1da6257dc979', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:19,261 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.141s
2026-07-09 13:44:19,262 87307 DEBUG [tempest.lib.common.rest_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-d9055224-1c5f-42a4-bd9a-3bc53f59cb36', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9055224-1c5f-42a4-bd9a-3bc53f59cb36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:20,419 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.140s
2026-07-09 13:44:20,420 87307 DEBUG [tempest.lib.common.rest_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-17065c0b-8c64-4739-85f8-b9ec061cff36', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17065c0b-8c64-4739-85f8-b9ec061cff36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:21,566 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.123s
2026-07-09 13:44:21,566 87307 DEBUG [tempest.lib.common.rest_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-c2729d0d-b97a-45cd-a60d-f366327698ad', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2729d0d-b97a-45cd-a60d-f366327698ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:22,697 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.111s
2026-07-09 13:44:22,698 87307 DEBUG [tempest.lib.common.rest_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:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bbddbcf-d2e9-4eb6-8ad3-bf8cb4a86f8c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bbddbcf-d2e9-4eb6-8ad3-bf8cb4a86f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:23,789 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.066s
2026-07-09 13:44:23,789 87307 DEBUG [tempest.lib.common.rest_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-234c0e4f-9279-4cdd-849a-d352b556f2ca', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-234c0e4f-9279-4cdd-849a-d352b556f2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:24,852 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.052s
2026-07-09 13:44:24,853 87307 DEBUG [tempest.lib.common.rest_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-df847de4-503c-4c09-b8d4-dfaeef057651', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df847de4-503c-4c09-b8d4-dfaeef057651', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:25,919 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.055s
2026-07-09 13:44:25,919 87307 DEBUG [tempest.lib.common.rest_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-359b0b99-dc59-4141-b9a8-c25f069664ec', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-359b0b99-dc59-4141-b9a8-c25f069664ec', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:26,997 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.065s
2026-07-09 13:44:26,997 87307 DEBUG [tempest.lib.common.rest_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-5a669c49-ce3d-4d32-bfb2-ccdf5b6db313', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a669c49-ce3d-4d32-bfb2-ccdf5b6db313', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:28,056 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:44:28,056 87307 DEBUG [tempest.lib.common.rest_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-31bb21db-540e-4553-a8b5-00841c5029e7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31bb21db-540e-4553-a8b5-00841c5029e7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:29,141 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.072s
2026-07-09 13:44:29,142 87307 DEBUG [tempest.lib.common.rest_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-c2f64c58-c305-4a2b-92fd-e0cf7b55cccd', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f64c58-c305-4a2b-92fd-e0cf7b55cccd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:30,208 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.054s
2026-07-09 13:44:30,209 87307 DEBUG [tempest.lib.common.rest_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-cf967b33-b12d-4f1a-a2a4-56117960be77', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf967b33-b12d-4f1a-a2a4-56117960be77', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:31,288 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.065s
2026-07-09 13:44:31,288 87307 DEBUG [tempest.lib.common.rest_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-dba41a84-a065-40e1-bb4b-d725e3b1170d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dba41a84-a065-40e1-bb4b-d725e3b1170d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:32,399 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.096s
2026-07-09 13:44:32,399 87307 DEBUG [tempest.lib.common.rest_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-bd0ab541-eceb-4fa1-92e1-ca75dc8f5196', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd0ab541-eceb-4fa1-92e1-ca75dc8f5196', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:33,526 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.102s
2026-07-09 13:44:33,526 87307 DEBUG [tempest.lib.common.rest_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-c8746bf8-139f-4d13-9d25-fa75faf68121', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8746bf8-139f-4d13-9d25-fa75faf68121', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:34,611 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.072s
2026-07-09 13:44:34,611 87307 DEBUG [tempest.lib.common.rest_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-8f331133-1ed3-48b3-baff-d387e3539267', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f331133-1ed3-48b3-baff-d387e3539267', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:35,752 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.129s
2026-07-09 13:44:35,753 87307 DEBUG [tempest.lib.common.rest_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-49fd42e5-1a95-4b3b-a0b1-5f8b4ebcb0d7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49fd42e5-1a95-4b3b-a0b1-5f8b4ebcb0d7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:36,821 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.057s
2026-07-09 13:44:36,821 87307 DEBUG [tempest.lib.common.rest_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-62b7b02f-350c-48cf-8089-5ecce7a2fb68', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b7b02f-350c-48cf-8089-5ecce7a2fb68', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:37,916 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.079s
2026-07-09 13:44:37,916 87307 DEBUG [tempest.lib.common.rest_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:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938b2677-d020-4e94-a220-4690df429e15', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938b2677-d020-4e94-a220-4690df429e15', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:39,015 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.084s
2026-07-09 13:44:39,016 87307 DEBUG [tempest.lib.common.rest_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-24893f64-271b-4629-984c-af8d05405daf', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24893f64-271b-4629-984c-af8d05405daf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:40,108 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.079s
2026-07-09 13:44:40,109 87307 DEBUG [tempest.lib.common.rest_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-3f579f25-c4a9-407f-bcc9-0b1fa0035191', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f579f25-c4a9-407f-bcc9-0b1fa0035191', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:41,246 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.120s
2026-07-09 13:44:41,247 87307 DEBUG [tempest.lib.common.rest_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-5f899cd8-ed5b-4be7-9fd2-87c8ceebb174', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f899cd8-ed5b-4be7-9fd2-87c8ceebb174', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:42,315 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.053s
2026-07-09 13:44:42,316 87307 DEBUG [tempest.lib.common.rest_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-88747f7a-5acd-4a7b-9ebd-6d4bc217324f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88747f7a-5acd-4a7b-9ebd-6d4bc217324f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:43,394 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.066s
2026-07-09 13:44:43,394 87307 DEBUG [tempest.lib.common.rest_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-4e3e08a8-d594-47fa-a79a-48fb5b35b368', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3e08a8-d594-47fa-a79a-48fb5b35b368', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:44,498 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.089s
2026-07-09 13:44:44,498 87307 DEBUG [tempest.lib.common.rest_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-7e88601e-70a6-4635-b46c-f2eeb60c58f3', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e88601e-70a6-4635-b46c-f2eeb60c58f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:45,613 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.100s
2026-07-09 13:44:45,613 87307 DEBUG [tempest.lib.common.rest_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-43b97abe-ad7d-4e83-a1bc-84abd7a27b6b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b97abe-ad7d-4e83-a1bc-84abd7a27b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:46,699 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.072s
2026-07-09 13:44:46,700 87307 DEBUG [tempest.lib.common.rest_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-77e4b619-5277-43e0-a0dc-969d96e7b68e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77e4b619-5277-43e0-a0dc-969d96e7b68e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:47,766 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.052s
2026-07-09 13:44:47,767 87307 DEBUG [tempest.lib.common.rest_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-1c80adc7-0aa9-4bfc-ab8f-233be97b1f71', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c80adc7-0aa9-4bfc-ab8f-233be97b1f71', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:48,842 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.061s
2026-07-09 13:44:48,843 87307 DEBUG [tempest.lib.common.rest_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-f5b65fa8-d2a9-47f7-8275-abd794d0a33b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5b65fa8-d2a9-47f7-8275-abd794d0a33b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:49,956 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.099s
2026-07-09 13:44:49,956 87307 DEBUG [tempest.lib.common.rest_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-b0f2d2e3-1140-4425-a7d1-cbe72a90c6ae', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f2d2e3-1140-4425-a7d1-cbe72a90c6ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:51,070 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.099s
2026-07-09 13:44:51,071 87307 DEBUG [tempest.lib.common.rest_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-0261bcc1-b478-4814-bda7-fde5e7c8b178', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0261bcc1-b478-4814-bda7-fde5e7c8b178', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:52,169 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.084s
2026-07-09 13:44:52,169 87307 DEBUG [tempest.lib.common.rest_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-2e8f1cff-3b4d-44b7-ac1c-45f610e7f5a7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e8f1cff-3b4d-44b7-ac1c-45f610e7f5a7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:53,256 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.070s
2026-07-09 13:44:53,257 87307 DEBUG [tempest.lib.common.rest_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:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cac57ec-c272-4095-bd58-2ea977e6350e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cac57ec-c272-4095-bd58-2ea977e6350e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:54,339 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.064s
2026-07-09 13:44:54,339 87307 DEBUG [tempest.lib.common.rest_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-20aaa6b1-00b1-4697-9eaf-0d00a4bf3543', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20aaa6b1-00b1-4697-9eaf-0d00a4bf3543', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:55,439 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.086s
2026-07-09 13:44:55,440 87307 DEBUG [tempest.lib.common.rest_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-33d60489-21f9-4344-8d56-3b7da9d0144f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d60489-21f9-4344-8d56-3b7da9d0144f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:56,542 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.088s
2026-07-09 13:44:56,543 87307 DEBUG [tempest.lib.common.rest_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-ba62ac18-88d9-4a69-930b-60bf83f327d5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba62ac18-88d9-4a69-930b-60bf83f327d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:57,661 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.092s
2026-07-09 13:44:57,662 87307 DEBUG [tempest.lib.common.rest_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:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef6dec5-d637-474e-a081-13ee0f62647f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef6dec5-d637-474e-a081-13ee0f62647f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:58,733 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.055s
2026-07-09 13:44:58,734 87307 DEBUG [tempest.lib.common.rest_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:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cece3c3-bc0d-43dd-b782-82e564cad302', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cece3c3-bc0d-43dd-b782-82e564cad302', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:44:59,798 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.053s
2026-07-09 13:44:59,799 87307 DEBUG [tempest.lib.common.rest_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:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc81c603-1fc5-4d93-9d95-064c47278526', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc81c603-1fc5-4d93-9d95-064c47278526', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:00,871 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.060s
2026-07-09 13:45:00,871 87307 DEBUG [tempest.lib.common.rest_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:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a6997c-a7ec-4a67-87b2-534f2059a6b1', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a6997c-a7ec-4a67-87b2-534f2059a6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:01,978 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.096s
2026-07-09 13:45:01,979 87307 DEBUG [tempest.lib.common.rest_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:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15bebc1f-b974-411d-9b9e-9c6cd1321eaa', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15bebc1f-b974-411d-9b9e-9c6cd1321eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:03,125 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.133s
2026-07-09 13:45:03,126 87307 DEBUG [tempest.lib.common.rest_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:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5232f0eb-a109-49df-8522-45f5671562c0', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5232f0eb-a109-49df-8522-45f5671562c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:04,219 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.079s
2026-07-09 13:45:04,220 87307 DEBUG [tempest.lib.common.rest_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:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3061cb-e714-4bdd-93c5-aed612f30017', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3061cb-e714-4bdd-93c5-aed612f30017', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:05,318 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.081s
2026-07-09 13:45:05,319 87307 DEBUG [tempest.lib.common.rest_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:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f88e0b-387b-452a-ae8f-52055a5b1292', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f88e0b-387b-452a-ae8f-52055a5b1292', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:06,401 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.070s
2026-07-09 13:45:06,402 87307 DEBUG [tempest.lib.common.rest_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:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d39c1c5c-6f67-4f8c-b59b-fdb52b394eb0', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d39c1c5c-6f67-4f8c-b59b-fdb52b394eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:07,498 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.082s
2026-07-09 13:45:07,499 87307 DEBUG [tempest.lib.common.rest_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:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7fc8c8-8e93-429d-9244-7ac94618b909', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7fc8c8-8e93-429d-9244-7ac94618b909', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:08,581 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.069s
2026-07-09 13:45:08,582 87307 DEBUG [tempest.lib.common.rest_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:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f75b819-bc69-4a2e-b287-1459db234633', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f75b819-bc69-4a2e-b287-1459db234633', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:09,655 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.059s
2026-07-09 13:45:09,656 87307 DEBUG [tempest.lib.common.rest_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:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683c3de7-b6ff-42b7-9f91-b8688656bed3', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683c3de7-b6ff-42b7-9f91-b8688656bed3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:10,719 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.051s
2026-07-09 13:45:10,719 87307 DEBUG [tempest.lib.common.rest_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:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-976f242d-e1ae-4949-8956-0a909082bc0e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-976f242d-e1ae-4949-8956-0a909082bc0e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:11,775 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.044s
2026-07-09 13:45:11,775 87307 DEBUG [tempest.lib.common.rest_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:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8164f65b-a211-4347-8a0c-76b370ab680f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8164f65b-a211-4347-8a0c-76b370ab680f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:12,835 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:45:12,836 87307 DEBUG [tempest.lib.common.rest_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:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-945a8672-9f1c-4730-bd3c-70c724a5602d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-945a8672-9f1c-4730-bd3c-70c724a5602d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:13,898 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:45:13,898 87307 DEBUG [tempest.lib.common.rest_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:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59472719-23e5-45a8-bc1a-bba98054c661', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59472719-23e5-45a8-bc1a-bba98054c661', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:14,952 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.043s
2026-07-09 13:45:14,953 87307 DEBUG [tempest.lib.common.rest_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:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511cf18c-6190-4ee5-b737-db7a2e95a8b4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511cf18c-6190-4ee5-b737-db7a2e95a8b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:16,007 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.044s
2026-07-09 13:45:16,007 87307 DEBUG [tempest.lib.common.rest_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:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c47e407-dc84-4fff-b932-73bcf1e63ac9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c47e407-dc84-4fff-b932-73bcf1e63ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:17,064 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:45:17,064 87307 DEBUG [tempest.lib.common.rest_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:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5442db2-b81b-4115-aa9d-9ea82406ace3', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5442db2-b81b-4115-aa9d-9ea82406ace3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:18,127 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.047s
2026-07-09 13:45:18,127 87307 DEBUG [tempest.lib.common.rest_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:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0837b9c-70b8-40a3-ade6-a108216e025e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0837b9c-70b8-40a3-ade6-a108216e025e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:19,187 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:45:19,187 87307 DEBUG [tempest.lib.common.rest_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:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1386b0-edb2-43aa-a035-2e9c53314115', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1386b0-edb2-43aa-a035-2e9c53314115', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:20,245 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:45:20,246 87307 DEBUG [tempest.lib.common.rest_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:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0aa0f43-7285-4249-bbc0-ea7c73f44835', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0aa0f43-7285-4249-bbc0-ea7c73f44835', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:21,317 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:45:21,318 87307 DEBUG [tempest.lib.common.rest_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:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81ff5f97-c6b9-4b7c-afb2-fc9dc06154f8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81ff5f97-c6b9-4b7c-afb2-fc9dc06154f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:22,373 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.044s
2026-07-09 13:45:22,374 87307 DEBUG [tempest.lib.common.rest_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:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6504e4-b437-447a-aecb-77246c47a81f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6504e4-b437-447a-aecb-77246c47a81f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:23,449 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.064s
2026-07-09 13:45:23,449 87307 DEBUG [tempest.lib.common.rest_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:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f749c239-cc55-42f8-87fd-01c7a13fe8b5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f749c239-cc55-42f8-87fd-01c7a13fe8b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:24,509 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:45:24,509 87307 DEBUG [tempest.lib.common.rest_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:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d14a1c8-3602-4241-808f-dae3a7990995', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d14a1c8-3602-4241-808f-dae3a7990995', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:25,565 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:45:25,565 87307 DEBUG [tempest.lib.common.rest_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:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0b6ca8a-697d-481b-a5fa-4cf434e9fcbe', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0b6ca8a-697d-481b-a5fa-4cf434e9fcbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:26,622 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.044s
2026-07-09 13:45:26,622 87307 DEBUG [tempest.lib.common.rest_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:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e449b3e9-4740-4676-9ddc-e61f152e17d4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e449b3e9-4740-4676-9ddc-e61f152e17d4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:27,683 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.048s
2026-07-09 13:45:27,683 87307 DEBUG [tempest.lib.common.rest_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:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1a37c73-649a-4854-93cd-5815d10ad88b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1a37c73-649a-4854-93cd-5815d10ad88b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:28,752 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.055s
2026-07-09 13:45:28,752 87307 DEBUG [tempest.lib.common.rest_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:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79ed81c5-eb5a-40f5-b965-8f95e1f5029a', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79ed81c5-eb5a-40f5-b965-8f95e1f5029a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:29,824 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.060s
2026-07-09 13:45:29,825 87307 DEBUG [tempest.lib.common.rest_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:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73273880-6738-45b3-bc0c-533da8c75dfa', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73273880-6738-45b3-bc0c-533da8c75dfa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:30,904 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.065s
2026-07-09 13:45:30,904 87307 DEBUG [tempest.lib.common.rest_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:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30222f8f-91e4-4064-82ce-ae4c7f45b707', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30222f8f-91e4-4064-82ce-ae4c7f45b707', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:31,969 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.051s
2026-07-09 13:45:31,969 87307 DEBUG [tempest.lib.common.rest_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:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b827c43e-b5f7-41da-948c-0efecb4e7c3c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b827c43e-b5f7-41da-948c-0efecb4e7c3c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:33,044 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.063s
2026-07-09 13:45:33,045 87307 DEBUG [tempest.lib.common.rest_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:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cb238eb-5214-462b-ba6a-f57d396d50cd', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb238eb-5214-462b-ba6a-f57d396d50cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:34,127 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.069s
2026-07-09 13:45:34,127 87307 DEBUG [tempest.lib.common.rest_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-34aaea3b-e7af-408f-ace7-82bbbd334df4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34aaea3b-e7af-408f-ace7-82bbbd334df4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:35,198 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:45:35,199 87307 DEBUG [tempest.lib.common.rest_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-aae99065-25d8-4cfe-8dff-677c08224045', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae99065-25d8-4cfe-8dff-677c08224045', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:36,279 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.068s
2026-07-09 13:45:36,280 87307 DEBUG [tempest.lib.common.rest_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-013a1dbd-c2c7-4cd2-b67f-ceee331dea53', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013a1dbd-c2c7-4cd2-b67f-ceee331dea53', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:37,360 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.068s
2026-07-09 13:45:37,361 87307 DEBUG [tempest.lib.common.rest_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-6c04ee62-fe96-4ba9-86fd-0a01f8d470ca', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c04ee62-fe96-4ba9-86fd-0a01f8d470ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:38,425 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.051s
2026-07-09 13:45:38,426 87307 DEBUG [tempest.lib.common.rest_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-0bee9ab4-c2f0-470c-ab54-d3788dd37c01', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bee9ab4-c2f0-470c-ab54-d3788dd37c01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:39,493 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:45:39,494 87307 DEBUG [tempest.lib.common.rest_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-a644bf1c-7402-4bf6-a4f2-5eeffed328a4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a644bf1c-7402-4bf6-a4f2-5eeffed328a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:40,567 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.060s
2026-07-09 13:45:40,568 87307 DEBUG [tempest.lib.common.rest_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-d7ae6bfb-607a-4dc2-b7ca-0b05533d63c6', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7ae6bfb-607a-4dc2-b7ca-0b05533d63c6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:41,647 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.067s
2026-07-09 13:45:41,647 87307 DEBUG [tempest.lib.common.rest_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:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28541bdc-1a3f-4361-ba98-902281eee890', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28541bdc-1a3f-4361-ba98-902281eee890', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:42,710 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.048s
2026-07-09 13:45:42,711 87307 DEBUG [tempest.lib.common.rest_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-9162f7e2-bcc7-4c77-8d36-483f7f6aae44', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9162f7e2-bcc7-4c77-8d36-483f7f6aae44', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:43,778 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:45:43,778 87307 DEBUG [tempest.lib.common.rest_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-cad4b8a7-19c8-49d1-b8db-1f53a6d71fcc', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad4b8a7-19c8-49d1-b8db-1f53a6d71fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:44,847 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.054s
2026-07-09 13:45:44,848 87307 DEBUG [tempest.lib.common.rest_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-c1cb538f-0f19-4af2-ac2b-9816da7d9e90', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1cb538f-0f19-4af2-ac2b-9816da7d9e90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:45,940 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.077s
2026-07-09 13:45:45,940 87307 DEBUG [tempest.lib.common.rest_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-31183381-843e-4e2f-af6d-dba29bdd0ece', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31183381-843e-4e2f-af6d-dba29bdd0ece', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:47,004 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.049s
2026-07-09 13:45:47,004 87307 DEBUG [tempest.lib.common.rest_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-ff0b9248-4363-4be4-a95e-c8d026d3eec1', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff0b9248-4363-4be4-a95e-c8d026d3eec1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:48,080 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.057s
2026-07-09 13:45:48,080 87307 DEBUG [tempest.lib.common.rest_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-442d8afe-0380-466e-b54c-d15ff5674a99', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-442d8afe-0380-466e-b54c-d15ff5674a99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:49,147 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.054s
2026-07-09 13:45:49,147 87307 DEBUG [tempest.lib.common.rest_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-6a4bedcf-28f5-4f28-9da6-bcd0ea99b346', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a4bedcf-28f5-4f28-9da6-bcd0ea99b346', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:50,217 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:45:50,218 87307 DEBUG [tempest.lib.common.rest_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-4d4b2972-67a4-43c9-a49f-d78fadab71f7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d4b2972-67a4-43c9-a49f-d78fadab71f7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:51,302 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.069s
2026-07-09 13:45:51,302 87307 DEBUG [tempest.lib.common.rest_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-9fd50a60-7346-4428-9f67-ac71cc85b135', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd50a60-7346-4428-9f67-ac71cc85b135', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:52,382 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.065s
2026-07-09 13:45:52,382 87307 DEBUG [tempest.lib.common.rest_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-ca0582a0-6068-4bb0-ba4f-88f915f380f8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0582a0-6068-4bb0-ba4f-88f915f380f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:53,456 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.052s
2026-07-09 13:45:53,456 87307 DEBUG [tempest.lib.common.rest_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-f9938506-f9d3-40a6-a0e8-6aa2a586e550', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9938506-f9d3-40a6-a0e8-6aa2a586e550', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:54,553 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.083s
2026-07-09 13:45:54,554 87307 DEBUG [tempest.lib.common.rest_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-5f184af1-7953-4105-9bab-f656d0e474ee', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f184af1-7953-4105-9bab-f656d0e474ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:55,652 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.082s
2026-07-09 13:45:55,652 87307 DEBUG [tempest.lib.common.rest_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:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c998e788-d1ff-4d3b-8490-d54300992e82', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c998e788-d1ff-4d3b-8490-d54300992e82', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:56,738 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.071s
2026-07-09 13:45:56,738 87307 DEBUG [tempest.lib.common.rest_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-424c500d-6771-4905-8a88-031b5c7498e8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-424c500d-6771-4905-8a88-031b5c7498e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:57,819 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.069s
2026-07-09 13:45:57,820 87307 DEBUG [tempest.lib.common.rest_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-670e6600-831e-4696-ba75-53c0878a5ef5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670e6600-831e-4696-ba75-53c0878a5ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:58,882 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:45:58,883 87307 DEBUG [tempest.lib.common.rest_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-ead224c3-87b0-45a4-8dda-913a7fb82fc9', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ead224c3-87b0-45a4-8dda-913a7fb82fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:45:59,941 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.044s
2026-07-09 13:45:59,941 87307 DEBUG [tempest.lib.common.rest_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-4bf8ce89-f48d-4ebd-946f-101b119e9721', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf8ce89-f48d-4ebd-946f-101b119e9721', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:01,019 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.068s
2026-07-09 13:46:01,020 87307 DEBUG [tempest.lib.common.rest_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-48ab0189-341a-4cd2-b0db-a3692958b59e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48ab0189-341a-4cd2-b0db-a3692958b59e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:02,090 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.055s
2026-07-09 13:46:02,091 87307 DEBUG [tempest.lib.common.rest_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-2370231c-992e-4c72-be22-5c8cf37a492e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2370231c-992e-4c72-be22-5c8cf37a492e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:03,204 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.100s
2026-07-09 13:46:03,205 87307 DEBUG [tempest.lib.common.rest_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)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf50469-7df7-44e1-b579-608b4fa6c337', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf50469-7df7-44e1-b579-608b4fa6c337', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:04,270 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.051s
2026-07-09 13:46:04,271 87307 DEBUG [tempest.lib.common.rest_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-71c7b556-7f3c-429d-b24e-860eb001f5ae', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71c7b556-7f3c-429d-b24e-860eb001f5ae', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:05,345 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.062s
2026-07-09 13:46:05,346 87307 DEBUG [tempest.lib.common.rest_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-0899cfba-f9d9-41c6-b685-3553658001e2', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0899cfba-f9d9-41c6-b685-3553658001e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:06,432 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.074s
2026-07-09 13:46:06,432 87307 DEBUG [tempest.lib.common.rest_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-a914bf26-ad6a-4d51-a2dd-dcd0c4807cbd', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a914bf26-ad6a-4d51-a2dd-dcd0c4807cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:07,510 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.066s
2026-07-09 13:46:07,510 87307 DEBUG [tempest.lib.common.rest_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-70ee108c-6add-4138-b546-565114e6384c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ee108c-6add-4138-b546-565114e6384c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:08,596 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.072s
2026-07-09 13:46:08,597 87307 DEBUG [tempest.lib.common.rest_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-c0670e56-7f7a-4c3d-85f2-a8d9d3b1ff3e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0670e56-7f7a-4c3d-85f2-a8d9d3b1ff3e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:09,658 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:46:09,658 87307 DEBUG [tempest.lib.common.rest_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-89c9ea48-89e0-4179-a39e-426b81e9ab54', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89c9ea48-89e0-4179-a39e-426b81e9ab54', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:10,723 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.049s
2026-07-09 13:46:10,723 87307 DEBUG [tempest.lib.common.rest_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:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec53bbb3-53a3-4e4d-b917-144684204684', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec53bbb3-53a3-4e4d-b917-144684204684', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:11,792 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.055s
2026-07-09 13:46:11,793 87307 DEBUG [tempest.lib.common.rest_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:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f4ff812-cfbb-4807-8cf4-d228ea66a4fa', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f4ff812-cfbb-4807-8cf4-d228ea66a4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:12,884 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.079s
2026-07-09 13:46:12,884 87307 DEBUG [tempest.lib.common.rest_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:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2abaf59-cec4-44bc-a9be-66ef15eb8b0b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2abaf59-cec4-44bc-a9be-66ef15eb8b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:13,940 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.044s
2026-07-09 13:46:13,941 87307 DEBUG [tempest.lib.common.rest_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:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99ba487-f926-408c-9cd7-131dc649077f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99ba487-f926-408c-9cd7-131dc649077f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:15,017 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.065s
2026-07-09 13:46:15,017 87307 DEBUG [tempest.lib.common.rest_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:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7643429-d584-46f2-91e0-a7f79403958e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7643429-d584-46f2-91e0-a7f79403958e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:16,078 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:46:16,078 87307 DEBUG [tempest.lib.common.rest_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:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e6c086-8068-4684-9655-ab76db711d85', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e6c086-8068-4684-9655-ab76db711d85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:17,136 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.047s
2026-07-09 13:46:17,136 87307 DEBUG [tempest.lib.common.rest_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:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6751a0df-0f12-4912-8416-fcd3e555f0b4', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6751a0df-0f12-4912-8416-fcd3e555f0b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:18,192 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:46:18,193 87307 DEBUG [tempest.lib.common.rest_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:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-117cb006-d166-481e-b06f-4641775c6f64', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-117cb006-d166-481e-b06f-4641775c6f64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:19,251 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:46:19,252 87307 DEBUG [tempest.lib.common.rest_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:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12a2c33-425e-4946-b857-d3982d72001d', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12a2c33-425e-4946-b857-d3982d72001d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:20,314 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.048s
2026-07-09 13:46:20,315 87307 DEBUG [tempest.lib.common.rest_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:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-667b9df9-8ec6-4190-8467-38f3369beb0c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-667b9df9-8ec6-4190-8467-38f3369beb0c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:21,371 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.043s
2026-07-09 13:46:21,371 87307 DEBUG [tempest.lib.common.rest_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:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3dd2e5a-7820-4aaf-a159-e677550f5374', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3dd2e5a-7820-4aaf-a159-e677550f5374', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:22,436 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.049s
2026-07-09 13:46:22,436 87307 DEBUG [tempest.lib.common.rest_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:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0c58e69-f685-4134-84bf-02b7f52b83e6', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0c58e69-f685-4134-84bf-02b7f52b83e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:23,508 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.058s
2026-07-09 13:46:23,509 87307 DEBUG [tempest.lib.common.rest_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:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08a6ab5d-1767-46a9-9af9-5129896b2955', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08a6ab5d-1767-46a9-9af9-5129896b2955', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:24,570 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.051s
2026-07-09 13:46:24,571 87307 DEBUG [tempest.lib.common.rest_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:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd886fdf-e7b5-4b6f-b9e0-ea9e1cde4a11', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd886fdf-e7b5-4b6f-b9e0-ea9e1cde4a11', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:25,646 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.063s
2026-07-09 13:46:25,646 87307 DEBUG [tempest.lib.common.rest_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:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8205a207-8d8d-4f84-93b1-02e804eaf948', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8205a207-8d8d-4f84-93b1-02e804eaf948', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:26,698 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.040s
2026-07-09 13:46:26,698 87307 DEBUG [tempest.lib.common.rest_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:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24b75dcf-62a7-4994-bbf1-551b75ae5cf1', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24b75dcf-62a7-4994-bbf1-551b75ae5cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:27,767 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.057s
2026-07-09 13:46:27,768 87307 DEBUG [tempest.lib.common.rest_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:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bc0bbf-6abe-4288-8323-a4fd4bbd3001', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bc0bbf-6abe-4288-8323-a4fd4bbd3001', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:28,823 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:46:28,825 87307 DEBUG [tempest.lib.common.rest_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:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e25173-10a0-4ead-97b0-c34da888df57', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e25173-10a0-4ead-97b0-c34da888df57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:29,884 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:46:29,884 87307 DEBUG [tempest.lib.common.rest_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:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c54f84dc-8fdc-4f03-b84a-433d88660d75', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c54f84dc-8fdc-4f03-b84a-433d88660d75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:30,941 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.046s
2026-07-09 13:46:30,942 87307 DEBUG [tempest.lib.common.rest_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:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ef6e50-317b-4593-9436-ec1f78b18d60', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ef6e50-317b-4593-9436-ec1f78b18d60', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:32,011 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.058s
2026-07-09 13:46:32,012 87307 DEBUG [tempest.lib.common.rest_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:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-982bee84-f6da-4b06-a686-829973acddd1', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-982bee84-f6da-4b06-a686-829973acddd1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:33,069 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.044s
2026-07-09 13:46:33,069 87307 DEBUG [tempest.lib.common.rest_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:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be085471-a52c-4bc4-897c-49564a80d0a0', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be085471-a52c-4bc4-897c-49564a80d0a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:34,125 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:46:34,125 87307 DEBUG [tempest.lib.common.rest_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:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-615d28ac-455a-4661-a7c7-29e762e93328', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-615d28ac-455a-4661-a7c7-29e762e93328', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:35,188 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.051s
2026-07-09 13:46:35,189 87307 DEBUG [tempest.lib.common.rest_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:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ef483f-468f-4d44-9428-c0f4e8ec3f2b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ef483f-468f-4d44-9428-c0f4e8ec3f2b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:36,254 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.053s
2026-07-09 13:46:36,254 87307 DEBUG [tempest.lib.common.rest_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:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d008a5d-6d3a-42b1-abce-a03f6511466f', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d008a5d-6d3a-42b1-abce-a03f6511466f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:37,314 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.047s
2026-07-09 13:46:37,314 87307 DEBUG [tempest.lib.common.rest_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:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e18eb774-a0b1-4003-91b1-4e7bd4fcd8c5', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e18eb774-a0b1-4003-91b1-4e7bd4fcd8c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:38,394 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.068s
2026-07-09 13:46:38,395 87307 DEBUG [tempest.lib.common.rest_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:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef81dae-8476-490d-8e73-625751dc9234', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef81dae-8476-490d-8e73-625751dc9234', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:39,466 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:46:39,466 87307 DEBUG [tempest.lib.common.rest_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:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f87cb810-0f0c-48ec-8c01-c7b35a0e1619', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f87cb810-0f0c-48ec-8c01-c7b35a0e1619', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:40,545 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.066s
2026-07-09 13:46:40,545 87307 DEBUG [tempest.lib.common.rest_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:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10babd2b-0db6-49af-87b5-2e1396dc76e3', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10babd2b-0db6-49af-87b5-2e1396dc76e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:41,609 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.049s
2026-07-09 13:46:41,609 87307 DEBUG [tempest.lib.common.rest_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:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4ed7ac1-3660-4517-ac9c-87716d01f070', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4ed7ac1-3660-4517-ac9c-87716d01f070', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:42,672 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:46:42,672 87307 DEBUG [tempest.lib.common.rest_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:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19260ea-85ed-4fd4-91a7-11b06446675b', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19260ea-85ed-4fd4-91a7-11b06446675b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:43,742 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.056s
2026-07-09 13:46:43,742 87307 DEBUG [tempest.lib.common.rest_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:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c16da4-f8c9-4a30-8636-84b281b9effa', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c16da4-f8c9-4a30-8636-84b281b9effa', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:44,801 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.047s
2026-07-09 13:46:44,801 87307 DEBUG [tempest.lib.common.rest_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:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcf67931-aef7-434c-a463-cf6d2babd518', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcf67931-aef7-434c-a463-cf6d2babd518', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:45,900 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.087s
2026-07-09 13:46:45,901 87307 DEBUG [tempest.lib.common.rest_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:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84706d6c-687d-45d0-896c-ca0675cdc666', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84706d6c-687d-45d0-896c-ca0675cdc666', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:46,973 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.060s
2026-07-09 13:46:46,973 87307 DEBUG [tempest.lib.common.rest_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:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f734670e-bdb3-456a-8ae6-de325f0eb369', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f734670e-bdb3-456a-8ae6-de325f0eb369', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:48,029 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.045s
2026-07-09 13:46:48,029 87307 DEBUG [tempest.lib.common.rest_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:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf53035-f992-4f9c-9265-006cdfa6ecba', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf53035-f992-4f9c-9265-006cdfa6ecba', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:49,092 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.050s
2026-07-09 13:46:49,092 87307 DEBUG [tempest.lib.common.rest_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': 'application/json', 'x-compute-request-id': 'req-7fd6c04b-f249-497e-881b-0fe29c1d2ba7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fd6c04b-f249-497e-881b-0fe29c1d2ba7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:50,150 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.043s
2026-07-09 13:46:50,151 87307 DEBUG [tempest.lib.common.rest_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:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0359bd54-6ebb-49a4-9e5a-daa46597dbcf', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0359bd54-6ebb-49a4-9e5a-daa46597dbcf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:51,236 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.074s
2026-07-09 13:46:51,236 87307 DEBUG [tempest.lib.common.rest_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:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c692ac35-6ce1-4502-873f-68fc6ce53c2e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c692ac35-6ce1-4502-873f-68fc6ce53c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:52,304 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.053s
2026-07-09 13:46:52,305 87307 DEBUG [tempest.lib.common.rest_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:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5594f3eb-f356-444a-87aa-e3bbfa8f8862', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5594f3eb-f356-444a-87aa-e3bbfa8f8862', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:53,373 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.051s
2026-07-09 13:46:53,374 87307 DEBUG [tempest.lib.common.rest_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:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d85ce773-cf42-4dd4-bfd5-6d3acd744a68', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d85ce773-cf42-4dd4-bfd5-6d3acd744a68', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:54,436 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.049s
2026-07-09 13:46:54,436 87307 DEBUG [tempest.lib.common.rest_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:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e655101c-51a2-4ef9-bfb8-3b810a0edad1', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e655101c-51a2-4ef9-bfb8-3b810a0edad1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:55,504 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.053s
2026-07-09 13:46:55,504 87307 DEBUG [tempest.lib.common.rest_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:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578005a5-a6ac-4ddf-9492-c5c5050a6e37', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578005a5-a6ac-4ddf-9492-c5c5050a6e37', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:56,563 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7 0.048s
2026-07-09 13:46:56,564 87307 DEBUG [tempest.lib.common.rest_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:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ff6b1c-0265-415e-81a3-c1b4e7f7c7ab', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ff6b1c-0265-415e-81a3-c1b4e7f7c7ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7'}
Body: b'{"volume": {"id": "6404c65c-5ffa-4999-9221-e929c4501ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-07-09T11:43:39.000000", "updated_at": "2026-07-09T11:43:44.000000", "name": "tempest-TestStampPattern-volume-2051460746", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/6404c65c-5ffa-4999-9221-e929c4501ad7"}], "user_id": "c9ba058842864efe87bfcff9cde191c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c30ce7ec5a4493ea9ddb2145b0b2c3b"}}'
2026-07-09 13:46:57,013 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/57e17f0d-1627-4b17-9763-454a4d2f28fd 0.435s
2026-07-09 13:46:57,013 87307 DEBUG [tempest.lib.common.rest_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:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-8d7ab69a-f9e5-4810-bb63-425ec51b78a5', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/57e17f0d-1627-4b17-9763-454a4d2f28fd'}
Body: b''
2026-07-09 13:46:57,058 87307 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestStampPattern-1580238123 0.044s
2026-07-09 13:46:57,059 87307 DEBUG [tempest.lib.common.rest_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:57 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-cbf023b1-f784-41b5-8087-c05d6152401e', 'x-compute-request-id': 'req-cbf023b1-f784-41b5-8087-c05d6152401e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestStampPattern-1580238123'}
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 6404c65c-5ffa-4999-9221-e929c4501ad7 within the required time (196 s). Timer started at 1783597420. Timer ended at 1783597616. 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 | |
ProjectMemberTests33) |
skip
pt46.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectAdminTests33) |
skip
pt46.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectMemberTests39) |
skip
pt46.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
ProjectAdminTests39) |
skip
pt46.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectReaderTests33) |
skip
pt46.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectReaderTests39) |
skip
pt46.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
| 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 | |
LiveMigrationWithoutHostTest) |
skip
pt51.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt51.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
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 | |
VolumeRetypeMultiattachTest) |
skip
pt57.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt57.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt58.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt59.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
VolumesBackupsTest) |
skip
pt59.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
| 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 | ||