Status: Pass 209 Failure 16 Skip 10
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
tearDownClass (tempest.api.volume.admin.test_volume_quotas | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeQuotasAdminTestJSON) |
fail
ft1.1: tearDownClass (tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON)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.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f88a2a25600>) |
||||||
tearDownClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft2.1: tearDownClass (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 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.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f31bf6c0580>) |
||||||
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
ft3.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-09 14:43:31,736 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 202 POST http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes 0.505s 2021-12-09 14:43:31,737 123198 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-1742432255"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46a587fc-1c15-44cc-a2ec-6680881f92a2', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46a587fc-1c15-44cc-a2ec-6680881f92a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes'} Body: b'{"volume": {"id": "a33bd391-25c9-4b94-811d-1aeaf73ee9aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:31.693384", "updated_at": null, "name": "tempest-VolumeManageAdminTest-Volume-1742432255", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}], "user_id": "7a093f8890674016b16e5723f450880a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-09 14:43:31,803 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa 0.059s 2021-12-09 14:43:31,803 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e65ea7e-4455-4f8a-a736-cd2ff0c4cd25', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e65ea7e-4455-4f8a-a736-cd2ff0c4cd25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa'} Body: b'{"volume": {"id": "a33bd391-25c9-4b94-811d-1aeaf73ee9aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:32.000000", "updated_at": null, "name": "tempest-VolumeManageAdminTest-Volume-1742432255", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}], "user_id": "7a093f8890674016b16e5723f450880a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d514f49e396a4e7f81d2fc8a54c4b1d4"}}' 2021-12-09 14:43:32,928 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa 0.115s 2021-12-09 14:43:32,928 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439dac23-d016-4d88-a708-766237f0e7ea', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439dac23-d016-4d88-a708-766237f0e7ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa'} Body: b'{"volume": {"id": "a33bd391-25c9-4b94-811d-1aeaf73ee9aa", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:32.000000", "updated_at": "2021-12-09T14:43:32.000000", "name": "tempest-VolumeManageAdminTest-Volume-1742432255", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/d514f49e396a4e7f81d2fc8a54c4b1d4/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}], "user_id": "7a093f8890674016b16e5723f450880a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d514f49e396a4e7f81d2fc8a54c4b1d4"}}' 2021-12-09 14:43:32,936 123198 INFO [tempest.common.waiters] volume a33bd391-25c9-4b94-811d-1aeaf73ee9aa reached available after waiting for 1.936079 seconds 2021-12-09 14:43:33,346 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa 0.410s 2021-12-09 14:43:33,346 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a6548e-afc4-433a-ad2d-fc05da1e5745', 'content-length': '1080', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a6548e-afc4-433a-ad2d-fc05da1e5745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa'} Body: b'{"volume": {"id": "a33bd391-25c9-4b94-811d-1aeaf73ee9aa", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:32.000000", "updated_at": "2021-12-09T14:43:32.000000", "name": "tempest-VolumeManageAdminTest-Volume-1742432255", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa"}], "user_id": "7a093f8890674016b16e5723f450880a", "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": "d514f49e396a4e7f81d2fc8a54c4b1d4", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-09 14:43:33,421 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 202 POST http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa/action 0.067s 2021-12-09 14:43:33,421 123198 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': 'Thu, 09 Dec 2021 14:43:33 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-4208fda1-f71a-4875-adda-807ad72a2e78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa/action'} Body: b'' 2021-12-09 14:43:33,502 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 404 GET http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa 0.080s 2021-12-09 14:43:33,503 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:33 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-42d689a2-81e4-4260-9bcb-a9fd030fe026', 'x-openstack-request-id': 'req-42d689a2-81e4-4260-9bcb-a9fd030fe026', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/a33bd391-25c9-4b94-811d-1aeaf73ee9aa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a33bd391-25c9-4b94-811d-1aeaf73ee9aa could not be found."}}' 2021-12-09 14:43:33,704 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 200 GET http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/detail?all_tenants=1 0.200s 2021-12-09 14:43:33,704 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a14fba9-d081-4b6d-9a8f-afabc485d033', 'content-length': '3267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a14fba9-d081-4b6d-9a8f-afabc485d033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "5a76baa4-cb4a-4e61-ba29-7fde94da2fe0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:31.000000", "updated_at": "2021-12-09T14:43:33.000000", "name": "tempest-DeleteServersTestJSON-volume-696741327", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/5a76baa4-cb4a-4e61-ba29-7fde94da2fe0"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/69ffbcba7b25468cb77a2a99d3370e97/volumes/5a76baa4-cb4a-4e61-ba29-7fde94da2fe0"}], "user_id": "02ef02dc04e34a10ba00e69b1cc89d6d", "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": "203d840762614d02916f191d914308d8", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "98021904-3ea9-4ddc-a764-8cacf3d9fa7c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:26.000000", "updated_at": "2021-12-09T14:43:34.000000", "name": "tempest-GroupSnapshotsTest-Volume-82684276", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-909433476", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/98021904-3ea9-4ddc-a764-8cacf3d9fa7c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/69ffbcba7b25468cb77a2a99d3370e97/volumes/98021904-3ea9-4ddc-a764-8cacf3d9fa7c"}], "user_id": "924649a4239447c7a49ef0d6972182e2", "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": "43f59ec2ff3f4c36ad45e7c1e02536f1", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}, {"id": "74de427e-ac82-4ac0-923b-b88a54efedb2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:22.000000", "updated_at": "2021-12-09T14:43:23.000000", "name": "tempest-VolumeSnapshotQuotasNegativeTestJSON-Volume-1026309695", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/volumes/74de427e-ac82-4ac0-923b-b88a54efedb2"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/69ffbcba7b25468cb77a2a99d3370e97/volumes/74de427e-ac82-4ac0-923b-b88a54efedb2"}], "user_id": "b50874f70cad4e55ba72335f773648a2", "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": "e010fc334648490a97b2b24e86044ce8", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}]}' 2021-12-09 14:43:34,140 123198 INFO [tempest.lib.common.rest_client] Request (VolumeManageAdminTest:test_unmanage_manage_volume): 500 POST http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/os-volume-manage 0.427s 2021-12-09 14:43:34,141 123198 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-8492228", "host": "hv-cinder-81969@wincnd#smbshare", "ref": {"source-name": "//127.0.0.1/smbshare/volume-a33bd391-25c9-4b94-811d-1aeaf73ee9aa.vhdx"}, "volume_type": "__DEFAULT__", "availability_zone": "nova"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:33 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-05129ab6-ffaf-487e-9152-8cf34a04230d', 'x-openstack-request-id': 'req-05129ab6-ffaf-487e-9152-8cf34a04230d', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.15/volume/v3/69ffbcba7b25468cb77a2a99d3370e97/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 | 5 | 2 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
fail
ft4.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-09 14:43:42,057 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_delete_quota): 200 GET http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11/defaults 0.025s 2021-12-09 14:43:42,058 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b90490b-692c-4af2-826e-77fa6c141ef4', 'content-length': '935', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b90490b-692c-4af2-826e-77fa6c141ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11/defaults'} Body: b'{"quota_set": {"per_volume_gigabytes": -1, "volumes": 10, "gigabytes": 1000, "snapshots": 10, "backups": 10, "backup_gigabytes": 1000, "groups": 10, "gigabytes_lvmdriver-1": -1, "volumes_lvmdriver-1": -1, "snapshots_lvmdriver-1": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "gigabytes_volume-type-1": -1, "volumes_volume-type-1": -1, "snapshots_volume-type-1": -1, "gigabytes_volume-type-2": -1, "volumes_volume-type-2": -1, "snapshots_volume-type-2": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "gigabytes___DEFAULT__": -1, "volumes___DEFAULT__": -1, "snapshots___DEFAULT__": -1, "id": "84b43619c56b45d28196d0f2a8218d11"}}' 2021-12-09 14:43:42,101 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_delete_quota): 200 PUT http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11 0.040s 2021-12-09 14:43:42,101 123196 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': 'Thu, 09 Dec 2021 14:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f8ddb9-0dd3-4b78-b36d-ff205381b61a', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f8ddb9-0dd3-4b78-b36d-ff205381b61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11'} Body: b'{"quota_set": {"per_volume_gigabytes": -1, "volumes": 15, "gigabytes": 1000, "snapshots": 10, "backups": 10, "backup_gigabytes": 1000, "groups": 10, "gigabytes_lvmdriver-1": -1, "volumes_lvmdriver-1": -1, "snapshots_lvmdriver-1": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "gigabytes_volume-type-1": -1, "volumes_volume-type-1": -1, "snapshots_volume-type-1": -1, "gigabytes_volume-type-2": -1, "volumes_volume-type-2": -1, "snapshots_volume-type-2": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "gigabytes___DEFAULT__": -1, "volumes___DEFAULT__": -1, "snapshots___DEFAULT__": -1}}' 2021-12-09 14:43:42,129 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_delete_quota): 500 DELETE http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11 0.026s 2021-12-09 14:43:42,130 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:42 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-4c175de7-90a4-4341-9db4-f86657fa79dd', 'x-openstack-request-id': 'req-4c175de7-90a4-4341-9db4-f86657fa79dd', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11'} Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}' 2021-12-09 14:43:42,204 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 PUT http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11 0.072s 2021-12-09 14:43:42,205 123196 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': 'Thu, 09 Dec 2021 14:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062904a7-cd4b-4c1b-838e-8db3f8a3f287', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062904a7-cd4b-4c1b-838e-8db3f8a3f287', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11'} Body: b'{"quota_set": {"per_volume_gigabytes": -1, "volumes": 10, "gigabytes": 1000, "snapshots": 10, "backups": 10, "backup_gigabytes": 1000, "groups": 10, "gigabytes_lvmdriver-1": -1, "volumes_lvmdriver-1": -1, "snapshots_lvmdriver-1": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "gigabytes_volume-type-1": -1, "volumes_volume-type-1": -1, "snapshots_volume-type-1": -1, "gigabytes_volume-type-2": -1, "volumes_volume-type-2": -1, "snapshots_volume-type-2": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "gigabytes___DEFAULT__": -1, "volumes___DEFAULT__": -1, "snapshots___DEFAULT__": -1}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 112, in test_delete_quota self.admin_quotas_client.delete_quota_set(self.demo_tenant_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/quotas_client.py", line 66, in delete_quota_set resp, body = self.delete('os-quota-sets/%s' % tenant_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) 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
pt4.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
pt4.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt4.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
fail
ft4.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-09 14:43:45,695 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes 0.166s 2021-12-09 14:43:45,695 123196 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-189664740"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ca3ba3-82af-4d3e-b8c1-f1aec5bdefc6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ca3ba3-82af-4d3e-b8c1-f1aec5bdefc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes'} Body: b'{"volume": {"id": "6ec2f7e8-77c6-4e19-93e4-e285e152b47c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:45.638883", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-189664740", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c"}], "user_id": "fdcf56be590c48359fdfe7353ecd75a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-09 14:43:45,767 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c 0.065s 2021-12-09 14:43:45,767 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc2cbdd2-c716-411f-acb5-faffe4deb71a', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2cbdd2-c716-411f-acb5-faffe4deb71a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c'} Body: b'{"volume": {"id": "6ec2f7e8-77c6-4e19-93e4-e285e152b47c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:46.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-189664740", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c"}], "user_id": "fdcf56be590c48359fdfe7353ecd75a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84b43619c56b45d28196d0f2a8218d11"}}' 2021-12-09 14:43:46,856 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c 0.080s 2021-12-09 14:43:46,856 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785ad52b-1759-4521-aad5-11b8c7189b41', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785ad52b-1759-4521-aad5-11b8c7189b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c'} Body: b'{"volume": {"id": "6ec2f7e8-77c6-4e19-93e4-e285e152b47c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:46.000000", "updated_at": "2021-12-09T14:43:46.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-189664740", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/84b43619c56b45d28196d0f2a8218d11/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c"}], "user_id": "fdcf56be590c48359fdfe7353ecd75a4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84b43619c56b45d28196d0f2a8218d11"}}' 2021-12-09 14:43:46,863 123196 INFO [tempest.common.waiters] volume 6ec2f7e8-77c6-4e19-93e4-e285e152b47c reached available after waiting for 1.863142 seconds 2021-12-09 14:43:46,889 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11?usage=True 0.026s 2021-12-09 14:43:46,890 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da1b3442-0b0e-415f-bc0b-1916cb9638bc', 'content-length': '1494', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da1b3442-0b0e-415f-bc0b-1916cb9638bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/84b43619c56b45d28196d0f2a8218d11?usage=True'} Body: b'{"quota_set": {"per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes": {"limit": 10, "in_use": 1, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 1, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupSnapshotsTest-volume-type-419395220": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupSnapshotsTest-volume-type-419395220": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupSnapshotsTest-volume-type-419395220": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupSnapshotsTest-volume-type-909433476": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupSnapshotsTest-volume-type-909433476": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupSnapshotsTest-volume-type-909433476": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 1, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 1, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "id": "84b43619c56b45d28196d0f2a8218d11"}}' 2021-12-09 14:43:46,896 123196 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2021-12-09 14:43:46,918 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/be0abd530d094cd5ad104ae538daa09a?usage=True 0.022s 2021-12-09 14:43:46,919 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09585959-8b88-4649-b4f1-85fa5897c389', 'content-length': '1494', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09585959-8b88-4649-b4f1-85fa5897c389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/os-quota-sets/be0abd530d094cd5ad104ae538daa09a?usage=True'} Body: b'{"quota_set": {"per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_lvmdriver-1": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupSnapshotsTest-volume-type-419395220": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupSnapshotsTest-volume-type-419395220": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupSnapshotsTest-volume-type-419395220": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-GroupSnapshotsTest-volume-type-909433476": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_tempest-GroupSnapshotsTest-volume-type-909433476": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-GroupSnapshotsTest-volume-type-909433476": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "id": "be0abd530d094cd5ad104ae538daa09a"}}' 2021-12-09 14:43:46,982 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/os-volume-transfer 0.057s 2021-12-09 14:43:46,982 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"transfer": {"volume_id": "6ec2f7e8-77c6-4e19-93e4-e285e152b47c"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c810841a-0827-403b-817e-6d43c9cea6b4', 'content-length': '507', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c810841a-0827-403b-817e-6d43c9cea6b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/os-volume-transfer'} Body: b'{"transfer": {"id": "f239d91e-7b09-4fee-9ba2-75f2ffdb2eee", "created_at": "2021-12-09T14:43:46.971205", "name": null, "volume_id": "6ec2f7e8-77c6-4e19-93e4-e285e152b47c", "auth_key": "20bebf035084c1e0", "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/84b43619c56b45d28196d0f2a8218d11/os-volume-transfer/f239d91e-7b09-4fee-9ba2-75f2ffdb2eee"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/84b43619c56b45d28196d0f2a8218d11/os-volume-transfer/f239d91e-7b09-4fee-9ba2-75f2ffdb2eee"}]}}' 2021-12-09 14:43:47,389 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 400 POST http://10.222.0.15/volume/v3/be0abd530d094cd5ad104ae538daa09a/os-volume-transfer/f239d91e-7b09-4fee-9ba2-75f2ffdb2eee/accept 0.404s 2021-12-09 14:43:47,390 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"accept": {"auth_key": "20bebf035084c1e0"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '141', 'content-type': 'application/json', 'x-compute-request-id': 'req-678baf1e-806e-4467-9dba-cdeb1901332d', 'x-openstack-request-id': 'req-678baf1e-806e-4467-9dba-cdeb1901332d', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/be0abd530d094cd5ad104ae538daa09a/os-volume-transfer/f239d91e-7b09-4fee-9ba2-75f2ffdb2eee/accept'} Body: b'{"badRequest": {"code": 400, "message": "The server could not comply with the request since it is either malformed or otherwise incorrect."}}' 2021-12-09 14:43:47,457 123196 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 400 DELETE http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c 0.065s 2021-12-09 14:43:47,457 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-d696fcfe-ad76-4b53-8690-7b416fd94873', 'x-openstack-request-id': 'req-d696fcfe-ad76-4b53-8690-7b416fd94873', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/12c539380b144ea3a07419a0230f9f06/volumes/6ec2f7e8-77c6-4e19-93e4-e285e152b47c'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/base.py", line 178, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 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: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 160, in test_quota_usage_after_volume_transfer self.alt_transfer_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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'The server could not comply with the request since it is either malformed or otherwise incorrect.'} |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt4.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt4.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 0 | 3 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
fail
ft5.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-09 14:43:43,947 123205 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasNegativeTestJSON:test_quota_volume_gigabytes): 200 PUT http://10.222.0.15/volume/v3/038ad5a8265c46caaef6fa238e6911ba/os-quota-sets/3825e60531274332bdd11c506c5f4dff 0.040s 2021-12-09 14:43:43,948 123205 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': 'Thu, 09 Dec 2021 14:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabe9365-cec0-425f-a59c-4be32d335b74', 'content-length': '708', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fabe9365-cec0-425f-a59c-4be32d335b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/038ad5a8265c46caaef6fa238e6911ba/os-quota-sets/3825e60531274332bdd11c506c5f4dff'} Body: b'{"quota_set": {"per_volume_gigabytes": -1, "volumes": -1, "gigabytes": 1, "snapshots": 10, "backups": 10, "backup_gigabytes": 1000, "groups": 10, "gigabytes_lvmdriver-1": -1, "volumes_lvmdriver-1": -1, "snapshots_lvmdriver-1": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-419395220": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "gigabytes___DEFAULT__": -1, "volumes___DEFAULT__": -1, "snapshots___DEFAULT__": -1}}' 2021-12-09 14:43:44,110 123205 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasNegativeTestJSON:test_quota_volume_gigabytes): 202 POST http://10.222.0.15/volume/v3/3825e60531274332bdd11c506c5f4dff/volumes 0.160s 2021-12-09 14:43:44,111 123205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a984f292-375a-4af5-a561-7320842725a4', 'content-length': '776', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a984f292-375a-4af5-a561-7320842725a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/3825e60531274332bdd11c506c5f4dff/volumes'} Body: b'{"volume": {"id": "c17e0886-d25a-4f02-bba5-5882e600acf9", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2021-12-09T14:43:44.048686", "updated_at": null, "name": null, "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/3825e60531274332bdd11c506c5f4dff/volumes/c17e0886-d25a-4f02-bba5-5882e600acf9"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/3825e60531274332bdd11c506c5f4dff/volumes/c17e0886-d25a-4f02-bba5-5882e600acf9"}], "user_id": "d976c590e5ce435391e745fd13bce444", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 69, in test_quota_volume_gigabytes self.assertRaises(lib_exc.OverLimit, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 480, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: <bound method VolumesClient.create_volume of <tempest.lib.services.volume.v3.volumes_client.VolumesClient object at 0x7f5b1df9c2b0>> returned {'volume': {'id': 'c17e0886-d25a-4f02-bba5-5882e600acf9', 'status': 'creating', 'size': 2, 'availability_zone': 'nova', 'created_at': '2021-12-09T14:43:44.048686', 'updated_at': None, 'name': None, 'description': None, 'volume_type': '__DEFAULT__', 'snapshot_id': None, 'source_volid': None, 'metadata': {}, 'links': [{'rel': 'self', 'href': 'http://10.222.0.15/volume/v3/3825e60531274332bdd11c506c5f4dff/volumes/c17e0886-d25a-4f02-bba5-5882e600acf9'}, {'rel': 'bookmark', 'href': 'http://10.222.0.15/volume/3825e60531274332bdd11c506c5f4dff/volumes/c17e0886-d25a-4f02-bba5-5882e600acf9'}], 'user_id': 'd976c590e5ce435391e745fd13bce444', 'bootable': 'false', 'encrypted': False, 'replication_status': None, 'consistencygroup_id': None, 'multiattach': False, 'attachments': []}} |
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
fail
ft5.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-09 14:43:44,210 123205 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasNegativeTestJSON:test_quota_volumes): 400 PUT http://10.222.0.15/volume/v3/038ad5a8265c46caaef6fa238e6911ba/os-quota-sets/3825e60531274332bdd11c506c5f4dff 0.089s 2021-12-09 14:43:44,216 123205 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': 'Thu, 09 Dec 2021 14:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '162', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aaa0b62-202c-4f2e-bffd-c9446de11d48', 'x-openstack-request-id': 'req-4aaa0b62-202c-4f2e-bffd-c9446de11d48', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/038ad5a8265c46caaef6fa238e6911ba/os-quota-sets/3825e60531274332bdd11c506c5f4dff'} Body: b'{"badRequest": {"code": 400, "message": "Quota volumes limit must be equal or greater than existing resources. Current usage is 2 and the requested limit is 1."}}' }}} 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Quota volumes limit must be equal or greater than existing resources. Current usage is 2 and the requested limit is 1.'} |
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
fail
ft5.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-09 14:43:44,268 123205 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasNegativeTestJSON:test_volume_extend_gigabytes_quota_deviation): 400 PUT http://10.222.0.15/volume/v3/038ad5a8265c46caaef6fa238e6911ba/os-quota-sets/3825e60531274332bdd11c506c5f4dff 0.049s 2021-12-09 14:43:44,268 123205 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': 'Thu, 09 Dec 2021 14:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '164', 'content-type': 'application/json', 'x-compute-request-id': 'req-762eb6fd-047c-41df-a56b-3f883cae89d0', 'x-openstack-request-id': 'req-762eb6fd-047c-41df-a56b-3f883cae89d0', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/038ad5a8265c46caaef6fa238e6911ba/os-quota-sets/3825e60531274332bdd11c506c5f4dff'} Body: b'{"badRequest": {"code": 400, "message": "Quota gigabytes limit must be equal or greater than existing resources. Current usage is 3 and the requested limit is 1."}}' }}} 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Quota gigabytes limit must be equal or greater than existing resources. Current usage is 3 and the requested limit is 1.'} |
||||||
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
ft6.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-09 14:43:41,122 123198 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes 0.751s 2021-12-09 14:43:41,122 123198 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-1130873410"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29423994-9a7c-4e56-86b3-a5ff5ccc2daa', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29423994-9a7c-4e56-86b3-a5ff5ccc2daa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes'} Body: b'{"volume": {"id": "d3b1f5f2-65e3-47fb-988e-f8f97b36f964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:41.001541", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1130873410", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}], "user_id": "0420a72c3a474c17932106e9e36706ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-09 14:43:41,193 123198 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964 0.064s 2021-12-09 14:43:41,193 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a903f41-b890-41e8-8068-216cdb2bfd3c', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a903f41-b890-41e8-8068-216cdb2bfd3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964'} Body: b'{"volume": {"id": "d3b1f5f2-65e3-47fb-988e-f8f97b36f964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:41.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1130873410", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}], "user_id": "0420a72c3a474c17932106e9e36706ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bc110fdeb5004e209833e1091c535222"}}' 2021-12-09 14:43:42,309 123198 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964 0.107s 2021-12-09 14:43:42,309 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f89874-b1e3-49dd-aeef-518d97b777ac', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f89874-b1e3-49dd-aeef-518d97b777ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964'} Body: b'{"volume": {"id": "d3b1f5f2-65e3-47fb-988e-f8f97b36f964", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:41.000000", "updated_at": "2021-12-09T14:43:42.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1130873410", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}], "user_id": "0420a72c3a474c17932106e9e36706ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bc110fdeb5004e209833e1091c535222"}}' 2021-12-09 14:43:42,316 123198 INFO [tempest.common.waiters] volume d3b1f5f2-65e3-47fb-988e-f8f97b36f964 reached available after waiting for 1.316021 seconds 2021-12-09 14:43:42,454 123198 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.222.0.15/volume/v3/f8c7a6903ba0463094af6cd5e6e53321/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964 0.137s 2021-12-09 14:43:42,454 123198 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-421e26cf-c907-4ed6-af34-9b53ae7bbea7', 'content-length': '1093', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-421e26cf-c907-4ed6-af34-9b53ae7bbea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f8c7a6903ba0463094af6cd5e6e53321/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964'} Body: b'{"volume": {"id": "d3b1f5f2-65e3-47fb-988e-f8f97b36f964", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:41.000000", "updated_at": "2021-12-09T14:43:42.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1130873410", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f8c7a6903ba0463094af6cd5e6e53321/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f8c7a6903ba0463094af6cd5e6e53321/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964"}], "user_id": "0420a72c3a474c17932106e9e36706ee", "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": "bc110fdeb5004e209833e1091c535222", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-09 14:43:42,592 123198 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 400 POST http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964/action 0.131s 2021-12-09 14:43:42,593 123198 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': 'Thu, 09 Dec 2021 14:43:42 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-42e92ca3-0d50-4736-8265-63900438fa3b', 'x-openstack-request-id': 'req-42e92ca3-0d50-4736-8265-63900438fa3b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/bc110fdeb5004e209833e1091c535222/volumes/d3b1f5f2-65e3-47fb-988e-f8f97b36f964/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_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
fail
ft7.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-09 14:43:25,044 123203 INFO [tempest.lib.common.rest_client] Request (VolumeSnapshotQuotasNegativeTestJSON:test_quota_volume_gigabytes_snapshots): 200 PUT http://10.222.0.15/volume/v3/e2ba81a2313648ec8bf7637e6461800e/os-quota-sets/e010fc334648490a97b2b24e86044ce8 0.059s 2021-12-09 14:43:25,045 123203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"gigabytes": 2, "volumes": 1, "snapshots": 2}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af55c6b1-1468-4242-9a4f-ceb8477b1e7d', 'content-length': '510', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af55c6b1-1468-4242-9a4f-ceb8477b1e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/e2ba81a2313648ec8bf7637e6461800e/os-quota-sets/e010fc334648490a97b2b24e86044ce8'} Body: b'{"quota_set": {"per_volume_gigabytes": -1, "volumes": 1, "gigabytes": 2, "snapshots": 2, "backups": 10, "backup_gigabytes": 1000, "groups": 10, "gigabytes_lvmdriver-1": -1, "volumes_lvmdriver-1": -1, "snapshots_lvmdriver-1": -1, "gigabytes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "volumes_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "snapshots_tempest-GroupSnapshotsTest-volume-type-909433476": -1, "gigabytes___DEFAULT__": -1, "volumes___DEFAULT__": -1, "snapshots___DEFAULT__": -1}}' 2021-12-09 14:43:25,254 123203 INFO [tempest.lib.common.rest_client] Request (VolumeSnapshotQuotasNegativeTestJSON:test_quota_volume_gigabytes_snapshots): 202 POST http://10.222.0.15/volume/v3/e010fc334648490a97b2b24e86044ce8/snapshots 0.206s 2021-12-09 14:43:25,254 123203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "74de427e-ac82-4ac0-923b-b88a54efedb2"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c481fdc-feb0-4eb2-9a45-411a6b024338', 'content-length': '261', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c481fdc-feb0-4eb2-9a45-411a6b024338', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/e010fc334648490a97b2b24e86044ce8/snapshots'} Body: b'{"snapshot": {"id": "0bb3f181-254f-4c64-a566-c1d5101f48e9", "created_at": "2021-12-09T14:43:25.165659", "updated_at": null, "name": null, "description": null, "volume_id": "74de427e-ac82-4ac0-923b-b88a54efedb2", "status": "creating", "size": 1, "metadata": {}}}' 2021-12-09 14:43:25,317 123203 INFO [tempest.lib.common.rest_client] Request (VolumeSnapshotQuotasNegativeTestJSON:_run_cleanups): 400 PUT http://10.222.0.15/volume/v3/e2ba81a2313648ec8bf7637e6461800e/os-quota-sets/e010fc334648490a97b2b24e86044ce8 0.054s 2021-12-09 14:43:25,318 123203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"quota_set": {"gigabytes": 3, "volumes": 1, "snapshots": 1}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '164', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdbf1ac4-5a55-429e-9432-99bf040de31b', 'x-openstack-request-id': 'req-cdbf1ac4-5a55-429e-9432-99bf040de31b', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/e2ba81a2313648ec8bf7637e6461800e/os-quota-sets/e010fc334648490a97b2b24e86044ce8'} Body: b'{"badRequest": {"code": 400, "message": "Quota snapshots limit must be equal or greater than existing resources. Current usage is 2 and the requested limit is 1."}}' }}} 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Quota snapshots limit must be equal or greater than existing resources. Current usage is 2 and the requested limit is 1.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 88, in test_quota_volume_gigabytes_snapshots self.assertRaises(lib_exc.OverLimit, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 480, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: <bound method SnapshotsClient.create_snapshot of <tempest.lib.services.volume.v3.snapshots_client.SnapshotsClient object at 0x7f31bf3fc9a0>> returned {'snapshot': {'id': '0bb3f181-254f-4c64-a566-c1d5101f48e9', 'created_at': '2021-12-09T14:43:25.165659', 'updated_at': None, 'name': None, 'description': None, 'volume_id': '74de427e-ac82-4ac0-923b-b88a54efedb2', 'status': 'creating', 'size': 1, 'metadata': {}}} |
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
fail
ft7.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-09 14:43:25,536 123203 INFO [tempest.lib.common.rest_client] Request (VolumeSnapshotQuotasNegativeTestJSON:test_quota_volume_snapshots): 202 POST http://10.222.0.15/volume/v3/e010fc334648490a97b2b24e86044ce8/snapshots 0.198s 2021-12-09 14:43:25,536 123203 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "74de427e-ac82-4ac0-923b-b88a54efedb2"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29478797-2679-4180-9a77-9b08b2126d46', 'content-length': '261', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29478797-2679-4180-9a77-9b08b2126d46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/e010fc334648490a97b2b24e86044ce8/snapshots'} Body: b'{"snapshot": {"id": "3d664210-cef8-4a98-b0f7-f3798908580e", "created_at": "2021-12-09T14:43:25.438795", "updated_at": null, "name": null, "description": null, "volume_id": "74de427e-ac82-4ac0-923b-b88a54efedb2", "status": "creating", "size": 1, "metadata": {}}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 72, in test_quota_volume_snapshots self.assertRaises(lib_exc.OverLimit, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 480, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: <bound method SnapshotsClient.create_snapshot of <tempest.lib.services.volume.v3.snapshots_client.SnapshotsClient object at 0x7f31bf3fc9a0>> returned {'snapshot': {'id': '3d664210-cef8-4a98-b0f7-f3798908580e', 'created_at': '2021-12-09T14:43:25.438795', 'updated_at': None, 'name': None, 'description': None, 'volume_id': '74de427e-ac82-4ac0-923b-b88a54efedb2', 'status': 'creating', 'size': 1, 'metadata': {}}} |
||||||
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-09 14:48:18,781 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types 0.125s 2021-12-09 14:48:18,781 123208 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-484888242", "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c77d1db-e1da-4600-80df-d17906f848af', 'content-length': '277', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c77d1db-e1da-4600-80df-d17906f848af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types'} Body: b'{"volume_type": {"id": "a0541fe8-51c6-4d2f-b57a-2e80b282f027", "name": "tempest-VolumeTypesTest-volume-type-484888242", "is_public": true, "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-12-09 14:48:18,815 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types 0.031s 2021-12-09 14:48:18,816 123208 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-1622281413", "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5cb966-32de-49e0-8a4e-1161eaa3d8f4', 'content-length': '278', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5cb966-32de-49e0-8a4e-1161eaa3d8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types'} Body: b'{"volume_type": {"id": "345e14c2-3aec-4cdc-801c-1e6274c9edb8", "name": "tempest-VolumeTypesTest-volume-type-1622281413", "is_public": true, "extra_specs": {"storage_protocol": "smbfs", "vendor_name": "Open Source"}, "description": null, "os-volume-type-access:is_public": true}}' 2021-12-09 14:48:19,019 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 202 POST http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes 0.201s 2021-12-09 14:48:19,020 123208 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-271791399", "volume_type": "a0541fe8-51c6-4d2f-b57a-2e80b282f027", "size": 1}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb6a599f-d432-47e8-a9d5-1e94aadebcfd', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb6a599f-d432-47e8-a9d5-1e94aadebcfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes'} Body: b'{"volume": {"id": "6d83989b-7110-46e8-9998-3f95302da359", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:48:18.981001", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-271791399", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-484888242", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359"}], "user_id": "d2e5852ebb504bfbb0eb3bc18309dc9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-09 14:48:19,064 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359 0.038s 2021-12-09 14:48:19,065 123208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74175509-9f67-47cc-9d72-dad654e6fda0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74175509-9f67-47cc-9d72-dad654e6fda0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359'} Body: b'{"volume": {"id": "6d83989b-7110-46e8-9998-3f95302da359", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:48:19.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-271791399", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-484888242", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359"}], "user_id": "d2e5852ebb504bfbb0eb3bc18309dc9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42d250c599544e0d85aea9b4376a8bd9"}}' 2021-12-09 14:48:20,110 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359 0.038s 2021-12-09 14:48:20,110 123208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1e6efb-6504-4b0a-8f2e-2b6eb5ab6fc3', 'content-length': '941', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1e6efb-6504-4b0a-8f2e-2b6eb5ab6fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359'} Body: b'{"volume": {"id": "6d83989b-7110-46e8-9998-3f95302da359", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:48:19.000000", "updated_at": "2021-12-09T14:48:19.000000", "name": "tempest-VolumeTypesTest-volume-271791399", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-484888242", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359"}], "user_id": "d2e5852ebb504bfbb0eb3bc18309dc9b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42d250c599544e0d85aea9b4376a8bd9"}}' 2021-12-09 14:48:20,117 123208 INFO [tempest.common.waiters] volume 6d83989b-7110-46e8-9998-3f95302da359 reached available after waiting for 1.117414 seconds 2021-12-09 14:48:20,153 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 400 POST http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359/action 0.035s 2021-12-09 14:48:20,153 123208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-retype": {"new_type": "345e14c2-3aec-4cdc-801c-1e6274c9edb8"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:20 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-dda87379-7fa3-405b-8dae-a7024e8f6247', 'x-openstack-request-id': 'req-dda87379-7fa3-405b-8dae-a7024e8f6247', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/42d250c599544e0d85aea9b4376a8bd9/volumes/6d83989b-7110-46e8-9998-3f95302da359/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-09 14:48:20,716 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_type_update): 200 POST http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types 0.030s 2021-12-09 14:48:20,717 123208 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-1861002652"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a10d7990-db7c-46c8-9eb7-d01597d287d2', 'content-length': '221', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a10d7990-db7c-46c8-9eb7-d01597d287d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types'} Body: b'{"volume_type": {"id": "686b2332-89b3-433a-9987-612af2f64931", "name": "tempest-VolumeTypesTest-volume-type-1861002652", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2021-12-09 14:48:20,792 123208 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_type_update): 500 PUT http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types/686b2332-89b3-433a-9987-612af2f64931 0.073s 2021-12-09 14:48:20,792 123208 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-1669530087", "description": "tempest-volume-type-description-515093804", "is_public": false}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48:20 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-dbf43432-f6ae-4f4a-8d82-a350c0af434f', 'x-openstack-request-id': 'req-dbf43432-f6ae-4f4a-8d82-a350c0af434f', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.15/volume/v3/e9c685cf723642cfb9a9dd48a12d95af/types/686b2332-89b3-433a-9987-612af2f64931'} Body: b'{"computeFault": {"code": 500, "message": "Cannot update volume_type 686b2332-89b3-433a-9987-612af2f64931"}}' }}} 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 686b2332-89b3-433a-9987-612af2f64931 |
||||||
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-09 14:48:38,336 123208 INFO [tempest.lib.common.rest_client] Request (AbsoluteLimitsTests:test_get_volume_absolute_limits): 500 GET http://10.222.0.15/volume/v3/c79d6d2c99fa44a4865b8da102f28396/limits 0.017s 2021-12-09 14:48:38,337 123208 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:48: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-f00bf0bf-e6e6-4f37-95f5-a28c8019f5ff', 'x-openstack-request-id': 'req-f00bf0bf-e6e6-4f37-95f5-a28c8019f5ff', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.15/volume/v3/c79d6d2c99fa44a4865b8da102f28396/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-09 14:44:54,360 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes 0.298s 2021-12-09 14:44:54,360 123196 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-793955604"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c07ec32a-9e12-464b-8ccc-573ce88d0147', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c07ec32a-9e12-464b-8ccc-573ce88d0147', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes'} Body: b'{"volume": {"id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:54.315848", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-793955604", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}], "user_id": "131eed2e2b394daabf7a0a6f5aae20fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2021-12-09 14:44:54,428 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0 0.061s 2021-12-09 14:44:54,428 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ea5eeb-c12a-4505-88b1-6cc9067d79f7', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ea5eeb-c12a-4505-88b1-6cc9067d79f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0'} Body: b'{"volume": {"id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:54.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-793955604", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}], "user_id": "131eed2e2b394daabf7a0a6f5aae20fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "71bf167282d94f7d9e7073747c9f7d53"}}' 2021-12-09 14:44:55,489 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0 0.051s 2021-12-09 14:44:55,489 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ea67b72-697f-4a4b-87fb-9bdf72e20520', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ea67b72-697f-4a4b-87fb-9bdf72e20520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0'} Body: b'{"volume": {"id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:54.000000", "updated_at": "2021-12-09T14:44:55.000000", "name": "tempest-VolumesTransfersTest-Volume-793955604", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}], "user_id": "131eed2e2b394daabf7a0a6f5aae20fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "71bf167282d94f7d9e7073747c9f7d53"}}' 2021-12-09 14:44:55,497 123196 INFO [tempest.common.waiters] volume 37a3ee4a-128b-45a4-bf5a-caf47513b0a0 reached available after waiting for 1.497611 seconds 2021-12-09 14:44:55,572 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer 0.074s 2021-12-09 14:44:55,573 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"transfer": {"volume_id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a0b351a-73d5-4e21-860f-cf3d90561e0f', 'content-length': '507', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a0b351a-73d5-4e21-860f-cf3d90561e0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer'} Body: b'{"transfer": {"id": "e500b569-b1af-4bdf-8a6f-a91bd5072151", "created_at": "2021-12-09T14:44:55.564184", "name": null, "volume_id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "auth_key": "5fee622791f72c9e", "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151"}]}}' 2021-12-09 14:44:55,627 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0 0.051s 2021-12-09 14:44:55,627 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6bbbfdc-a8df-4575-bc5a-707d1fe9c2a1', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6bbbfdc-a8df-4575-bc5a-707d1fe9c2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0'} Body: b'{"volume": {"id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "status": "awaiting-transfer", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:54.000000", "updated_at": "2021-12-09T14:44:56.000000", "name": "tempest-VolumesTransfersTest-Volume-793955604", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/71bf167282d94f7d9e7073747c9f7d53/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}], "user_id": "131eed2e2b394daabf7a0a6f5aae20fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "71bf167282d94f7d9e7073747c9f7d53"}}' 2021-12-09 14:44:55,634 123196 INFO [tempest.common.waiters] volume 37a3ee4a-128b-45a4-bf5a-caf47513b0a0 reached awaiting-transfer after waiting for 0.634934 seconds 2021-12-09 14:44:55,652 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151 0.017s 2021-12-09 14:44:55,653 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b6cf544-d1e0-4d18-9f7c-5d6b73b65248', 'content-length': '475', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b6cf544-d1e0-4d18-9f7c-5d6b73b65248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151'} Body: b'{"transfer": {"id": "e500b569-b1af-4bdf-8a6f-a91bd5072151", "created_at": "2021-12-09T14:44:56.000000", "name": null, "volume_id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151"}]}}' 2021-12-09 14:44:55,679 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer 0.024s 2021-12-09 14:44:55,679 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d4d75d-9b06-4500-a1b0-7b3fc3a91606', 'content-length': '434', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d4d75d-9b06-4500-a1b0-7b3fc3a91606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer'} Body: b'{"transfers": [{"id": "e500b569-b1af-4bdf-8a6f-a91bd5072151", "volume_id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151"}]}]}' 2021-12-09 14:44:55,953 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 400 POST http://10.222.0.15/volume/v3/06f2d3ebad1445b794e4151e5b8f60fb/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151/accept 0.271s 2021-12-09 14:44:55,954 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"accept": {"auth_key": "5fee622791f72c9e"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '141', 'content-type': 'application/json', 'x-compute-request-id': 'req-6da27b03-623e-4f5f-b2ec-b3547242dc18', 'x-openstack-request-id': 'req-6da27b03-623e-4f5f-b2ec-b3547242dc18', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/06f2d3ebad1445b794e4151e5b8f60fb/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151/accept'} Body: b'{"badRequest": {"code": 400, "message": "The server could not comply with the request since it is either malformed or otherwise incorrect."}}' 2021-12-09 14:44:56,009 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151 0.054s 2021-12-09 14:44:56,010 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:55 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-3c218769-6819-4e42-943d-b0deef59746c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/71bf167282d94f7d9e7073747c9f7d53/os-volume-transfer/e500b569-b1af-4bdf-8a6f-a91bd5072151'} Body: b'' 2021-12-09 14:44:56,128 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.222.0.15/volume/v3/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0 0.118s 2021-12-09 14:44:56,128 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:56 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-5bf838be-5e0d-41a0-adc6-ad6100c260a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0'} Body: b'' 2021-12-09 14:44:56,167 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0 0.037s 2021-12-09 14:44:56,167 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e10c98b6-5233-4b53-b1e0-773fca465ad0', 'content-length': '1077', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e10c98b6-5233-4b53-b1e0-773fca465ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0'} Body: b'{"volume": {"id": "37a3ee4a-128b-45a4-bf5a-caf47513b0a0", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:54.000000", "updated_at": "2021-12-09T14:44:56.000000", "name": "tempest-VolumesTransfersTest-Volume-793955604", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0"}], "user_id": "131eed2e2b394daabf7a0a6f5aae20fe", "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": "71bf167282d94f7d9e7073747c9f7d53", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-09 14:44:57,202 123196 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.222.0.15/volume/v3/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0 0.025s 2021-12-09 14:44:57,202 123196 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:57 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-b809f323-1d14-4b4a-aa8b-27feedca403e', 'x-openstack-request-id': 'req-b809f323-1d14-4b4a-aa8b-27feedca403e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15/volume/v3/f011a43b5f194b1ab2631b1970b83889/volumes/37a3ee4a-128b-45a4-bf5a-caf47513b0a0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 37a3ee4a-128b-45a4-bf5a-caf47513b0a0 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'The server could not comply with the request since it is either malformed or otherwise incorrect.'} |
||||||
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-09 14:43:59,785 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes 0.550s 2021-12-09 14:43:59,786 123205 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-814185819"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78838e1d-e035-4f3b-8ee0-28575222f37f', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78838e1d-e035-4f3b-8ee0-28575222f37f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes'} Body: b'{"volume": {"id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:43:59.700841", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-814185819", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}], "user_id": "758690528bf148cf827efb4feb01510c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2021-12-09 14:43:59,868 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28 0.075s 2021-12-09 14:43:59,868 123205 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': 'Thu, 09 Dec 2021 14:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e63da2a0-3747-4f83-908d-5e7bcbe2f80d', 'content-length': '955', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e63da2a0-3747-4f83-908d-5e7bcbe2f80d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28'} Body: b'{"volume": {"id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:00.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-814185819", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}], "user_id": "758690528bf148cf827efb4feb01510c", "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": "a4f8ad7924134a8dad78afbbbd2c046a"}}' 2021-12-09 14:44:00,929 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28 0.052s 2021-12-09 14:44:00,929 123205 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': 'Thu, 09 Dec 2021 14:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3fa5842-72e8-46db-ada6-d58d47c22141', 'content-length': '1015', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3fa5842-72e8-46db-ada6-d58d47c22141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28'} Body: b'{"volume": {"id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:00.000000", "updated_at": "2021-12-09T14:44:00.000000", "name": "tempest-VolumesTransfersV355Test-Volume-814185819", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}], "user_id": "758690528bf148cf827efb4feb01510c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": false, "service_uuid": "770e9a93-7131-4e0f-8047-91aa458b5942", "os-vol-tenant-attr:tenant_id": "a4f8ad7924134a8dad78afbbbd2c046a"}}' 2021-12-09 14:44:00,936 123205 INFO [tempest.common.waiters] volume 59cd82f8-5d6b-4971-807d-6238b52ffc28 reached available after waiting for 1.936836 seconds 2021-12-09 14:44:01,001 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers 0.064s 2021-12-09 14:44:01,002 123205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"transfer": {"volume_id": "59cd82f8-5d6b-4971-807d-6238b52ffc28"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e9c27df-cb16-465d-9d81-d6c0a0f98af1', 'content-length': '507', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e9c27df-cb16-465d-9d81-d6c0a0f98af1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers'} Body: b'{"transfer": {"id": "13259102-4416-47bc-9b46-8deb18c4a66c", "created_at": "2021-12-09T14:44:00.991807", "name": null, "volume_id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "auth_key": "591dff885ab3386a", "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/os-volume-transfer/13259102-4416-47bc-9b46-8deb18c4a66c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/a4f8ad7924134a8dad78afbbbd2c046a/os-volume-transfer/13259102-4416-47bc-9b46-8deb18c4a66c"}]}}' 2021-12-09 14:44:01,055 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28 0.051s 2021-12-09 14:44:01,056 123205 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': 'Thu, 09 Dec 2021 14:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eccf9e4-a258-4440-96d5-3bbc8eac4f9f', 'content-length': '1023', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eccf9e4-a258-4440-96d5-3bbc8eac4f9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28'} Body: b'{"volume": {"id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "status": "awaiting-transfer", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:00.000000", "updated_at": "2021-12-09T14:44:01.000000", "name": "tempest-VolumesTransfersV355Test-Volume-814185819", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/a4f8ad7924134a8dad78afbbbd2c046a/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}], "user_id": "758690528bf148cf827efb4feb01510c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": false, "service_uuid": "770e9a93-7131-4e0f-8047-91aa458b5942", "os-vol-tenant-attr:tenant_id": "a4f8ad7924134a8dad78afbbbd2c046a"}}' 2021-12-09 14:44:01,063 123205 INFO [tempest.common.waiters] volume 59cd82f8-5d6b-4971-807d-6238b52ffc28 reached awaiting-transfer after waiting for 0.063240 seconds 2021-12-09 14:44:01,084 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers/13259102-4416-47bc-9b46-8deb18c4a66c 0.021s 2021-12-09 14:44:01,084 123205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2af7a41-f0b1-4776-9990-02277b03d948', 'content-length': '475', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2af7a41-f0b1-4776-9990-02277b03d948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers/13259102-4416-47bc-9b46-8deb18c4a66c'} Body: b'{"transfer": {"id": "13259102-4416-47bc-9b46-8deb18c4a66c", "created_at": "2021-12-09T14:44:01.000000", "name": null, "volume_id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/os-volume-transfer/13259102-4416-47bc-9b46-8deb18c4a66c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/a4f8ad7924134a8dad78afbbbd2c046a/os-volume-transfer/13259102-4416-47bc-9b46-8deb18c4a66c"}]}}' 2021-12-09 14:44:01,114 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers 0.027s 2021-12-09 14:44:01,114 123205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1039570-a9d4-4eea-8e7b-4ce8490b6775', 'content-length': '434', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1039570-a9d4-4eea-8e7b-4ce8490b6775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers'} Body: b'{"transfers": [{"id": "13259102-4416-47bc-9b46-8deb18c4a66c", "volume_id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "name": null, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/os-volume-transfer/13259102-4416-47bc-9b46-8deb18c4a66c"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/a4f8ad7924134a8dad78afbbbd2c046a/os-volume-transfer/13259102-4416-47bc-9b46-8deb18c4a66c"}]}]}' 2021-12-09 14:44:01,374 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 400 POST http://10.222.0.15/volume/v3/970f2284d8784845875c07c58d500f98/volume-transfers/13259102-4416-47bc-9b46-8deb18c4a66c/accept 0.257s 2021-12-09 14:44:01,374 123205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"accept": {"auth_key": "591dff885ab3386a"}} Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '141', 'content-type': 'application/json', 'x-compute-request-id': 'req-5efce3e4-eefe-40d8-bf28-f92e69ffde6e', 'x-openstack-request-id': 'req-5efce3e4-eefe-40d8-bf28-f92e69ffde6e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.15/volume/v3/970f2284d8784845875c07c58d500f98/volume-transfers/13259102-4416-47bc-9b46-8deb18c4a66c/accept'} Body: b'{"badRequest": {"code": 400, "message": "The server could not comply with the request since it is either malformed or otherwise incorrect."}}' 2021-12-09 14:44:01,460 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers/13259102-4416-47bc-9b46-8deb18c4a66c 0.083s 2021-12-09 14:44:01,460 123205 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 09 Dec 2021 14:44:01 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-7e2fac91-45ec-4932-8376-2b7f57d65881', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/a4f8ad7924134a8dad78afbbbd2c046a/volume-transfers/13259102-4416-47bc-9b46-8deb18c4a66c'} Body: b'' 2021-12-09 14:44:01,699 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.222.0.15/volume/v3/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28 0.238s 2021-12-09 14:44:01,699 123205 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': 'Thu, 09 Dec 2021 14:44:01 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-5e7e226e-f418-4116-8faf-3d2b49227b11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.15/volume/v3/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28'} Body: b'' 2021-12-09 14:44:01,752 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.222.0.15/volume/v3/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28 0.052s 2021-12-09 14:44:01,752 123205 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': 'Thu, 09 Dec 2021 14:44:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a40b67-b3c1-4f9e-818c-3ae3ba86b6af', 'content-length': '1201', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a40b67-b3c1-4f9e-818c-3ae3ba86b6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.15/volume/v3/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28'} Body: b'{"volume": {"id": "59cd82f8-5d6b-4971-807d-6238b52ffc28", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2021-12-09T14:44:00.000000", "updated_at": "2021-12-09T14:44:02.000000", "name": "tempest-VolumesTransfersV355Test-Volume-814185819", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.15/volume/v3/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}, {"rel": "bookmark", "href": "http://10.222.0.15/volume/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28"}], "user_id": "758690528bf148cf827efb4feb01510c", "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": "770e9a93-7131-4e0f-8047-91aa458b5942", "os-vol-host-attr:host": "hv-cinder-81969@wincnd#smbshare", "os-vol-tenant-attr:tenant_id": "a4f8ad7924134a8dad78afbbbd2c046a", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null}}' 2021-12-09 14:44:02,799 123205 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.222.0.15/volume/v3/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28 0.038s 2021-12-09 14:44:02,799 123205 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': 'Thu, 09 Dec 2021 14:44:02 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-c836b0ed-71c1-4109-b0d7-646f14290402', 'x-openstack-request-id': 'req-c836b0ed-71c1-4109-b0d7-646f14290402', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.15/volume/v3/8651599ce48b4773883970e4d981b571/volumes/59cd82f8-5d6b-4971-807d-6238b52ffc28'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 59cd82f8-5d6b-4971-807d-6238b52ffc28 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'The server could not comply with the request since it is either malformed or otherwise incorrect.'} |
||||||
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] |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt12.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
pt13.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
pt14.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
pt15.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt16.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt16.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt17.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
pt18.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt19.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt19.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
||||||
tempest.api.compute.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_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt60.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt60.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt61.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
pt61.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
pt61.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
pt62.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt63.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt69.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
||||||
Total | 235 | 209 | 16 | 0 | 10 |