Status: Pass 202 Failure 20 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 445, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 440, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1344, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 307, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 268, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 50, in resource_setup server = cls.create_test_server(adminPass=cls.password, File "/opt/stack/tempest/tempest/api/compute/base.py", line 266, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 197, 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 111, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 532, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 447, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.18', port=80): Read timed out. (read timeout=60) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 59, in resource_setup cls.admin_quotas_client.update_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 59, in update_quota_set resp, body = self.put('os-quota-sets/%s' % tenant_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tearDownClass (tempest.api.volume.admin.test_volume_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasNegativeTestJSON) |
fail
ft3.1: tearDownClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: The server has either erred or is incapable of performing the requested operation., <traceback object at 0x7f0680664d80>) |
||||||
tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e] |
fail
ft4.1: tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume[id-70076c71-0ce1-4208-a8ff-36a66e65cc1e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:45:37,882 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 202 POST http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes 0.412s 2021-12-07 18:45:37,882 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumeManageAdminTest-Volume-2028165077"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf1a5a8-358c-4186-8ecb-f3834f73891a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf1a5a8-358c-4186-8ecb-f3834f73891a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes'} Body: b'{"volume": {"id": "e25cbd49-14f4-49a7-885b-dfcc5a11d447", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:37.762550", "updated_at": null, "name": "tempest-VolumeManageAdminTest-Volume-2028165077", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}], "user_id": "a58229d2b455426db82322fa12182981", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-07 18:45:38,003 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447 0.114s 2021-12-07 18:45:38,003 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2000f90-95bf-463d-b3b3-9cbf390d50e0', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2000f90-95bf-463d-b3b3-9cbf390d50e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447'} Body: b'{"volume": {"id": "e25cbd49-14f4-49a7-885b-dfcc5a11d447", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:38.000000", "updated_at": null, "name": "tempest-VolumeManageAdminTest-Volume-2028165077", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}], "user_id": "a58229d2b455426db82322fa12182981", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c17c50bbd05c4b4f87567953815fef32"}}' 2021-12-07 18:45:39,052 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447 0.040s 2021-12-07 18:45:39,052 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b060cb4-f01a-4ddc-9160-d14ee886b3e0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b060cb4-f01a-4ddc-9160-d14ee886b3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447'} Body: b'{"volume": {"id": "e25cbd49-14f4-49a7-885b-dfcc5a11d447", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:38.000000", "updated_at": "2021-12-07T18:45:38.000000", "name": "tempest-VolumeManageAdminTest-Volume-2028165077", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/c17c50bbd05c4b4f87567953815fef32/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}], "user_id": "a58229d2b455426db82322fa12182981", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c17c50bbd05c4b4f87567953815fef32"}}' 2021-12-07 18:45:39,059 128425 INFO [tempest.common.waiters] volume e25cbd49-14f4-49a7-885b-dfcc5a11d447 reached available after waiting for 1.059958 seconds 2021-12-07 18:45:39,253 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447 0.193s 2021-12-07 18:45:39,253 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05303a85-0714-4d67-8571-76d229a66e84', 'content-length': '1080', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05303a85-0714-4d67-8571-76d229a66e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447'} Body: b'{"volume": {"id": "e25cbd49-14f4-49a7-885b-dfcc5a11d447", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:38.000000", "updated_at": "2021-12-07T18:45:38.000000", "name": "tempest-VolumeManageAdminTest-Volume-2028165077", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}], "user_id": "a58229d2b455426db82322fa12182981", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "c17c50bbd05c4b4f87567953815fef32", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-07 18:45:39,326 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 202 POST http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447/action 0.065s 2021-12-07 18:45:39,327 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-unmanage": {}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:39 GMT', 'server': 'Apache/2.4.41 (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-c950b6ca-7c16-4821-8841-8bd49ff62e34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447/action'} Body: b'' 2021-12-07 18:45:39,379 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447 0.052s 2021-12-07 18:45:39,380 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d30953-b29a-4a2c-8fa6-aba37dce0ddf', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d30953-b29a-4a2c-8fa6-aba37dce0ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447'} Body: b'{"volume": {"id": "e25cbd49-14f4-49a7-885b-dfcc5a11d447", "status": "unmanaging", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:38.000000", "updated_at": "2021-12-07T18:45:39.000000", "name": "tempest-VolumeManageAdminTest-Volume-2028165077", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447"}], "user_id": "a58229d2b455426db82322fa12182981", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "c17c50bbd05c4b4f87567953815fef32", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-07 18:45:40,409 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 404 GET http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447 0.021s 2021-12-07 18:45:40,410 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-46497a9a-1756-4208-970d-5280bf74990d', 'x-openstack-request-id': 'req-46497a9a-1756-4208-970d-5280bf74990d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/e25cbd49-14f4-49a7-885b-dfcc5a11d447'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e25cbd49-14f4-49a7-885b-dfcc5a11d447 could not be found."}}' 2021-12-07 18:45:40,532 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/detail?all_tenants=1 0.121s 2021-12-07 18:45:40,532 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e6fbd7-c9ea-431c-9cf8-b818c76efad8', 'content-length': '2186', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e6fbd7-c9ea-431c-9cf8-b818c76efad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "68d5bb9d-2340-4688-8c5e-4496ac604e9a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:40.000000", "updated_at": "2021-12-07T18:45:40.000000", "name": "tempest-GroupSnapshotsTest-Volume-1588233695", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-1175917856", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/68d5bb9d-2340-4688-8c5e-4496ac604e9a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/68d5bb9d-2340-4688-8c5e-4496ac604e9a"}], "user_id": "1a729617ea824c1b8dd24d3e73baf6e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "9c6e8ab2cd484f6bbd90b881806396be", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "24fbd949-afde-43a6-813a-8b0b3fc72a85", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:24.000000", "updated_at": "2021-12-07T18:45:25.000000", "name": "tempest-SnapshotsActionsTest-Volume-676558088", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/24fbd949-afde-43a6-813a-8b0b3fc72a85"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f4a0efd40fb4d6ca18405c18a2d136f/volumes/24fbd949-afde-43a6-813a-8b0b3fc72a85"}], "user_id": "4aa28ef9824e45c7b322d854631e5f92", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "abbf3657eb904954a34ca6227f7d8719", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}]}' 2021-12-07 18:45:40,641 128425 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 500 POST http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/os-volume-manage 0.100s 2021-12-07 18:45:40,641 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-VolumeManageAdminTest-volume-1672668788", "host": "hv-cinder-81969@wincnd#smbshare", "ref": {"source-name": "//127.0.0.1/smbshare/volume-e25cbd49-14f4-49a7-885b-dfcc5a11d447.vhdx"}, "volume_type": "__DEFAULT__", "availability_zone": "nova"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-776e88ea-579b-4d79-80bd-c17cf23ec806', 'x-openstack-request-id': 'req-776e88ea-579b-4d79-80bd-c17cf23ec806', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/0f4a0efd40fb4d6ca18405c18a2d136f/os-volume-manage'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_manage.py", line 69, in test_unmanage_manage_volume new_vol_id = self.admin_volume_manage_client.manage_volume( File "/opt/stack/tempest/tempest/lib/services/volume/v3/volume_manage_client.py", line 33, in manage_volume resp, body = self.post('os-volume-manage', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 2 | 5 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
fail
ft5.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:49:58,762 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_delete_quota): 200 GET http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd/defaults 0.016s 2021-12-07 18:49:58,762 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fb7fc9d-e3eb-446e-9b6b-633bf6a9670a', 'content-length': '361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fb7fc9d-e3eb-446e-9b6b-633bf6a9670a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd/defaults'} Body: b'{"quota_set": {"per_volume_gigabytes": -1, "volumes": 10, "gigabytes": 1000, "snapshots": 10, "backups": 10, "backup_gigabytes": 1000, "groups": 10, "gigabytes___DEFAULT__": -1, "volumes___DEFAULT__": -1, "snapshots___DEFAULT__": -1, "gigabytes_lvmdriver-1": -1, "volumes_lvmdriver-1": -1, "snapshots_lvmdriver-1": -1, "id": "e0119ac925554e089d2750cf3a52cccd"}}' 2021-12-07 18:49:58,790 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_delete_quota): 500 PUT http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd 0.025s 2021-12-07 18:49:58,790 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"volumes": 15}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a77ed54-e895-4786-a532-ffe648e6b1f6', 'x-openstack-request-id': 'req-6a77ed54-e895-4786-a532-ffe648e6b1f6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-12-07 18:49:58,820 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 500 PUT http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd 0.028s 2021-12-07 18:49:58,821 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"per_volume_gigabytes": -1, "volumes": 10, "gigabytes": 1000, "snapshots": 10, "backups": 10, "backup_gigabytes": 1000}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-66550100-0df6-460e-b63f-9421f04452bd', 'x-openstack-request-id': 'req-66550100-0df6-460e-b63f-9421f04452bd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 59, in update_quota_set resp, body = self.put('os-quota-sets/%s' % tenant_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 109, in test_delete_quota self.admin_quotas_client.update_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 59, in update_quota_set resp, body = self.put('os-quota-sets/%s' % tenant_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt5.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
pt5.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
fail
ft5.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:49:58,890 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 500 GET http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd?usage=True 0.021s 2021-12-07 18:49:58,891 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-2857134f-fc4c-40e5-8d49-ae6c7665aa5b', 'x-openstack-request-id': 'req-2857134f-fc4c-40e5-8d49-ae6c7665aa5b', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd?usage=True'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 120, in test_quota_usage quota_usage = self.admin_quotas_client.show_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 43, in show_quota_set resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
fail
ft5.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:49:59,110 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes 0.216s 2021-12-07 18:49:59,111 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-962969291"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39b4fa56-4764-4d63-93e7-a0900b50ff20', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39b4fa56-4764-4d63-93e7-a0900b50ff20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes'} Body: b'{"volume": {"id": "7be611e3-95fb-47de-832d-1df3c79f3af0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:49:59.067422", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-962969291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}], "user_id": "f7151eeb08ff473e91574d60b1732c6a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-07 18:49:59,159 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0 0.042s 2021-12-07 18:49:59,159 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:49:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26fe0783-96a6-4418-a422-ef3816769ed2', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26fe0783-96a6-4418-a422-ef3816769ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0'} Body: b'{"volume": {"id": "7be611e3-95fb-47de-832d-1df3c79f3af0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:49:59.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-962969291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}], "user_id": "f7151eeb08ff473e91574d60b1732c6a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0119ac925554e089d2750cf3a52cccd"}}' 2021-12-07 18:50:00,208 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0 0.041s 2021-12-07 18:50:00,209 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bdcb475-fb4d-4f75-b934-973c21f3897d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bdcb475-fb4d-4f75-b934-973c21f3897d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0'} Body: b'{"volume": {"id": "7be611e3-95fb-47de-832d-1df3c79f3af0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:49:59.000000", "updated_at": "2021-12-07T18:49:59.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-962969291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/e0119ac925554e089d2750cf3a52cccd/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}], "user_id": "f7151eeb08ff473e91574d60b1732c6a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0119ac925554e089d2750cf3a52cccd"}}' 2021-12-07 18:50:00,216 128428 INFO [tempest.common.waiters] volume 7be611e3-95fb-47de-832d-1df3c79f3af0 reached available after waiting for 1.216454 seconds 2021-12-07 18:50:00,244 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 500 GET http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd?usage=True 0.028s 2021-12-07 18:50:00,245 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbcf7836-39b4-439b-995d-7b4872db8c43', 'x-openstack-request-id': 'req-bbcf7836-39b4-439b-995d-7b4872db8c43', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd?usage=True'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-12-07 18:50:00,317 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0 0.071s 2021-12-07 18:50:00,317 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:50:00 GMT', 'server': 'Apache/2.4.41 (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-1c0fd3e8-ee8f-4822-8f15-35b80f3cf166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0'} Body: b'' 2021-12-07 18:50:00,360 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0 0.042s 2021-12-07 18:50:00,360 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0480e06a-0070-4d3f-85a8-6db27f17ed66', 'content-length': '1082', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0480e06a-0070-4d3f-85a8-6db27f17ed66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0'} Body: b'{"volume": {"id": "7be611e3-95fb-47de-832d-1df3c79f3af0", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:49:59.000000", "updated_at": "2021-12-07T18:50:00.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-962969291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0"}], "user_id": "f7151eeb08ff473e91574d60b1732c6a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "e0119ac925554e089d2750cf3a52cccd", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-07 18:50:01,399 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0 0.031s 2021-12-07 18:50:01,399 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-989dec59-9ee1-46a0-8a5e-c39d429b3ac7', 'x-openstack-request-id': 'req-989dec59-9ee1-46a0-8a5e-c39d429b3ac7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/volumes/7be611e3-95fb-47de-832d-1df3c79f3af0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7be611e3-95fb-47de-832d-1df3c79f3af0 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 146, in test_quota_usage_after_volume_transfer primary_quota = self.admin_quotas_client.show_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 43, in show_quota_set resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
fail
ft5.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:50:01,437 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_show_quota_usage): 500 GET http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e1919e5cd5e145a6b501b1d81ac22f67?usage=True 0.034s 2021-12-07 18:50:01,437 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82e0c49-e735-4250-ad10-383cbf84776a', 'x-openstack-request-id': 'req-d82e0c49-e735-4250-ad10-383cbf84776a', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e1919e5cd5e145a6b501b1d81ac22f67?usage=True'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 96, in test_show_quota_usage self.admin_quotas_client.show_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 43, in show_quota_set resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
fail
ft5.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:50:01,472 128428 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_update_all_quota_resources_for_tenant): 500 PUT http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd 0.032s 2021-12-07 18:50:01,473 128428 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"gigabytes": 1009, "volumes": 11, "snapshots": 11, "backups": 11, "backup_gigabytes": 1009, "per_volume_gigabytes": 1009}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c37f5b79-0e43-4707-a003-6fa5858f4e1e', 'x-openstack-request-id': 'req-c37f5b79-0e43-4707-a003-6fa5858f4e1e', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/e1919e5cd5e145a6b501b1d81ac22f67/os-quota-sets/e0119ac925554e089d2750cf3a52cccd'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 80, in test_update_all_quota_resources_for_tenant quota_set = self.admin_quotas_client.update_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 59, in update_quota_set resp, body = self.put('os-quota-sets/%s' % tenant_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 0 | 3 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
fail
ft6.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:45:49,151 128433 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasNegativeTestJSON:test_quota_volume_gigabytes): 500 PUT http://10.222.0.18/volume/v3/d50d81406d0b4beaaa4361712e1b3349/os-quota-sets/c1ca400227224acbabfb861398ebe0bb 0.094s 2021-12-07 18:45:49,152 128433 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"gigabytes": 1, "volumes": -1}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-31611f5a-1514-4de5-924c-5987d33ef865', 'x-openstack-request-id': 'req-31611f5a-1514-4de5-924c-5987d33ef865', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/d50d81406d0b4beaaa4361712e1b3349/os-quota-sets/c1ca400227224acbabfb861398ebe0bb'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 67, in test_quota_volume_gigabytes self.admin_quotas_client.update_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 59, in update_quota_set resp, body = self.put('os-quota-sets/%s' % tenant_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
fail
ft6.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:45:49,299 128433 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasNegativeTestJSON:test_quota_volumes): 500 PUT http://10.222.0.18/volume/v3/d50d81406d0b4beaaa4361712e1b3349/os-quota-sets/c1ca400227224acbabfb861398ebe0bb 0.144s 2021-12-07 18:45:49,299 128433 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"volumes": 1, "gigabytes": -1}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-cce6ad78-cb6d-4bc1-8ec6-f15ec685e9da', 'x-openstack-request-id': 'req-cce6ad78-cb6d-4bc1-8ec6-f15ec685e9da', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/d50d81406d0b4beaaa4361712e1b3349/os-quota-sets/c1ca400227224acbabfb861398ebe0bb'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 57, in test_quota_volumes self.admin_quotas_client.update_quota_set(self.demo_tenant_id, File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 59, in update_quota_set resp, body = self.put('os-quota-sets/%s' % tenant_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
fail
ft6.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:45:49,380 128433 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasNegativeTestJSON:test_volume_extend_gigabytes_quota_deviation): 500 PUT http://10.222.0.18/volume/v3/d50d81406d0b4beaaa4361712e1b3349/os-quota-sets/c1ca400227224acbabfb861398ebe0bb 0.078s 2021-12-07 18:45:49,380 128433 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"gigabytes": 1}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d274192-e80d-4135-82dc-411a7c83fa03', 'x-openstack-request-id': 'req-6d274192-e80d-4135-82dc-411a7c83fa03', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/d50d81406d0b4beaaa4361712e1b3349/os-quota-sets/c1ca400227224acbabfb861398ebe0bb'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 77, in test_volume_extend_gigabytes_quota_deviation self.admin_quotas_client.update_quota_set( File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 59, in update_quota_set resp, body = self.put('os-quota-sets/%s' % tenant_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
fail
ft7.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:45:45,552 128425 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes 0.495s 2021-12-07 18:45:45,552 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1960912646"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4575034-298b-4288-977d-a1f1196fcb3a', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4575034-298b-4288-977d-a1f1196fcb3a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes'} Body: b'{"volume": {"id": "282fa396-7090-4870-96c4-d1cca93a3ad7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:45.488467", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1960912646", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}], "user_id": "65d6faf8ea1c48fb9f317179c599ca1b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-07 18:45:45,625 128425 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7 0.066s 2021-12-07 18:45:45,625 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05514889-7ac1-44c6-8c2f-e553e44b4e27', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05514889-7ac1-44c6-8c2f-e553e44b4e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7'} Body: b'{"volume": {"id": "282fa396-7090-4870-96c4-d1cca93a3ad7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:45.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1960912646", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}], "user_id": "65d6faf8ea1c48fb9f317179c599ca1b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c1ca7bb1001468b9cfc7f8c81d4a73c"}}' 2021-12-07 18:45:46,702 128425 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7 0.067s 2021-12-07 18:45:46,702 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cb9dc80-a8f7-47d0-a873-440413d51fbc', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cb9dc80-a8f7-47d0-a873-440413d51fbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7'} Body: b'{"volume": {"id": "282fa396-7090-4870-96c4-d1cca93a3ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:45.000000", "updated_at": "2021-12-07T18:45:46.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1960912646", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}], "user_id": "65d6faf8ea1c48fb9f317179c599ca1b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c1ca7bb1001468b9cfc7f8c81d4a73c"}}' 2021-12-07 18:45:46,709 128425 INFO [tempest.common.waiters] volume 282fa396-7090-4870-96c4-d1cca93a3ad7 reached available after waiting for 1.709265 seconds 2021-12-07 18:45:46,776 128425 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.18/volume/v3/062f4d43ecf541cca7e12896cabbd07f/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7 0.066s 2021-12-07 18:45:46,776 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7805dcfd-ad45-4315-8ade-2aeafbb5ab9d', 'content-length': '1093', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7805dcfd-ad45-4315-8ade-2aeafbb5ab9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/062f4d43ecf541cca7e12896cabbd07f/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7'} Body: b'{"volume": {"id": "282fa396-7090-4870-96c4-d1cca93a3ad7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:45.000000", "updated_at": "2021-12-07T18:45:46.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1960912646", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/062f4d43ecf541cca7e12896cabbd07f/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/062f4d43ecf541cca7e12896cabbd07f/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7"}], "user_id": "65d6faf8ea1c48fb9f317179c599ca1b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "8c1ca7bb1001468b9cfc7f8c81d4a73c", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-07 18:45:46,860 128425 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 400 POST http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7/action 0.076s 2021-12-07 18:45:46,861 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-retype": {"new_type": "volume-type-2", "migration_policy": "never"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '297', 'content-type': 'application/json', 'x-compute-request-id': 'req-e24d49ae-a82e-43ef-9032-cfc51547752f', 'x-openstack-request-id': 'req-e24d49ae-a82e-43ef-9032-cfc51547752f', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.18/volume/v3/8c1ca7bb1001468b9cfc7f8c81d4a73c/volumes/282fa396-7090-4870-96c4-d1cca93a3ad7/action'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Retype needs volume to be in available or in-use state, not be part of an active migration or a consistency group, requested type has to be different that the one from the volume, and for in-use volumes front-end qos specs cannot change."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 206, in test_available_volume_retype self._retype_volume(src_vol, migration_policy='never') File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 77, in _retype_volume self.volumes_client.retype_volume( File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 350, in retype_volume resp, body = self.post('volumes/%s/action' % volume_id, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Retype needs volume to be in available or in-use state, not be part of an active migration or a consistency group, requested type has to be different that the one from the volume, and for in-use volumes front-end qos specs cannot change.'} |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 3 | 2 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
fail
ft8.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:46:49,676 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types 0.139s 2021-12-07 18:46:49,676 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1719124515", "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a069981-c738-4358-bf3f-6c65d7f58304', 'content-length': '278', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a069981-c738-4358-bf3f-6c65d7f58304', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types'} Body: b'{"volume_type": {"id": "5286af3a-5ca3-4130-87f9-a543c41605df", "name": "tempest-VolumeTypesTest-volume-type-1719124515", "is_public": true, "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-12-07 18:46:49,746 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types 0.067s 2021-12-07 18:46:49,747 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1183987779", "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5beb1e2d-a190-4ce6-b997-edf614ab935d', 'content-length': '278', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5beb1e2d-a190-4ce6-b997-edf614ab935d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types'} Body: b'{"volume_type": {"id": "d76c130d-c730-4bd2-a126-b94cdba82d74", "name": "tempest-VolumeTypesTest-volume-type-1183987779", "is_public": true, "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-12-07 18:46:49,977 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 202 POST http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes 0.228s 2021-12-07 18:46:49,977 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1426249326", "volume_type": "5286af3a-5ca3-4130-87f9-a543c41605df", "size": 1}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-097d2cfb-058f-41b0-b8f8-05e4e038ebd8', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-097d2cfb-058f-41b0-b8f8-05e4e038ebd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes'} Body: b'{"volume": {"id": "bde998ee-3a59-4b41-87f1-a8eef658b862", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:49.933736", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1426249326", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1719124515", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862"}], "user_id": "0789f6d8ba7d47ecb2be69bec762eeb8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-07 18:46:50,026 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862 0.042s 2021-12-07 18:46:50,027 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fff599eb-a8a5-443c-97c6-69938bc9a8e8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fff599eb-a8a5-443c-97c6-69938bc9a8e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862'} Body: b'{"volume": {"id": "bde998ee-3a59-4b41-87f1-a8eef658b862", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:50.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1426249326", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1719124515", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862"}], "user_id": "0789f6d8ba7d47ecb2be69bec762eeb8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80d45f5cc2b2459ab6b16164b3092f9f"}}' 2021-12-07 18:46:51,145 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862 0.110s 2021-12-07 18:46:51,145 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f322be1-bf58-4a65-8a49-fd2c75cff5f9', 'content-length': '943', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f322be1-bf58-4a65-8a49-fd2c75cff5f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862'} Body: b'{"volume": {"id": "bde998ee-3a59-4b41-87f1-a8eef658b862", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:50.000000", "updated_at": "2021-12-07T18:46:50.000000", "name": "tempest-VolumeTypesTest-volume-1426249326", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1719124515", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862"}], "user_id": "0789f6d8ba7d47ecb2be69bec762eeb8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80d45f5cc2b2459ab6b16164b3092f9f"}}' 2021-12-07 18:46:51,152 128421 INFO [tempest.common.waiters] volume bde998ee-3a59-4b41-87f1-a8eef658b862 reached available after waiting for 1.152633 seconds 2021-12-07 18:46:51,211 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 400 POST http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862/action 0.057s 2021-12-07 18:46:51,212 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-retype": {"new_type": "d76c130d-c730-4bd2-a126-b94cdba82d74"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '297', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6d259e-693e-4486-b019-ce7d1377ef44', 'x-openstack-request-id': 'req-9e6d259e-693e-4486-b019-ce7d1377ef44', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.18/volume/v3/80d45f5cc2b2459ab6b16164b3092f9f/volumes/bde998ee-3a59-4b41-87f1-a8eef658b862/action'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Retype needs volume to be in available or in-use state, not be part of an active migration or a consistency group, requested type has to be different that the one from the volume, and for in-use volumes front-end qos specs cannot change."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 63, in test_volume_crud_with_volume_type_and_extra_specs self.volumes_client.retype_volume(volume['id'], File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 350, in retype_volume resp, body = self.post('volumes/%s/action' % volume_id, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Retype needs volume to be in available or in-use state, not be part of an active migration or a consistency group, requested type has to be different that the one from the volume, and for in-use volumes front-end qos specs cannot change.'} |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt8.2: 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
pt8.3: 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
pt8.4: 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] |
fail
ft8.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:46:51,711 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_type_update): 200 POST http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types 0.030s 2021-12-07 18:46:51,712 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1583685729"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09c44194-a9c6-4720-9c1e-2aae9a2ea689', 'content-length': '221', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09c44194-a9c6-4720-9c1e-2aae9a2ea689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types'} Body: b'{"volume_type": {"id": "09bf603b-c53b-4859-8daf-55e5aa99f8ca", "name": "tempest-VolumeTypesTest-volume-type-1583685729", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-12-07 18:46:51,769 128421 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_type_update): 500 PUT http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types/09bf603b-c53b-4859-8daf-55e5aa99f8ca 0.055s 2021-12-07 18:46:51,769 128421 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-volume-type-1231190426", "description": "tempest-volume-type-description-1828122822", "is_public": false}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1779a4-ad49-4574-8594-d974f0a1f496', 'x-openstack-request-id': 'req-0f1779a4-ad49-4574-8594-d974f0a1f496', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/1069be3c095f4dc4a11ed1bd82fc601a/types/09bf603b-c53b-4859-8daf-55e5aa99f8ca'} Body: b'{"computeFault": {"code": 500, "message": "Cannot update volume_type 09bf603b-c53b-4859-8daf-55e5aa99f8ca"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 194, in test_volume_type_update updated_vol_type = self.admin_volume_types_client.update_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 162, in update_volume_type resp, body = self.put('types/%s' % volume_type_id, put_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Cannot update volume_type 09bf603b-c53b-4859-8daf-55e5aa99f8ca |
||||||
tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 0 | 1 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
fail
ft9.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:45:59,200 128425 INFO [tempest.lib.common.rest_client] Request (AbsoluteLimitsTests:test_get_volume_absolute_limits): 500 GET http://10.222.0.18/volume/v3/c913ec9c6d3647f2a7a765319c372b9c/limits 0.025s 2021-12-07 18:45:59,201 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-717ea4ff-06f0-4a39-91c9-22b574384071', 'x-openstack-request-id': 'req-717ea4ff-06f0-4a39-91c9-22b574384071', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/c913ec9c6d3647f2a7a765319c372b9c/limits'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 49, in test_get_volume_absolute_limits self.volume_limits_client.show_limits( File "/opt/stack/tempest/tempest/lib/services/volume/v3/limits_client.py", line 28, in show_limits resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 1 | 1 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
fail
ft10.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:45:33,249 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes 0.712s 2021-12-07 18:45:33,249 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-1904190746"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37800b4-c29d-400c-8367-695f3639ee80', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37800b4-c29d-400c-8367-695f3639ee80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes'} Body: b'{"volume": {"id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:33.182784", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1904190746", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}], "user_id": "c8e0535a847f4c5c81a72b2ffb256265", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-07 18:45:33,436 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af 0.181s 2021-12-07 18:45:33,437 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d668f395-5d8f-4961-b3f5-c67295746ee4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d668f395-5d8f-4961-b3f5-c67295746ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af'} Body: b'{"volume": {"id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:33.000000", "updated_at": "2021-12-07T18:45:33.000000", "name": "tempest-VolumesTransfersTest-Volume-1904190746", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}], "user_id": "c8e0535a847f4c5c81a72b2ffb256265", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd1ddba3ae514ab689ddb5c3eeaede68"}}' 2021-12-07 18:45:34,508 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af 0.064s 2021-12-07 18:45:34,509 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6975136c-e697-492c-8053-0499a92d5abc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6975136c-e697-492c-8053-0499a92d5abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af'} Body: b'{"volume": {"id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:33.000000", "updated_at": "2021-12-07T18:45:34.000000", "name": "tempest-VolumesTransfersTest-Volume-1904190746", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}], "user_id": "c8e0535a847f4c5c81a72b2ffb256265", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd1ddba3ae514ab689ddb5c3eeaede68"}}' 2021-12-07 18:45:34,518 128430 INFO [tempest.common.waiters] volume 9f3ca9ca-d0dd-4369-a97c-3edef768a0af reached available after waiting for 1.517991 seconds 2021-12-07 18:45:34,733 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer 0.215s 2021-12-07 18:45:34,733 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"transfer": {"volume_id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af30053-8987-415c-81b9-fa3d665bbc2e', 'content-length': '507', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af30053-8987-415c-81b9-fa3d665bbc2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer'} Body: b'{"transfer": {"id": "96d5fbc1-83cd-4424-ae90-8d532c118e31", "created_at": "2021-12-07T18:45:34.721433", "name": null, "volume_id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "auth_key": "902ddfbb693b7662", "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31"}]}}' 2021-12-07 18:45:34,920 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af 0.183s 2021-12-07 18:45:34,920 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6f0d3b-0a99-495c-a521-9747d73f5eef', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6f0d3b-0a99-495c-a521-9747d73f5eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af'} Body: b'{"volume": {"id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "status": "awaiting-transfer", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:33.000000", "updated_at": "2021-12-07T18:45:35.000000", "name": "tempest-VolumesTransfersTest-Volume-1904190746", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cd1ddba3ae514ab689ddb5c3eeaede68/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}], "user_id": "c8e0535a847f4c5c81a72b2ffb256265", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cd1ddba3ae514ab689ddb5c3eeaede68"}}' 2021-12-07 18:45:34,927 128430 INFO [tempest.common.waiters] volume 9f3ca9ca-d0dd-4369-a97c-3edef768a0af reached awaiting-transfer after waiting for 0.927397 seconds 2021-12-07 18:45:35,007 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31 0.079s 2021-12-07 18:45:35,007 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871d03a1-b551-40fc-9b15-1b9817f03929', 'content-length': '475', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871d03a1-b551-40fc-9b15-1b9817f03929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31'} Body: b'{"transfer": {"id": "96d5fbc1-83cd-4424-ae90-8d532c118e31", "created_at": "2021-12-07T18:45:35.000000", "name": null, "volume_id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31"}]}}' 2021-12-07 18:45:35,080 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer 0.070s 2021-12-07 18:45:35,080 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c63bd9b7-85f7-4e46-bcda-3f899a588b75', 'content-length': '434', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c63bd9b7-85f7-4e46-bcda-3f899a588b75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer'} Body: b'{"transfers": [{"id": "96d5fbc1-83cd-4424-ae90-8d532c118e31", "volume_id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31"}]}]}' 2021-12-07 18:45:35,415 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 500 POST http://10.222.0.18/volume/v3/ef07029408cc410ebbf920ab88cc6201/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31/accept 0.332s 2021-12-07 18:45:35,415 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"accept": {"auth_key": "902ddfbb693b7662"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4ebb1b-8c44-4cd6-8391-bed5b3b7fddf', 'x-openstack-request-id': 'req-8c4ebb1b-8c44-4cd6-8391-bed5b3b7fddf', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/ef07029408cc410ebbf920ab88cc6201/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31/accept'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-12-07 18:45:35,499 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31 0.082s 2021-12-07 18:45:35,499 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:35 GMT', 'server': 'Apache/2.4.41 (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-25b71c8c-7053-4c3e-8971-84871d4b5689', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/cd1ddba3ae514ab689ddb5c3eeaede68/os-volume-transfer/96d5fbc1-83cd-4424-ae90-8d532c118e31'} Body: b'' 2021-12-07 18:45:35,808 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.222.0.18/volume/v3/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af 0.308s 2021-12-07 18:45:35,808 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:35 GMT', 'server': 'Apache/2.4.41 (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-8acb57d2-8388-440c-bcb1-1d023a3d5e97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af'} Body: b'' 2021-12-07 18:45:35,890 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.222.0.18/volume/v3/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af 0.080s 2021-12-07 18:45:35,890 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be2fd40-6c13-477c-9884-6496c6c5ac4f', 'content-length': '1078', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be2fd40-6c13-477c-9884-6496c6c5ac4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af'} Body: b'{"volume": {"id": "9f3ca9ca-d0dd-4369-a97c-3edef768a0af", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:45:33.000000", "updated_at": "2021-12-07T18:45:36.000000", "name": "tempest-VolumesTransfersTest-Volume-1904190746", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af"}], "user_id": "c8e0535a847f4c5c81a72b2ffb256265", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "cd1ddba3ae514ab689ddb5c3eeaede68", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-07 18:45:36,951 128430 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.222.0.18/volume/v3/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af 0.052s 2021-12-07 18:45:36,951 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:45:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd7c18b1-5184-4118-b4fb-5375e200f4d1', 'x-openstack-request-id': 'req-fd7c18b1-5184-4118-b4fb-5375e200f4d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.18/volume/v3/cc8a5f876fab4634ac93065c02c372bf/volumes/9f3ca9ca-d0dd-4369-a97c-3edef768a0af'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9f3ca9ca-d0dd-4369-a97c-3edef768a0af could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 66, in test_create_get_list_accept_volume_transfer body = self.alt_client.accept_volume_transfer( File "/opt/stack/tempest/tempest/lib/services/volume/v3/transfers_client.py", line 85, in accept_volume_transfer resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt10.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 | 1 | 1 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
fail
ft11.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:46:07,352 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes 0.463s 2021-12-07 18:46:07,353 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1391835096"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3800d91-323f-4a60-a2b8-5d81e4dfb08b', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3800d91-323f-4a60-a2b8-5d81e4dfb08b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes'} Body: b'{"volume": {"id": "dd4447eb-50df-45b7-8624-88224e0121f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:07.298713", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1391835096", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}], "user_id": "439e2b74567c4618865decdf39bbc794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2021-12-07 18:46:07,419 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1 0.060s 2021-12-07 18:46:07,420 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42c022e-a16c-4fec-9fc7-562351cfb6eb', 'content-length': '956', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42c022e-a16c-4fec-9fc7-562351cfb6eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1'} Body: b'{"volume": {"id": "dd4447eb-50df-45b7-8624-88224e0121f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:07.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1391835096", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}], "user_id": "439e2b74567c4618865decdf39bbc794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "0f95834f6a9542538e94a38843921497"}}' 2021-12-07 18:46:08,472 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1 0.043s 2021-12-07 18:46:08,472 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb9d9ba-fb72-44ff-8d5d-f9cdf1cca620', 'content-length': '1016', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb9d9ba-fb72-44ff-8d5d-f9cdf1cca620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1'} Body: b'{"volume": {"id": "dd4447eb-50df-45b7-8624-88224e0121f1", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:07.000000", "updated_at": "2021-12-07T18:46:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1391835096", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}], "user_id": "439e2b74567c4618865decdf39bbc794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": false, "service_uuid": "96f420e9-0370-4b93-bf17-83989c466a8c", "os-vol-tenant-attr:tenant_id": "0f95834f6a9542538e94a38843921497"}}' 2021-12-07 18:46:08,480 128425 INFO [tempest.common.waiters] volume dd4447eb-50df-45b7-8624-88224e0121f1 reached available after waiting for 1.480356 seconds 2021-12-07 18:46:08,529 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers 0.049s 2021-12-07 18:46:08,530 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"transfer": {"volume_id": "dd4447eb-50df-45b7-8624-88224e0121f1"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec8da9e6-2221-4299-892e-a6dd78e107f1', 'content-length': '507', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec8da9e6-2221-4299-892e-a6dd78e107f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers'} Body: b'{"transfer": {"id": "88248339-7592-4007-a16b-520e3f4f21a8", "created_at": "2021-12-07T18:46:08.520310", "name": null, "volume_id": "dd4447eb-50df-45b7-8624-88224e0121f1", "auth_key": "ed0079ae1411b735", "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/os-volume-transfer/88248339-7592-4007-a16b-520e3f4f21a8"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f95834f6a9542538e94a38843921497/os-volume-transfer/88248339-7592-4007-a16b-520e3f4f21a8"}]}}' 2021-12-07 18:46:08,582 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1 0.049s 2021-12-07 18:46:08,582 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-747c578e-ecae-4df8-bca0-f9d40bf8a01d', 'content-length': '1024', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-747c578e-ecae-4df8-bca0-f9d40bf8a01d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1'} Body: b'{"volume": {"id": "dd4447eb-50df-45b7-8624-88224e0121f1", "status": "awaiting-transfer", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:07.000000", "updated_at": "2021-12-07T18:46:09.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1391835096", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f95834f6a9542538e94a38843921497/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}], "user_id": "439e2b74567c4618865decdf39bbc794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": false, "service_uuid": "96f420e9-0370-4b93-bf17-83989c466a8c", "os-vol-tenant-attr:tenant_id": "0f95834f6a9542538e94a38843921497"}}' 2021-12-07 18:46:08,590 128425 INFO [tempest.common.waiters] volume dd4447eb-50df-45b7-8624-88224e0121f1 reached awaiting-transfer after waiting for 0.590080 seconds 2021-12-07 18:46:08,612 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers/88248339-7592-4007-a16b-520e3f4f21a8 0.021s 2021-12-07 18:46:08,612 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11dc050-1667-4de6-911f-02240a83f797', 'content-length': '475', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11dc050-1667-4de6-911f-02240a83f797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers/88248339-7592-4007-a16b-520e3f4f21a8'} Body: b'{"transfer": {"id": "88248339-7592-4007-a16b-520e3f4f21a8", "created_at": "2021-12-07T18:46:09.000000", "name": null, "volume_id": "dd4447eb-50df-45b7-8624-88224e0121f1", "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/os-volume-transfer/88248339-7592-4007-a16b-520e3f4f21a8"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f95834f6a9542538e94a38843921497/os-volume-transfer/88248339-7592-4007-a16b-520e3f4f21a8"}]}}' 2021-12-07 18:46:08,641 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers 0.027s 2021-12-07 18:46:08,642 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b2652c-f2a7-4e3a-82b0-e1bf7e3aaf58', 'content-length': '434', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b2652c-f2a7-4e3a-82b0-e1bf7e3aaf58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers'} Body: b'{"transfers": [{"id": "88248339-7592-4007-a16b-520e3f4f21a8", "volume_id": "dd4447eb-50df-45b7-8624-88224e0121f1", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/os-volume-transfer/88248339-7592-4007-a16b-520e3f4f21a8"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/0f95834f6a9542538e94a38843921497/os-volume-transfer/88248339-7592-4007-a16b-520e3f4f21a8"}]}]}' 2021-12-07 18:46:08,830 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 500 POST http://10.222.0.18/volume/v3/e2203a182d63429a96ff69945884e2e6/volume-transfers/88248339-7592-4007-a16b-520e3f4f21a8/accept 0.186s 2021-12-07 18:46:08,831 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"accept": {"auth_key": "ed0079ae1411b735"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-349d492c-e378-4f59-9b00-3095e06c590d', 'x-openstack-request-id': 'req-349d492c-e378-4f59-9b00-3095e06c590d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/e2203a182d63429a96ff69945884e2e6/volume-transfers/88248339-7592-4007-a16b-520e3f4f21a8/accept'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-12-07 18:46:08,887 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers/88248339-7592-4007-a16b-520e3f4f21a8 0.055s 2021-12-07 18:46:08,887 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (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-dd082826-517b-4992-bf7c-7d8b48b32e1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/0f95834f6a9542538e94a38843921497/volume-transfers/88248339-7592-4007-a16b-520e3f4f21a8'} Body: b'' 2021-12-07 18:46:09,057 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.222.0.18/volume/v3/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1 0.169s 2021-12-07 18:46:09,058 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c61dcde-5684-4525-8377-68f3a6e2afa2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1'} Body: b'' 2021-12-07 18:46:09,096 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.222.0.18/volume/v3/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1 0.038s 2021-12-07 18:46:09,096 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b210f874-1c86-469d-a9c4-746e32050a70', 'content-length': '1202', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b210f874-1c86-469d-a9c4-746e32050a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1'} Body: b'{"volume": {"id": "dd4447eb-50df-45b7-8624-88224e0121f1", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:07.000000", "updated_at": "2021-12-07T18:46:09.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1391835096", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1"}], "user_id": "439e2b74567c4618865decdf39bbc794", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "group_id": null, "provider_id": null, "shared_targets": false, "service_uuid": "96f420e9-0370-4b93-bf17-83989c466a8c", "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "0f95834f6a9542538e94a38843921497", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-07 18:46:10,139 128425 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.222.0.18/volume/v3/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1 0.033s 2021-12-07 18:46:10,139 128425 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f39425c1-8c9f-4f0b-a3ae-21494873976d', 'x-openstack-request-id': 'req-f39425c1-8c9f-4f0b-a3ae-21494873976d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.18/volume/v3/561272668e3746b3a4db9346abc5b2eb/volumes/dd4447eb-50df-45b7-8624-88224e0121f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dd4447eb-50df-45b7-8624-88224e0121f1 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 126, in test_create_get_list_accept_volume_transfer super(VolumesTransfersV355Test, self). \ File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 66, in test_create_get_list_accept_volume_transfer body = self.alt_client.accept_volume_transfer( File "/opt/stack/tempest/tempest/lib/services/volume/v3/transfers_client.py", line 85, in accept_volume_transfer resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt11.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
fail
ft12.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:46:14,419 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/image/v2/images/d9227ec7-190e-4ffe-b3ab-0626e46a9d18 0.169s 2021-12-07 18:46:14,420 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5f6d5936-5b00-4826-a141-83608a2c93d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/image/v2/images/d9227ec7-190e-4ffe-b3ab-0626e46a9d18'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "0b3b497ea4e64b20942115dca03be3fe", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "d9227ec7-190e-4ffe-b3ab-0626e46a9d18", "created_at": "2021-12-07T18:38:46Z", "updated_at": "2021-12-07T18:39:01Z", "tags": [], "self": "/v2/images/d9227ec7-190e-4ffe-b3ab-0626e46a9d18", "file": "/v2/images/d9227ec7-190e-4ffe-b3ab-0626e46a9d18/file", "schema": "/v2/schemas/image"}' 2021-12-07 18:46:14,729 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes 0.308s 2021-12-07 18:46:14,729 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "d9227ec7-190e-4ffe-b3ab-0626e46a9d18", "size": 1, "name": "tempest-VolumesExtendTest-Volume-2087888551"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11f29b4-bfc4-48a8-9ce4-36a29350747e', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11f29b4-bfc4-48a8-9ce4-36a29350747e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:14.683840", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-07 18:46:14,778 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.042s 2021-12-07 18:46:14,778 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195a2334-981c-4cea-b58e-83561e38f971', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195a2334-981c-4cea-b58e-83561e38f971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:15,841 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.055s 2021-12-07 18:46:15,841 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74478001-ac6e-4974-83a7-406435b65329', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74478001-ac6e-4974-83a7-406435b65329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:16,907 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.058s 2021-12-07 18:46:16,908 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14afda84-73be-4680-81bc-36181c0f4865', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14afda84-73be-4680-81bc-36181c0f4865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:17,962 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.046s 2021-12-07 18:46:17,962 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e49600-8d41-400d-9733-20eedb3c5017', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e49600-8d41-400d-9733-20eedb3c5017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:19,011 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.041s 2021-12-07 18:46:19,011 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b0b579-c259-4294-bda9-2785b5f509f7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b0b579-c259-4294-bda9-2785b5f509f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:20,058 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.039s 2021-12-07 18:46:20,059 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0aa2a9c-038c-4a43-ba0e-5aa629e67637', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0aa2a9c-038c-4a43-ba0e-5aa629e67637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:21,132 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.064s 2021-12-07 18:46:21,133 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66710c36-5d31-4e56-9ebc-2bd0a4720ac9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66710c36-5d31-4e56-9ebc-2bd0a4720ac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:22,205 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.065s 2021-12-07 18:46:22,206 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9697d4e8-242b-4f53-bd70-736f6b11f236', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9697d4e8-242b-4f53-bd70-736f6b11f236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:23,288 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.066s 2021-12-07 18:46:23,288 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45719625-1b00-4ede-a71c-77166563d27c', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45719625-1b00-4ede-a71c-77166563d27c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:24,373 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.077s 2021-12-07 18:46:24,374 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aad538e7-2531-4daf-a64e-e21ddc3eb5e8', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aad538e7-2531-4daf-a64e-e21ddc3eb5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:25,425 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.043s 2021-12-07 18:46:25,425 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4684837b-2a0a-45ba-b0d8-f6069c2837fb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4684837b-2a0a-45ba-b0d8-f6069c2837fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:26,492 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.058s 2021-12-07 18:46:26,492 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4993dd06-1a14-4a52-9a22-95c154feef4b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4993dd06-1a14-4a52-9a22-95c154feef4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:27,555 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.055s 2021-12-07 18:46:27,556 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5a84c6-9023-4c6e-bf15-731533c2e2ee', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5a84c6-9023-4c6e-bf15-731533c2e2ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:28,611 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.047s 2021-12-07 18:46:28,611 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e437f2-7073-4387-a253-fe07d84e8f29', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e437f2-7073-4387-a253-fe07d84e8f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:29,670 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.050s 2021-12-07 18:46:29,670 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0877de3-07a3-40d3-afd4-ad549abc2caa', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0877de3-07a3-40d3-afd4-ad549abc2caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:30,728 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.049s 2021-12-07 18:46:30,728 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b1985f-dacc-4e70-9f01-002a42b9e38b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b1985f-dacc-4e70-9f01-002a42b9e38b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:31,786 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.049s 2021-12-07 18:46:31,786 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d76e1517-08da-4966-9861-f98a1351b8da', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d76e1517-08da-4966-9861-f98a1351b8da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:32,849 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.055s 2021-12-07 18:46:32,850 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-789cd2d5-f4fc-4316-907e-e34793a0fa01', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-789cd2d5-f4fc-4316-907e-e34793a0fa01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:33,897 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.039s 2021-12-07 18:46:33,897 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0794521-b988-4a28-a136-43f75efaddb6', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0794521-b988-4a28-a136-43f75efaddb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:34,971 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.065s 2021-12-07 18:46:34,972 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6991bd71-4437-48bf-8f94-daa445ba85eb', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6991bd71-4437-48bf-8f94-daa445ba85eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:15.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:36,037 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.057s 2021-12-07 18:46:36,037 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82d9f2c8-b3a2-485d-b2d3-51191caca0b8', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82d9f2c8-b3a2-485d-b2d3-51191caca0b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:35.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "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": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:37,091 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.046s 2021-12-07 18:46:37,092 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f0b547-dda2-4462-9755-3e1b5d790b7b', 'content-length': '970', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f0b547-dda2-4462-9755-3e1b5d790b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:35.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "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": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:38,161 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a 0.061s 2021-12-07 18:46:38,162 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f51c095-3e2f-413d-92a6-0b179b99a173', 'content-length': '1358', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f51c095-3e2f-413d-92a6-0b179b99a173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a'} Body: b'{"volume": {"id": "68b3eb1e-7f21-4656-a5f5-b64c0069781a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:15.000000", "updated_at": "2021-12-07T18:46:38.000000", "name": "tempest-VolumesExtendTest-Volume-2087888551", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "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/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d9227ec7-190e-4ffe-b3ab-0626e46a9d18", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:38,168 128430 INFO [tempest.common.waiters] volume 68b3eb1e-7f21-4656-a5f5-b64c0069781a reached available after waiting for 24.168834 seconds 2021-12-07 18:46:38,256 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 500 POST http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a/action 0.087s 2021-12-07 18:46:38,256 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-extend": {"new_size": 2}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-94863f97-a4e6-4990-927d-af82461f65e6', 'x-openstack-request-id': 'req-94863f97-a4e6-4990-927d-af82461f65e6', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/68b3eb1e-7f21-4656-a5f5-b64c0069781a/action'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 39, in test_volume_extend self.volumes_client.extend_volume(volume['id'], File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 246, in extend_volume resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
fail
ft12.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-07 18:46:38,425 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes 0.164s 2021-12-07 18:46:38,426 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendTest-Volume-248724263"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b769b2-99b0-49be-b531-30d8bd17cd9a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b769b2-99b0-49be-b531-30d8bd17cd9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes'} Body: b'{"volume": {"id": "dadcfe42-4e00-41a2-a5bc-a9514495dd1d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:38.350269", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-248724263", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-07 18:46:38,517 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d 0.085s 2021-12-07 18:46:38,518 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ba74ac-1f32-4cbb-ad48-14ffe014bb83', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ba74ac-1f32-4cbb-ad48-14ffe014bb83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d'} Body: b'{"volume": {"id": "dadcfe42-4e00-41a2-a5bc-a9514495dd1d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:38.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-248724263", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:39,599 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d 0.071s 2021-12-07 18:46:39,600 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61310fa2-2e8c-41b2-8bc7-9971477033f2', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61310fa2-2e8c-41b2-8bc7-9971477033f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d'} Body: b'{"volume": {"id": "dadcfe42-4e00-41a2-a5bc-a9514495dd1d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-07T18:46:38.000000", "updated_at": "2021-12-07T18:46:39.000000", "name": "tempest-VolumesExtendTest-Volume-248724263", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d"}, {"rel": "bookmark", "href": "http://10.222.0.18/volume/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d"}], "user_id": "6bbc3e6c171443d1b6a9cac725280947", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec4013aa6cf34de78a09cc6b02852f59"}}' 2021-12-07 18:46:39,608 128430 INFO [tempest.common.waiters] volume dadcfe42-4e00-41a2-a5bc-a9514495dd1d reached available after waiting for 1.608252 seconds 2021-12-07 18:46:39,719 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/snapshots 0.111s 2021-12-07 18:46:39,719 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "dadcfe42-4e00-41a2-a5bc-a9514495dd1d", "name": "tempest-VolumesExtendTest-Snapshot-1320000464"}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67efc850-1bb5-4949-939c-7693443c2ad0', 'content-length': '304', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67efc850-1bb5-4949-939c-7693443c2ad0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/snapshots'} Body: b'{"snapshot": {"id": "111a7f49-2eeb-49ff-89ba-4e6a8410eab1", "created_at": "2021-12-07T18:46:39.676292", "updated_at": null, "name": "tempest-VolumesExtendTest-Snapshot-1320000464", "description": null, "volume_id": "dadcfe42-4e00-41a2-a5bc-a9514495dd1d", "status": "creating", "size": 1, "metadata": {}}}' 2021-12-07 18:46:39,773 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/snapshots/111a7f49-2eeb-49ff-89ba-4e6a8410eab1 0.050s 2021-12-07 18:46:39,774 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f276003-2408-47e8-8f6e-f88573807289', 'content-length': '436', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f276003-2408-47e8-8f6e-f88573807289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/snapshots/111a7f49-2eeb-49ff-89ba-4e6a8410eab1'} Body: b'{"snapshot": {"id": "111a7f49-2eeb-49ff-89ba-4e6a8410eab1", "created_at": "2021-12-07T18:46:40.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Snapshot-1320000464", "description": null, "volume_id": "dadcfe42-4e00-41a2-a5bc-a9514495dd1d", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "ec4013aa6cf34de78a09cc6b02852f59", "os-extended-snapshot-attributes:progress": "0%"}}' 2021-12-07 18:46:40,805 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/snapshots/111a7f49-2eeb-49ff-89ba-4e6a8410eab1 0.025s 2021-12-07 18:46:40,805 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be781cf3-755f-4e3f-9196-507c1ef7c04f', 'content-length': '529', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be781cf3-755f-4e3f-9196-507c1ef7c04f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/snapshots/111a7f49-2eeb-49ff-89ba-4e6a8410eab1'} Body: b'{"snapshot": {"id": "111a7f49-2eeb-49ff-89ba-4e6a8410eab1", "created_at": "2021-12-07T18:46:40.000000", "updated_at": "2021-12-07T18:46:40.000000", "name": "tempest-VolumesExtendTest-Snapshot-1320000464", "description": null, "volume_id": "dadcfe42-4e00-41a2-a5bc-a9514495dd1d", "status": "available", "size": 1, "metadata": {"backing_file": "volume-dadcfe42-4e00-41a2-a5bc-a9514495dd1d.vhdx"}, "os-extended-snapshot-attributes:project_id": "ec4013aa6cf34de78a09cc6b02852f59", "os-extended-snapshot-attributes:progress": "100%"}}' 2021-12-07 18:46:40,808 128430 INFO [tempest.common.waiters] snapshot 111a7f49-2eeb-49ff-89ba-4e6a8410eab1 reached available after waiting for 1.808921 seconds 2021-12-07 18:46:40,865 128430 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 500 POST http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d/action 0.056s 2021-12-07 18:46:40,866 128430 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-extend": {"new_size": 2}} Response - Headers: {'date': 'Tue, 07 Dec 2021 18:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-6597f468-790a-4868-a3ab-076639d345f7', 'x-openstack-request-id': 'req-6597f468-790a-4868-a3ab-076639d345f7', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.18/volume/v3/ec4013aa6cf34de78a09cc6b02852f59/volumes/dadcfe42-4e00-41a2-a5bc-a9514495dd1d/action'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 55, in test_volume_extend_when_volume_has_snapshot self.volumes_client.extend_volume(volume['id'], new_size=extend_size) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 246, in extend_volume resp, body = self.post(url, post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) 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 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: The server has either erred or is incapable of performing the requested operation. |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt13.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt14.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt15.1: 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
pt16.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt17.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
VolumesBackupsV39Test) |
skip
pt17.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt18.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt19.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt20.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt20.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt21.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt21.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt22.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt22.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt22.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt23.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
pt24.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt25.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt26.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
pt27.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
pt27.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt28.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
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
pt29.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
pt29.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
pt29.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 | 0 | 0 | 0 | 1 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
skip
pt30.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
pt31.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt32.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
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
pt33.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
pt33.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
pt34.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
pt35.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt37.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
pt38.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
pt38.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt39.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
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
pt40.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
pt40.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
pt41.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
pt41.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt43.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
pt43.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
pt43.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
pt43.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
pt43.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_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt44.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
pt44.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_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt45.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
pt45.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
pt45.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.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
pt47.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt48.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt48.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
pt48.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
pt48.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
pt48.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
pt48.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt49.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
pt50.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
pt51.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
pt52.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
pt53.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
pt53.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
pt54.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
pt54.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
||||||
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
pt55.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
pt55.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
pt56.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
pt56.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt57.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt57.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt57.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
pt57.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
pt57.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
pt57.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt58.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt58.2: 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
pt59.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_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt60.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
pt60.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
pt60.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
pt61.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.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
pt62.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
||||||
tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt63.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 5 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt64.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt64.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt64.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt64.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt64.5: 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
pt64.6: 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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt67.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt68.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
||||||
Total | 232 | 202 | 20 | 0 | 10 |