all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.4.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.3.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,pytz==2024.1,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://github.com/openstack/tempest@89c86299c8a2708ff416e5b94f1b5037f1b033ad#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 all run-test-pre: PYTHONHASHSEED='211900814' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {2} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {4} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {4} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {8} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [3.505642s] ... ok {8} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.804839s] ... ok {8} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.196398s] ... ok {8} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.929158s] ... ok {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [22.964140s] ... ok {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.348694s] ... ok {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.509174s] ... ok {8} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [168.900085s] ... ok {3} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [225.593438s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 467, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 462, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 64, in test_volume_assisted_snapshot_create_delete self.attach_volume(server, volume) File "/opt/stack/tempest/tempest/api/compute/base.py", line 576, in attach_volume attachment = self.servers_client.attach_volume( File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 452, in attach_volume resp, body = self.post('servers/%s/os-volume_attachments' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 726, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 592, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 641, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 115, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 469, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.0.0.210', port=80): Read timed out. (read timeout=60) Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/base.py", line 479, in delete_volume cls.volumes_client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, 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 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-27 01:06:22,447 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes 1.085s 2024-02-27 01:06:22,447 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015"}} Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52de85f-7673-4f5f-8342-a4c66a3d1d56', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52de85f-7673-4f5f-8342-a4c66a3d1d56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.040588", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2024-02-27 01:06:22,721 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.257s 2024-02-27 01:06:22,721 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-151eb50f-d46d-4b24-969b-a03d9a8fc2b2', 'content-length': '1031', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-151eb50f-d46d-4b24-969b-a03d9a8fc2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:23,931 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsT est:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.189s 2024-02-27 01:06:23,932 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c43040-0f7e-46d0-8718-42d430929739', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50c43040-0f7e-46d0-8718-42d430929739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:25,036 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.084s 2024-02-27 01:06:25,036 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-194af55e-a746-40e3-bba2-7c77c7076fc3', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-194af55e-a746-40e3-bba2-7c77c7076fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:te nant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:26,102 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.051s 2024-02-27 01:06:26,103 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-764cb7cd-2591-4e4d-ba75-e608d38b6250', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-764cb7cd-2591-4e4d-ba75-e608d38b6250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:27,162 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.045s 2024-02-27 01:06:27,163 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1edffc1-2b90-485b-8def-751629cdded8', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1edffc1-2b90-485b-8def-751629cdded8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-v ol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:28,250 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.073s 2024-02-27 01:06:28,250 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-498f0455-b176-4e3f-8949-791a5f77ecd9', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-498f0455-b176-4e3f-8949-791a5f77ecd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:29,419 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.155s 2024-02-27 01:06:29,420 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3280f374-b8eb-4f9c-959b-2bb668a431a1', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3280f374-b8eb-4f9c-959b-2bb668a431a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "fal se", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:30,500 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.062s 2024-02-27 01:06:30,500 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db5a42c-7da2-4c4c-8d88-3ea7b0d6baf7', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db5a42c-7da2-4c4c-8d88-3ea7b0d6baf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:31,583 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.055s 2024-02-27 01:06:31,583 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43c3a92e-7014-49cd-a10d-d96a2b2c9909', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43c3a92e-7014-49cd-a10d-d96a2b2c9909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:32,758 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.161s 2024-02-27 01:06:32,759 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660cfd6e-5025-430b-ab2d-771111cba444', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660cfd6e-5025-430b-ab2d-771111cba444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:33,849 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.072s 2024-02-27 01:06:33,850 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981b3727-eecf-4539-83e8-4d55bdb73182', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981b3727-eecf-4539-83e8-4d55bdb73182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": " http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:34,927 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.047s 2024-02-27 01:06:34,927 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc838dc-e989-41c3-b09f-b28b9ecd2235', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc838dc-e989-41c3-b09f-b28b9ecd2235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:35,992 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.050s 2024-02-27 01:06:35,993 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd6d8933-6247-4710-929e-f51ba1e348ae', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd6d8933-6247-4710-929e-f51ba1e348ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073 483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:37,064 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.055s 2024-02-27 01:06:37,065 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-513d4348-0093-4d8d-90c1-31fb712a2ae5', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-513d4348-0093-4d8d-90c1-31fb712a2ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:38,142 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.061s 2024-02-27 01:06:38,143 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4ab9794-5cbf-42b1-8fa1-01310770c4b8', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4ab9794-5cbf-42b1-8fa1-01310770c4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:39,212 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.052s 2024-02-27 01:06:39,212 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5658ac02-9206-483b-9b16-4ff8355dfa75', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5658ac02-9206-483b-9b16-4ff8355dfa75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:40,323 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.090s 2024-02-27 01:06:40,324 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3799a433-2263-4110-9fb2-768a13235242', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3799a433-2263-4110-9fb2-768a13235242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f 1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:41,447 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.096s 2024-02-27 01:06:41,448 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc998bc-8fa4-4feb-9e53-a0319bab1bd1', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc998bc-8fa4-4feb-9e53-a0319bab1bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:42,531 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.069s 2024-02-27 01:06:42,531 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0c7125-53ca-4859-af95-f5076c51a962', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0c7125-53ca-4859-af95-f50 76c51a962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:43,618 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.071s 2024-02-27 01:06:43,619 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd231c9-4240-4901-bd82-dde0fd18ba97', 'content-length': '1082', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd231c9-4240-4901-bd82-dde0fd18ba97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:43.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:43,637 85996 INFO [tempest.common.waiters] volume 8801899a-46f1-44ab-a79e-0eb891d51eb8 reached available after waiting for 21.637688 seconds 2024-02-27 01:06:43,638 85996 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-27 01:06:43,999 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.359s 2024-02-27 01:06:43,999 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicatio n/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-746550516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJiizKqZ7lV6e8zSvOQEoGbJB7TSV+kn2ZUgKu/SI8YYStO8u1Io6ju7G2C3iJGtDD7kUteexP44hvQsuGbdcWrVJuZetk5NENQE9HbdHg6NknkekaJelmufOOEdRmhn5w=="}} Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-467389a6-486d-45e1-85b6-f0bc4b1ff814', 'x-compute-request-id': 'req-467389a6-486d-45e1-85b6-f0bc4b1ff814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-746550516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJiizKqZ7lV6e8zSvOQEoGbJB7TSV+kn2ZUgKu/SI8YYStO8u1Io6ju7G2C3iJGtDD7kUteexP44hvQsuGbdcWrVJuZetk5NENQE9HbdHg6NknkekaJelmufOOEdRmhn5w==", "fingerprint": "c2:f1:5a:fd:eb:87:85:2a:e6:98:9a:e3:0a:0c:9b:02", "user_id": "f323ed4b0fc645a88c41795eafe86030"}}' 2024-02-27 01:06:44,004 85996 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-746550516 created 2024-02-27 01:06:44,310 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.306s 2024-02-27 01:06:44,311 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1520746762", "description": "tempest-description--1889107388"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-85098711-c53f-4729-9cd0-8ca7c8c6d0cc', 'date': 'Tue, 27 Feb 2024 01:06:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "29689a47-29db-4388-87db-4991bba4a95d", "name": "tempest-securitygroup--1520746762", "stateful": true, "tenant_id": "0db5fb04781e43d18f22e8f385579806", "description": "tempest-description--1889107388", "shared": false, "security_group_rules": [{"id": "9ccc192c-6420-4a04-add7-f8dc4b7ed652", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 359, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}, {"id": "dccfd028-bf57-4aee-bb73-9a17a490ee43", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 358, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 1, "project_id": "0db5fb04781e43d18f22e8f385579806"}}' 2024-02-27 01:06:44,552 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_cr eate_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.240s 2024-02-27 01:06:44,552 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c35ababb-3381-4a75-a281-4277b1333e57', 'date': 'Tue, 27 Feb 2024 01:06:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b16b2db9-96fa-4744-a3b8-0f7a8ed1ce2a", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}}' 2024-02-27 01:06:44,774 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.221s 2024-02-27 01:06:44,774 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7bd98d82-5af4-4c5a-ad22-4730dae6dec4', 'date': 'Tue, 27 Feb 2024 01:06:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1cbeeee3-b61b-4e5e-9e30-1be8456cf50c", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}}' 2024-02-27 01:06:44,775 85996 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1520746762 created 2024-02-27 01:06:45,821 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.046s 2024-02-27 01:06:45,822 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "451a566d-559a-404b-b88c-fe75908d76ee"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-88354767-cfbf-4ccf-be07-7d2d4ae13ffb', 'date': 'Tue, 27 Feb 2024 01:06:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0c79c11b-3c3c-4789-8b9f-697b310946e8", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "floating_ip_address": "172.24.4.216", "floating_network_id": "451a566d-559a-404b-b88c-fe75908d76ee", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0db5fb04781e43d18f22e8f385579806", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-27T01:06:45Z", "updated_at": "2024-02-27T01:06:45Z", "revision_number": 0}}' 2024-02-27 01:06:45,822 85996 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0c79c11b-3c3c-4789-8b9f-697b310946e8', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '451a566d-559a-404b-b88c-fe75908d76ee', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-27T01:06:45Z', 'updated_at': '2024-02-27T01:06:45Z', 'revision_number': 0, 'ip': '172.24.4.216'} created 2024-02-27 01:06:45,868 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.039s 2024-02-27 01:06:45,868 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7ba1def6-132e-45ad-b4ba-d0ee42ba0249', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f323ed4b0fc645a88c41795eafe86030", "name": "tempest-VolumesAssistedSnapshotsTest-554221138-project-member", "password_expires_at": null}, "audit_ids": ["19nW5SedQwes2IzcJ5DJsA"], "expires_at": "2024-02-27T02:06:45.000000Z", "issued_at": "2024-02-27T01:06:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0db5fb04781e43d18f22e8f385579806", "name": "tempest-VolumesAssistedSnapshotsTest-554221138"}, "is_domain": false, "roles": [{"id": "a9fa122fc6084bd6b3c22d1bb39dda5b", "name": "member"}, {"id": "636180b933a14837b6cc0e101d83463c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "1e1a15a2892c4d19b5a6144bcc8527af", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "06066074f7de42b090fa5ff88e1e3030", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a247ab8e522243ff9c2eed34b310d58a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "15abf26a737b482ea91b4bdf178d5426", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ac74b11b45af48108335f604f6747373", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "18ffef2e71ff4d1e85955d2c91a4e321", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "35d0348049c44d8b93f83ceec6b527df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0db5fb04781e43d18f22e8f385579806", "region": "RegionOne"}], "id": "a4e15e27d3a74244879fb0a7262ae065", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "a12adffe173f406d8c5352adf0a9bd69", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0db5fb04781e43d18f22e8f385579806", "region": "RegionOne"}], "id": "acb92c615f004f559ae20800ca4c8cf3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "89eac3aa0abb4d74b82005657734a347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0db5fb04781e43d18f22e8f385579806", "region": "RegionOne"}] , "id": "b8a4f50f7abc4ac187fd625db92f8471", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9892718d50b641e8887cbd370467a8e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e72208527afd4cef869071a0b859bc70", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff91db79b2e24b409177e7882ffd6c5b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f5ee6b8757da4b1d893e4894d1397d42", "type": "image", "name": "glance"}]}}' 2024-02-27 01:06:45,869 85996 INFO [tempest.lib.common.fixed_network] (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete) Found network {'id': '9180f819-d4e7-4d82-870e-a32c80669a8d', 'name': 'tempest-VolumesAssistedSnapshotsTest-1491855094-network', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0db5fb04781e43d18f22e8f385579806', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-27T01:05:22Z', 'updated_at': '2024-02-27T01:05:22Z', 'revision_number': 1} available for tenant 2024-02-27 01:06:45,869 85996 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-746550516', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJiizKqZ7lV6e8zSvOQEoGbJB7TSV+kn2ZUgKu/SI8YYStO8u1Io6ju7G2C3iJGtDD7kUteexP44hvQsuGbdcWrVJuZetk5NENQE9HbdHg6NknkekaJelmufOOEdRmhn5w==', 'fingerprint': 'c2:f1:5a:fd:eb:87:85:2a:e6:98:9a:e3:0a:0c:9b:02', 'user_id': 'f323ed4b0fc645a88c41795eafe86030', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDETx6wTVHXgg/TqTJoQk1jugP2RH1SatyUojATASfzRYDoQ3DvD9b6\nLho94ZP9W4ygBwYFK4EEACKhZANiAASYosyqme5VenvM0rzkBKBmyQe00lfpJ9mV\nICrv0iPGGErTvLtSKOo7uxtgt4iRrQw+5FLXnsT+OIb0LLhm3XFq1SbmXrZOTRDU\nBPR23R4OjZJ5HpGiXpZrnzjhHUZoZ+c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '29689a47-29db-4388-87db-4991bba4a95d', 'name': 'tempest-securitygroup--1520746762', 'stateful': True, 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'description': 'tempest-description--1889107388', 'shared': False, 'security_group_rules': [{'id': '9ccc192c-6420-4a04-add7-f8dc4b7ed652', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'security_group_id': '29689a47-29db-4388-87db-4991bba4a95d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 359, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-27T01:06:44Z', 'updated_at': '2024-02-27T01:06:44Z', 'revision_number': 0}, {'id': 'dccfd028-bf57-4aee-bb73-9a17a490ee43', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'security_group_id': '29689a47-29db-4388-87db-4991bba4a95d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 358, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-27T01:06:44Z', 'updated_at': '2024-02-27T01:06:44Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-27T01:06:44Z', 'updated_at': '2024-02-27T01:06:44Z', 'revision_number': 1, 'project_id': '0db5fb04781e43d18f22e8f385579806'}, 'floating_ip': {'id': '0c79c11b-3c3c-4789-8b9f-697b310946e8', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'floati ng_ip_address': '172.24.4.216', 'floating_network_id': '451a566d-559a-404b-b88c-fe75908d76ee', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-27T01:06:45Z', 'updated_at': '2024-02-27T01:06:45Z', 'revision_number': 0, 'ip': '172.24.4.216'}} 2024-02-27 01:06:46,510 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/compute/v2.1/servers 0.640s 2024-02-27 01:06:46,510 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAssistedSnapshotsTest-server-602706965", "imageRef": "45eb38b4-f730-488e-8c67-1f491aebf185", "flavorRef": "1", "networks": [{"uuid": "9180f819-d4e7-4d82-870e-a32c80669a8d"}], "security_groups": [{"name": "tempest-securitygroup--1520746762"}], "key_name": "tempest-keypair-746550516", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2922826-5373-4d33-b3af-42600bc4b5d1', 'x-compute-request-id': 'req-d2922826-5373-4d33-b3af-42600bc4b5d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1520746762"}], "adminPass": "RKPi7RARBgVF"}}' 2024-02-27 01:06:46,616 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6 0.103s 2024-02-27 01:06:46,616 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f6041d8-ad9e-4173-bfce-13ee416b1b00', 'x-compute-request-id': 'req-7f6041d8-ad9e-4173-bfce-13ee416b1b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6'} Body: b'{"server": {"id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "name": "tempest-VolumesAssistedSnapshotsTest-server-602706965", "status": "BUILD", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "user_id": "f323ed4b0fc645a88c41795eafe86030", "metadata": {}, "hostId": "", "image": {"id": "45eb38b4-f730-488e-8c67-1f491aebf185", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/45eb38b4-f730-488e-8c67-1f491aebf185"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-27T01:06:46Z", "updated": "2024-02-27T01:06:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"re l": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-746550516", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-27 01:07:36,941 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6 0.291s 2024-02-27 01:07:36,942 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:07:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf05544-c514-4244-8256-4c16b55dbcf8', 'x-compute-request-id': 'req-ebf05544-c514-4244-8256-4c16b55dbcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6'} Body: b'{"server": {"id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "name": "tempest-VolumesAssistedSnapshotsTest-server-602706965", "status": "ACTIVE", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "user_id": "f323ed4b0fc645a88c41795eafe86030", "metadata": {}, "hostId": "b5c6a4b85e76b3a79ac1cbc7cec93f22b957517fc1e934a3361cfaf7", "image": {"id": "45eb38b4-f730-488e-8c67-1f491aebf185", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/45eb38b4-f730-488e-8c67-1f491aebf185"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-27T01:06:46Z", "updated": "2024-02-27T01:06:54Z", "addresses": {"tempest-VolumesAssistedSnapshotsTest-1491855094-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:18:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-746550516", "OS-SRV-USG:launched_at": "2024-02-27T01:06:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1520746762"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-27 01:07:36,955 85996 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-27 01:08:37,139 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6/os-interface 0.145s 2024-02-27 01:08:37,139 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id ': 'req-d5b3995b-d851-4691-ac3c-fb94da78b866', 'x-compute-request-id': 'req-d5b3995b-d851-4691-ac3c-fb94da78b866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9180f819-d4e7-4d82-870e-a32c80669a8d", "port_id": "520943e3-18a2-4898-a358-1b5b6f7dcd99", "mac_addr": "fa:16:3e:af:18:42", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5791b293-95a3-4b2e-a246-5d81817145f3", "ip_address": "10.0.0.4"}]}]}' 2024-02-27 01:08:38,314 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/0c79c11b-3c3c-4789-8b9f-697b310946e8 1.171s 2024-02-27 01:08:38,315 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "520943e3-18a2-4898-a358-1b5b6f7dcd99"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c24994d1-7a0b-4a2e-9bdc-003dcdf85916', 'date': 'Tue, 27 Feb 2024 01:08:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0c79c11b-3c3c-4789-8b9f-697b310946e8'} Body: b'{"floatingip": {"id": "0c79c11b-3c3c-4789-8b9f-697b310946e8", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "floating_ip_address": "172.24.4.216", "floating_network_id": "451a566d-559a-404b-b88c-fe75908d76ee", "router_id": "f885a922-1f75-4be5-9b1d-251f1860529b", "port_id": "520943e3-18a2-4898-a358-1b5b6f7dcd99", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9180f819-d4e7-4d82-870e-a32c80669a8d", "mac_address": "fa:16:3e:af:18:42", "admin_state_up": true, "status": "ACTIVE", "device_id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-27T01:06:45Z", "updated_at": "2024-02-27T01:08:37Z", "revision_number": 1, "project_id": "0db5fb04781e43d18f22e8f385579806"}}' 2024-02-27 01:08:38,317 85996 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.216:22' as 'cirros' with public key authentication 2024-02-27 01:08:38,339 85996 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-27 01:08:38,452 85996 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-27 01:08:38,452 85996 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.216 successfully created 2024-02-27 01:10:06,951 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 28.431s 2024-02-27 01:10:06,951 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:09:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f5daa5-5b71-4ddf-b0e5-3b4986d1f653', 'x-openstack-request-id': 'req-55f5daa5-5b71-4ddf-b0e5-3b4986d1f653', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [314.494331s] ... ok {4} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [341.782351s] ... ok {8} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [155.966603s] ... ok {8} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [10.803026s] ... ok {10} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [361.398245s] ... ok {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [125.674405s] ... ok {1} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [387.586306s] ... ok {6} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [401.184427s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.959256s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.255854s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.229553s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.241327s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.030352s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.037361s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.252036s] ... ok {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.162018s] ... ok {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.031722s] ... ok {1} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [116.166842s] ... ok {10} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [34.864860s] ... ok {1} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [17.706947s] ... ok {10} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.070978s] ... ok {10} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.038935s] ... ok {1} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.025025s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.026890s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.022626s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [14.498149s] ... ok {10} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.029017s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [15.366101s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.162717s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.566446s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.073756s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.511593s] ... ok {10} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {3} tearDownClass (tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (VolumesAssistedSnapshotsTest:tearDownClass) Failed to delete volume 8801899a-46f1-44ab-a79e-0eb891d51eb8 within the required time (196 s). Timer started at 1708996258. Timer ended at 1708996454. Waited for 196 s., )) {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [125.631764s] ... ok {9} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [534.231799s] ... ok {10} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [25.731220s] ... ok {10} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [63.296595s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.188297s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.020407s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013077s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.155614s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008967s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.010854s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.040468s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.079438s] ... ok {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [10.518733s] ... ok {0} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.663430s] ... ok {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [618.924145s] ... ok {7} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [563.970479s] ... ok {11} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [574.360794s] ... ok {4} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [313.817113s] ... ok {0} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [102.113657s] ... ok {0} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.198158s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.332974s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.018142s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.150628s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.022030s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.018509s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.019815s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.295872s] ... ok {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [196.338945s] ... ok {3} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [3.406252s] ... ok {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [19.369293s] ... ok {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [14.694112s] ... ok {0} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.228106s] ... ok {4} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [17.603890s] ... ok {9} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [281.463850s] ... ok {0} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [48.584401s] ... ok {4} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [37.174005s] ... ok {4} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata [0.271590s] ... ok {2} tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server [163.422621s] ... ok {4} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [29.865837s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [176.990850s] ... ok {2} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes [0.313411s] ... ok {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes [0.289953s] ... ok {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation [0.209068s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [17.366464s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [14.554325s] ... ok {2} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [21.495687s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.023380s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.031665s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.030045s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.029135s] ... ok {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.023046s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [30.318157s] ... ok {4} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [101.925863s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [33.596685s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit [0.028484s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite [0.096902s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero [0.030499s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker [0.096641s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset [0.043298s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc [0.041098s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc [0.046341s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc [0.039506s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc [0.075682s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc [0.038517s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc [0.039222s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params [0.127068s] ... ok {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params [0.095555s] ... ok {4} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [39.848778s] ... ok {1} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [582.394699s] ... ok {9} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [249.491265s] ... ok {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [31.249509s] ... ok {1} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {1} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {9} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {9} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.193392s] ... ok {9} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.216950s] ... ok {9} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {9} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits [0.089036s] ... ok {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.057251s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [29.758060s] ... ok {2} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [15.118736s] ... ok {3} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [19.968772s] ... ok {5} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [513.731005s] ... ok {11} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [449.126331s] ... ok {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [682.229139s] ... ok {9} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [77.115648s] ... ok {7} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [521.756877s] ... ok {9} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [68.395865s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list [0.064100s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit [0.085381s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit [0.128203s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit [0.065125s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit [0.125947s] ... ok {7} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details [0.062849s] ... ok {9} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [26.362080s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance [162.379740s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.166665s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.115928s] ... ok {7} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.234012s] ... ok {7} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.196665s] ... ok {5} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {5} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.376176s] ... ok {5} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.335437s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list [0.037648s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name [0.067681s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name [0.140237s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination [0.356599s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params [0.186982s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination [0.186234s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status [0.061100s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status [0.086275s] ... ok {5} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker [0.090433s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata [0.105451s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details [0.059015s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata [0.046447s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone [0.132301s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable [0.158492s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status [0.138074s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone [0.059744s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable [0.076922s] ... ok {7} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status [0.101255s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.019106s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.019293s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.072601s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.030706s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.041746s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.026513s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.021563s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.016895s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.016511s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.049231s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.038954s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.051699s] ... ok {5} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata [0.373383s] ... ok {5} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item [0.278178s] ... ok {4} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [330.690370s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... SKIPPED: Cinder backup is disabled {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [16.155289s] ... ok {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [13.500803s] ... ok {5} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {5} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [261.234779s] ... ok {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [83.065074s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment [163.140647s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume [0.232074s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable [0.252112s] ... ok {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update [0.223758s] ... ok {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [16.372183s] ... ok {6} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [5.008688s] ... ok {6} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload [37.755913s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status [0.301500s] ... ok {9} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {3} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating [21.475890s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting [20.273005s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error [19.101953s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting [19.157958s] ... ok {6} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status [0.232528s] ... ok {6} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots [0.298357s] ... ok {6} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots [0.064448s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use [266.742756s] ... ok {6} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant [4.781015s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete [19.479636s] ... ok {6} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata [0.349497s] ... ok {6} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item [0.215620s] ... ok {6} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {11} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [226.436521s] ... ok {3} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [262.920841s] ... ok {3} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {3} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {4} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [403.345664s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online [244.059055s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot [45.223589s] ... ok {7} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size [45.535167s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.191561s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.065886s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.019732s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.025241s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.016910s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [203.918285s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [33.213520s] ... ok {11} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [416.948265s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [365.259055s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [385.789356s] ... ok {11} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [443.538491s] ... ok {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [370.061868s] ... ok {4} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [549.897114s] ... ok {11} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [394.143059s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [46.314584s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [69.922853s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [33.222376s] ... ok {11} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [34.746388s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.366763s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.033409s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.042973s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [12.231383s] ... ok {7} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [559.524937s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [14.139759s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.055486s] ... ok {11} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.301144s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id [161.950871s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image [2.377730s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size [1.837106s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.014817s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id [0.024400s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid [0.036729s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type [0.026251s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative [0.018987s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.017457s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.014384s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.027446s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009907s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id [0.026733s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id [0.025628s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.008906s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status [0.061415s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name [0.047382s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status [0.033093s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name [0.031321s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status [0.130219s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id [0.027850s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id [0.045924s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id [0.010157s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id [0.025302s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id [0.050569s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.023828s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size [0.014629s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size [0.014609s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id [0.026272s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size [0.015300s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id [0.028191s] ... ok {11} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.023102s] ... ok {11} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. ============================== Failed 2 tests - output below: ============================== tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 467, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 462, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) TimeoutError: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 64, in test_volume_assisted_snapshot_create_delete self.attach_volume(server, volume) File "/opt/stack/tempest/tempest/api/compute/base.py", line 576, in attach_volume attachment = self.servers_client.attach_volume( File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 452, in attach_volume resp, body = self.post('servers/%s/os-volume_attachments' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 300, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 726, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 592, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 641, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 115, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 81, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/request.py", line 173, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 799, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 715, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 469, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/urllib3/connectionpool.py", line 358, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.0.0.210', port=80): Read timed out. (read timeout=60) Captured traceback-1: ~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/base.py", line 479, in delete_volume cls.volumes_client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 339, 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 742, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 857, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-27 01:06:22,447 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes 1.085s 2024-02-27 01:06:22,447 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015"}} Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52de85f-7673-4f5f-8342-a4c66a3d1d56', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52de85f-7673-4f5f-8342-a4c66a3d1d56', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.040588", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2024-02-27 01:06:22,721 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.257s 2024-02-27 01:06:22,721 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-151eb50f-d46d-4b24-969b-a03d9a8fc2b2', 'content-length': '1031', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-151eb50f-d46d-4b24-969b-a03d9a8fc2b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:23,931 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsT est:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.189s 2024-02-27 01:06:23,932 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c43040-0f7e-46d0-8718-42d430929739', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50c43040-0f7e-46d0-8718-42d430929739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:25,036 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.084s 2024-02-27 01:06:25,036 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-194af55e-a746-40e3-bba2-7c77c7076fc3', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-194af55e-a746-40e3-bba2-7c77c7076fc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:te nant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:26,102 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.051s 2024-02-27 01:06:26,103 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-764cb7cd-2591-4e4d-ba75-e608d38b6250', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-764cb7cd-2591-4e4d-ba75-e608d38b6250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:27,162 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.045s 2024-02-27 01:06:27,163 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1edffc1-2b90-485b-8def-751629cdded8', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1edffc1-2b90-485b-8def-751629cdded8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-v ol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:28,250 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.073s 2024-02-27 01:06:28,250 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-498f0455-b176-4e3f-8949-791a5f77ecd9', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-498f0455-b176-4e3f-8949-791a5f77ecd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:29,419 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.155s 2024-02-27 01:06:29,420 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3280f374-b8eb-4f9c-959b-2bb668a431a1', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3280f374-b8eb-4f9c-959b-2bb668a431a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "fal se", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:30,500 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.062s 2024-02-27 01:06:30,500 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db5a42c-7da2-4c4c-8d88-3ea7b0d6baf7', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db5a42c-7da2-4c4c-8d88-3ea7b0d6baf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:31,583 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.055s 2024-02-27 01:06:31,583 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43c3a92e-7014-49cd-a10d-d96a2b2c9909', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43c3a92e-7014-49cd-a10d-d96a2b2c9909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:32,758 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.161s 2024-02-27 01:06:32,759 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-660cfd6e-5025-430b-ab2d-771111cba444', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-660cfd6e-5025-430b-ab2d-771111cba444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:33,849 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.072s 2024-02-27 01:06:33,850 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981b3727-eecf-4539-83e8-4d55bdb73182', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981b3727-eecf-4539-83e8-4d55bdb73182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": " http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:34,927 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.047s 2024-02-27 01:06:34,927 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc838dc-e989-41c3-b09f-b28b9ecd2235', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc838dc-e989-41c3-b09f-b28b9ecd2235', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:35,992 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.050s 2024-02-27 01:06:35,993 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd6d8933-6247-4710-929e-f51ba1e348ae', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd6d8933-6247-4710-929e-f51ba1e348ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073 483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:37,064 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.055s 2024-02-27 01:06:37,065 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-513d4348-0093-4d8d-90c1-31fb712a2ae5', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-513d4348-0093-4d8d-90c1-31fb712a2ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:38,142 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.061s 2024-02-27 01:06:38,143 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4ab9794-5cbf-42b1-8fa1-01310770c4b8', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4ab9794-5cbf-42b1-8fa1-01310770c4b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:39,212 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.052s 2024-02-27 01:06:39,212 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5658ac02-9206-483b-9b16-4ff8355dfa75', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5658ac02-9206-483b-9b16-4ff8355dfa75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:40,323 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.090s 2024-02-27 01:06:40,324 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3799a433-2263-4110-9fb2-768a13235242', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3799a433-2263-4110-9fb2-768a13235242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f 1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:41,447 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.096s 2024-02-27 01:06:41,448 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc998bc-8fa4-4feb-9e53-a0319bab1bd1', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc998bc-8fa4-4feb-9e53-a0319bab1bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:42,531 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.069s 2024-02-27 01:06:42,531 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0c7125-53ca-4859-af95-f5076c51a962', 'content-length': '1081', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0c7125-53ca-4859-af95-f50 76c51a962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:23.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:43,618 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 0.071s 2024-02-27 01:06:43,619 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd231c9-4240-4901-bd82-dde0fd18ba97', 'content-length': '1082', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd231c9-4240-4901-bd82-dde0fd18ba97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"volume": {"id": "8801899a-46f1-44ab-a79e-0eb891d51eb8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-27T01:06:22.000000", "updated_at": "2024-02-27T01:06:43.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1073483015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8"}], "user_id": "09c4b5f6f6df40ec95b79b285e0502a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "user@joviandss-2#joviandss-2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "a2f2db389c264a68a21a4056680cfc2c"}}' 2024-02-27 01:06:43,637 85996 INFO [tempest.common.waiters] volume 8801899a-46f1-44ab-a79e-0eb891d51eb8 reached available after waiting for 21.637688 seconds 2024-02-27 01:06:43,638 85996 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-27 01:06:43,999 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.359s 2024-02-27 01:06:43,999 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicatio n/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-746550516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJiizKqZ7lV6e8zSvOQEoGbJB7TSV+kn2ZUgKu/SI8YYStO8u1Io6ju7G2C3iJGtDD7kUteexP44hvQsuGbdcWrVJuZetk5NENQE9HbdHg6NknkekaJelmufOOEdRmhn5w=="}} Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-467389a6-486d-45e1-85b6-f0bc4b1ff814', 'x-compute-request-id': 'req-467389a6-486d-45e1-85b6-f0bc4b1ff814', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-746550516", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJiizKqZ7lV6e8zSvOQEoGbJB7TSV+kn2ZUgKu/SI8YYStO8u1Io6ju7G2C3iJGtDD7kUteexP44hvQsuGbdcWrVJuZetk5NENQE9HbdHg6NknkekaJelmufOOEdRmhn5w==", "fingerprint": "c2:f1:5a:fd:eb:87:85:2a:e6:98:9a:e3:0a:0c:9b:02", "user_id": "f323ed4b0fc645a88c41795eafe86030"}}' 2024-02-27 01:06:44,004 85996 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-746550516 created 2024-02-27 01:06:44,310 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.306s 2024-02-27 01:06:44,311 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1520746762", "description": "tempest-description--1889107388"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-85098711-c53f-4729-9cd0-8ca7c8c6d0cc', 'date': 'Tue, 27 Feb 2024 01:06:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "29689a47-29db-4388-87db-4991bba4a95d", "name": "tempest-securitygroup--1520746762", "stateful": true, "tenant_id": "0db5fb04781e43d18f22e8f385579806", "description": "tempest-description--1889107388", "shared": false, "security_group_rules": [{"id": "9ccc192c-6420-4a04-add7-f8dc4b7ed652", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 359, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}, {"id": "dccfd028-bf57-4aee-bb73-9a17a490ee43", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 358, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 1, "project_id": "0db5fb04781e43d18f22e8f385579806"}}' 2024-02-27 01:06:44,552 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_cr eate_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.240s 2024-02-27 01:06:44,552 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c35ababb-3381-4a75-a281-4277b1333e57', 'date': 'Tue, 27 Feb 2024 01:06:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b16b2db9-96fa-4744-a3b8-0f7a8ed1ce2a", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}}' 2024-02-27 01:06:44,774 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.221s 2024-02-27 01:06:44,774 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7bd98d82-5af4-4c5a-ad22-4730dae6dec4', 'date': 'Tue, 27 Feb 2024 01:06:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1cbeeee3-b61b-4e5e-9e30-1be8456cf50c", "project_id": "0db5fb04781e43d18f22e8f385579806", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "security_group_id": "29689a47-29db-4388-87db-4991bba4a95d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-27T01:06:44Z", "updated_at": "2024-02-27T01:06:44Z", "revision_number": 0}}' 2024-02-27 01:06:44,775 85996 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1520746762 created 2024-02-27 01:06:45,821 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.046s 2024-02-27 01:06:45,822 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "451a566d-559a-404b-b88c-fe75908d76ee"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-88354767-cfbf-4ccf-be07-7d2d4ae13ffb', 'date': 'Tue, 27 Feb 2024 01:06:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "0c79c11b-3c3c-4789-8b9f-697b310946e8", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "floating_ip_address": "172.24.4.216", "floating_network_id": "451a566d-559a-404b-b88c-fe75908d76ee", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0db5fb04781e43d18f22e8f385579806", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-27T01:06:45Z", "updated_at": "2024-02-27T01:06:45Z", "revision_number": 0}}' 2024-02-27 01:06:45,822 85996 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0c79c11b-3c3c-4789-8b9f-697b310946e8', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'floating_ip_address': '172.24.4.216', 'floating_network_id': '451a566d-559a-404b-b88c-fe75908d76ee', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-27T01:06:45Z', 'updated_at': '2024-02-27T01:06:45Z', 'revision_number': 0, 'ip': '172.24.4.216'} created 2024-02-27 01:06:45,868 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.039s 2024-02-27 01:06:45,868 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7ba1def6-132e-45ad-b4ba-d0ee42ba0249', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f323ed4b0fc645a88c41795eafe86030", "name": "tempest-VolumesAssistedSnapshotsTest-554221138-project-member", "password_expires_at": null}, "audit_ids": ["19nW5SedQwes2IzcJ5DJsA"], "expires_at": "2024-02-27T02:06:45.000000Z", "issued_at": "2024-02-27T01:06:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0db5fb04781e43d18f22e8f385579806", "name": "tempest-VolumesAssistedSnapshotsTest-554221138"}, "is_domain": false, "roles": [{"id": "a9fa122fc6084bd6b3c22d1bb39dda5b", "name": "member"}, {"id": "636180b933a14837b6cc0e101d83463c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "1e1a15a2892c4d19b5a6144bcc8527af", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "06066074f7de42b090fa5ff88e1e3030", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a247ab8e522243ff9c2eed34b310d58a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "15abf26a737b482ea91b4bdf178d5426", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ac74b11b45af48108335f604f6747373", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "18ffef2e71ff4d1e85955d2c91a4e321", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "35d0348049c44d8b93f83ceec6b527df", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0db5fb04781e43d18f22e8f385579806", "region": "RegionOne"}], "id": "a4e15e27d3a74244879fb0a7262ae065", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "a12adffe173f406d8c5352adf0a9bd69", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0db5fb04781e43d18f22e8f385579806", "region": "RegionOne"}], "id": "acb92c615f004f559ae20800ca4c8cf3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "89eac3aa0abb4d74b82005657734a347", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0db5fb04781e43d18f22e8f385579806", "region": "RegionOne"}] , "id": "b8a4f50f7abc4ac187fd625db92f8471", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9892718d50b641e8887cbd370467a8e0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "e72208527afd4cef869071a0b859bc70", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "ff91db79b2e24b409177e7882ffd6c5b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f5ee6b8757da4b1d893e4894d1397d42", "type": "image", "name": "glance"}]}}' 2024-02-27 01:06:45,869 85996 INFO [tempest.lib.common.fixed_network] (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete) Found network {'id': '9180f819-d4e7-4d82-870e-a32c80669a8d', 'name': 'tempest-VolumesAssistedSnapshotsTest-1491855094-network', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0db5fb04781e43d18f22e8f385579806', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7394, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-27T01:05:22Z', 'updated_at': '2024-02-27T01:05:22Z', 'revision_number': 1} available for tenant 2024-02-27 01:06:45,869 85996 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-746550516', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJiizKqZ7lV6e8zSvOQEoGbJB7TSV+kn2ZUgKu/SI8YYStO8u1Io6ju7G2C3iJGtDD7kUteexP44hvQsuGbdcWrVJuZetk5NENQE9HbdHg6NknkekaJelmufOOEdRmhn5w==', 'fingerprint': 'c2:f1:5a:fd:eb:87:85:2a:e6:98:9a:e3:0a:0c:9b:02', 'user_id': 'f323ed4b0fc645a88c41795eafe86030', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDETx6wTVHXgg/TqTJoQk1jugP2RH1SatyUojATASfzRYDoQ3DvD9b6\nLho94ZP9W4ygBwYFK4EEACKhZANiAASYosyqme5VenvM0rzkBKBmyQe00lfpJ9mV\nICrv0iPGGErTvLtSKOo7uxtgt4iRrQw+5FLXnsT+OIb0LLhm3XFq1SbmXrZOTRDU\nBPR23R4OjZJ5HpGiXpZrnzjhHUZoZ+c=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '29689a47-29db-4388-87db-4991bba4a95d', 'name': 'tempest-securitygroup--1520746762', 'stateful': True, 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'description': 'tempest-description--1889107388', 'shared': False, 'security_group_rules': [{'id': '9ccc192c-6420-4a04-add7-f8dc4b7ed652', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'security_group_id': '29689a47-29db-4388-87db-4991bba4a95d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 359, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-27T01:06:44Z', 'updated_at': '2024-02-27T01:06:44Z', 'revision_number': 0}, {'id': 'dccfd028-bf57-4aee-bb73-9a17a490ee43', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'security_group_id': '29689a47-29db-4388-87db-4991bba4a95d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 358, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-27T01:06:44Z', 'updated_at': '2024-02-27T01:06:44Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-27T01:06:44Z', 'updated_at': '2024-02-27T01:06:44Z', 'revision_number': 1, 'project_id': '0db5fb04781e43d18f22e8f385579806'}, 'floating_ip': {'id': '0c79c11b-3c3c-4789-8b9f-697b310946e8', 'tenant_id': '0db5fb04781e43d18f22e8f385579806', 'floati ng_ip_address': '172.24.4.216', 'floating_network_id': '451a566d-559a-404b-b88c-fe75908d76ee', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0db5fb04781e43d18f22e8f385579806', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-27T01:06:45Z', 'updated_at': '2024-02-27T01:06:45Z', 'revision_number': 0, 'ip': '172.24.4.216'}} 2024-02-27 01:06:46,510 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/compute/v2.1/servers 0.640s 2024-02-27 01:06:46,510 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAssistedSnapshotsTest-server-602706965", "imageRef": "45eb38b4-f730-488e-8c67-1f491aebf185", "flavorRef": "1", "networks": [{"uuid": "9180f819-d4e7-4d82-870e-a32c80669a8d"}], "security_groups": [{"name": "tempest-securitygroup--1520746762"}], "key_name": "tempest-keypair-746550516", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2922826-5373-4d33-b3af-42600bc4b5d1', 'x-compute-request-id': 'req-d2922826-5373-4d33-b3af-42600bc4b5d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1520746762"}], "adminPass": "RKPi7RARBgVF"}}' 2024-02-27 01:06:46,616 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6 0.103s 2024-02-27 01:06:46,616 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f6041d8-ad9e-4173-bfce-13ee416b1b00', 'x-compute-request-id': 'req-7f6041d8-ad9e-4173-bfce-13ee416b1b00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6'} Body: b'{"server": {"id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "name": "tempest-VolumesAssistedSnapshotsTest-server-602706965", "status": "BUILD", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "user_id": "f323ed4b0fc645a88c41795eafe86030", "metadata": {}, "hostId": "", "image": {"id": "45eb38b4-f730-488e-8c67-1f491aebf185", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/45eb38b4-f730-488e-8c67-1f491aebf185"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-27T01:06:46Z", "updated": "2024-02-27T01:06:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"re l": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-746550516", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-27 01:07:36,941 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6 0.291s 2024-02-27 01:07:36,942 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:07:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf05544-c514-4244-8256-4c16b55dbcf8', 'x-compute-request-id': 'req-ebf05544-c514-4244-8256-4c16b55dbcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6'} Body: b'{"server": {"id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "name": "tempest-VolumesAssistedSnapshotsTest-server-602706965", "status": "ACTIVE", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "user_id": "f323ed4b0fc645a88c41795eafe86030", "metadata": {}, "hostId": "b5c6a4b85e76b3a79ac1cbc7cec93f22b957517fc1e934a3361cfaf7", "image": {"id": "45eb38b4-f730-488e-8c67-1f491aebf185", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/45eb38b4-f730-488e-8c67-1f491aebf185"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-27T01:06:46Z", "updated": "2024-02-27T01:06:54Z", "addresses": {"tempest-VolumesAssistedSnapshotsTest-1491855094-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:18:42"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-746550516", "OS-SRV-USG:launched_at": "2024-02-27T01:06:54.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1520746762"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-27 01:07:36,955 85996 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-27 01:08:37,139 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6/os-interface 0.145s 2024-02-27 01:08:37,139 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id ': 'req-d5b3995b-d851-4691-ac3c-fb94da78b866', 'x-compute-request-id': 'req-d5b3995b-d851-4691-ac3c-fb94da78b866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e2b49a-a460-4fc9-8341-5a191ae659e6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9180f819-d4e7-4d82-870e-a32c80669a8d", "port_id": "520943e3-18a2-4898-a358-1b5b6f7dcd99", "mac_addr": "fa:16:3e:af:18:42", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5791b293-95a3-4b2e-a246-5d81817145f3", "ip_address": "10.0.0.4"}]}]}' 2024-02-27 01:08:38,314 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/0c79c11b-3c3c-4789-8b9f-697b310946e8 1.171s 2024-02-27 01:08:38,315 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "520943e3-18a2-4898-a358-1b5b6f7dcd99"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c24994d1-7a0b-4a2e-9bdc-003dcdf85916', 'date': 'Tue, 27 Feb 2024 01:08:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/0c79c11b-3c3c-4789-8b9f-697b310946e8'} Body: b'{"floatingip": {"id": "0c79c11b-3c3c-4789-8b9f-697b310946e8", "tenant_id": "0db5fb04781e43d18f22e8f385579806", "floating_ip_address": "172.24.4.216", "floating_network_id": "451a566d-559a-404b-b88c-fe75908d76ee", "router_id": "f885a922-1f75-4be5-9b1d-251f1860529b", "port_id": "520943e3-18a2-4898-a358-1b5b6f7dcd99", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9180f819-d4e7-4d82-870e-a32c80669a8d", "mac_address": "fa:16:3e:af:18:42", "admin_state_up": true, "status": "ACTIVE", "device_id": "24e2b49a-a460-4fc9-8341-5a191ae659e6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-27T01:06:45Z", "updated_at": "2024-02-27T01:08:37Z", "revision_number": 1, "project_id": "0db5fb04781e43d18f22e8f385579806"}}' 2024-02-27 01:08:38,317 85996 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.216:22' as 'cirros' with public key authentication 2024-02-27 01:08:38,339 85996 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-27 01:08:38,452 85996 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-27 01:08:38,452 85996 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.216 successfully created 2024-02-27 01:10:06,951 85996 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 400 DELETE http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8 28.431s 2024-02-27 01:10:06,951 85996 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 27 Feb 2024 01:09:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f5daa5-5b71-4ddf-b0e5-3b4986d1f653', 'x-openstack-request-id': 'req-55f5daa5-5b71-4ddf-b0e5-3b4986d1f653', 'connection': 'close', 'status': '400', 'content-location': 'http://10.0.0.210/volume/v3/a2f2db389c264a68a21a4056680cfc2c/volumes/8801899a-46f1-44ab-a79e-0eb891d51eb8'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' tearDownClass (tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest) ----------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 267, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 231, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 649, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}, ), (, Request timed out Details: (VolumesAssistedSnapshotsTest:tearDownClass) Failed to delete volume 8801899a-46f1-44ab-a79e-0eb891d51eb8 within the required time (196 s). Timer started at 1708996258. Timer ended at 1708996454. Waited for 196 s., )) ====== Totals ====== Ran: 293 tests in 3634.3173 sec. - Passed: 259 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 2 Sum of execute time for each test: 16974.4552 sec. ============== Worker Balance ============== - Worker 0 (25 tests) => 0:09:03.697763 - Worker 1 (17 tests) => 0:17:28.420664 - Worker 2 (30 tests) => 0:20:01.895175 - Worker 3 (22 tests) => 0:29:35.112246 - Worker 4 (17 tests) => 0:49:52.178377 - Worker 5 (24 tests) => 0:23:44.045531 - Worker 6 (17 tests) => 0:28:20.701964 - Worker 7 (45 tests) => 0:55:00.417739 - Worker 8 (13 tests) => 0:07:40.055644 - Worker 9 (14 tests) => 0:25:21.128552 - Worker 10 (19 tests) => 0:10:34.832916 - Worker 11 (50 tests) => 0:58:10.805219 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed