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.5.0,cmd2==2.4.3,cryptography==41.0.7,debtcollector==2.5.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==5.3.0,oslo.config==9.3.0,oslo.context==5.3.0,oslo.i18n==6.2.0,oslo.log==5.4.0,oslo.serialization==5.3.0,oslo.utils==7.0.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==2023.3.post1,PyYAML==6.0.1,referencing==0.32.1,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.17.1,six==1.16.0,stestr==4.1.0,stevedore==5.1.0,-e git+https://github.com/openstack/tempest@0edee3b8d88440960b8e35a8193034948d78ff97#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2023.4,urllib3==1.26.18,voluptuous==0.14.1,wcwidth==0.2.13,wrapt==1.16.0 all run-test-pre: PYTHONHASHSEED='1245517367' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex cinder_tempest_plugin {10} setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {0} setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {10} setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39) ... 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.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {8} setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {0} setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.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 (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {9} setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39) ... 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} setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.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`. {11} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {7} setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {7} 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} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name [0.084505s] ... ok {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [10.519233s] ... ok {5} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [21.506933s] ... ok {4} cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code [19.588333s] ... ok {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [29.844372s] ... ok {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [65.391924s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 59, in test_volume_revert_to_snapshot waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-14 14:03:04,818 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes 0.813s 2024-02-14 14:03:04,818 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeRevertTests-Volume-1810416435"}} Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6692210b-04a7-4d56-a054-eab48109e670', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6692210b-04a7-4d56-a054-eab48109e670', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:04.732599", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-14 14:03:04,887 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.056s 2024-02-14 14:03:04,887 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1bfd364-ffc9-4fd4-8c7c-66fb0897caac', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1bfd364-ffc9-4fd4-8c7c-66fb0897caac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:05,964 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.061s 2024-02-14 14:03:05,965 115602 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce921093-684b-45ca-b658-1a160cebaa09', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce921093-684b-45ca-b658-1a160cebaa09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:07,029 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:07,029 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f375c97-e7f5-4212-9e59-0573c4b31c00', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f375c97-e7f5-4212-9e59-0573c4b31c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:08,153 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.109s 2024-02-14 14:03:08,153 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef1dd799-3c05-4862-94e7-ff4cb9142ea5', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef1dd799-3c05-4862-94e7-ff4cb9142ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:09,210 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:09,211 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47fb61d6-a605-4547-89f3-a7f8ae76324d', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47fb61d6-a605-4547-89f3-a7f8ae76324d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:10,302 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.077s 2024-02-14 14:03:10,302 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-b5de10e6-9df6-41b3-b16a-d8f45fea6291', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5de10e6-9df6-41b3-b16a-d8f45fea6291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:11,419 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.093s 2024-02-14 14:03:11,419 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abdd09f2-8094-471b-b7eb-6e94f2089037', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abdd09f2-8094-471b-b7eb-6e94f2089037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:11.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:11,432 115602 INFO [tempest.common.waiters] volume c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 reached available after waiting for 7.432302 seconds 2024-02-14 14:03:11,647 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots 0.214s 2024-02-14 14:03:11,647 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "metadata": {"mykey1": "value1"}, "name": "tempest-VolumeRevertTests-Snapshot-1582057951"}} Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:11 GMT', 'server': 'Apache/ 2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2267db6d-3373-45ec-af2d-3a17542d594b', 'content-length': '322', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2267db6d-3373-45ec-af2d-3a17542d594b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:11.570120", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}}}' 2024-02-14 14:03:11,779 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.062s 2024-02-14 14:03:11,779 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8476be2-e11d-456e-a3ef-5868982f5caf', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8476be2-e11d-456e-a3ef-5868982f5caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:12,813 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.026s 2024-02-14 14:03:12,814 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edf1cfb-60ef-4e83-82de-42832b936c84', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edf1cfb-60ef-4e83-82de-42832b936c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:13,854 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.033s 2024-02-14 14:03:13,855 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-373e08f2-30d8-4315-8315-449d2e171e61', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-373e08f2-30d8-4315-8315-449d2e171e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:14,887 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.026s 2024-02-14 14:03:14,887 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f7af894-0a8e-45ce-8053-b36ad2521af5', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f7af894-0a8e-45ce-8053-b36ad2521af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:15,916 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.023s 2024-02-14 14:03:15,917 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3feffc88-a6ee-485c-a57d-070fbf2f645a', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3feffc88-a6ee-485c-a57d-070fbf2f645a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:16,950 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462 cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.029s 2024-02-14 14:03:16,951 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301c9aec-fc87-4304-8172-b4c5d36e38f2', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301c9aec-fc87-4304-8172-b4c5d36e38f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:17,984 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.027s 2024-02-14 14:03:17,985 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1ac3c0-834b-4e1f-815c-1935d3fef772', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1ac3c0-834b-4e1f-815c-1935d3fef772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:19,021 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.028s 2024-02-14 14:03:19,022 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8049324e-80b7-4120-a4aa-06791695f6dc', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8049324e-80b7-4120-a4aa-06791695f6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attri butes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:20,070 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.043s 2024-02-14 14:03:20,150 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624d96a2-1da5-4d67-bf5a-e8b77a0d325d', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624d96a2-1da5-4d67-bf5a-e8b77a0d325d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:21,183 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.024s 2024-02-14 14:03:21,183 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5424fbe5-b863-4cc6-9593-fdd9611b4c02', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5424fbe5-b863-4cc6-9593-fdd9611b4c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:22,219 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.030s 2024-02-14 14:03:22,219 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d481a8c-2499-4904-a561-9a4e90dbf0c9', 'content-length': '481', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d481a8c-2499-4904-a561-9a4e90dbf0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02- 14T14:03:12.000000", "updated_at": "2024-02-14T14:03:21.000000", "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "available", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "100%"}}' 2024-02-14 14:03:22,224 115602 INFO [tempest.common.waiters] snapshot a13c5ee2-ec30-4466-9067-07fe771f92fd reached available after waiting for 11.223994 seconds 2024-02-14 14:03:22,295 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 202 POST http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325/action 0.071s 2024-02-14 14:03:22,296 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"revert": {"snapshot_id": "a13c5ee2-ec30-4466-9067-07fe771f92fd"}} Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-compute-request-id': 'req-0de19738-8875-4bcf-8e49-86d6fe1782f0', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0de19738-8875-4bcf-8e49-86d6fe1782f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325/action'} Body: b'' 2024-02-14 14:03:22,341 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:03:22,341 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d373b2-774d-4ff6-bec4-64f28e11f3ab', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d373b2-774d-4ff6-bec4-64f28e11f3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:23,406 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.049s 2024-02-14 14:03:23,407 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-345e5120-31c9-4431-8dfe-c97eba16588f', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-345e5120-31c9-4431-8dfe-c97eba16588f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:24,500 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.064s 2024-02-14 14:03:24,505 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844f0055-b75f-4109-99fc-e27983be52b5', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844f0055-b75f-4109-99fc-e27983be52b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:25,587 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.055s 2024-02-14 14:03:25,587 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4a06bc-f88f-496f-b230-30b649434451', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4a06bc-f88f-496f-b230-30b649434451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:26,661 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.050s 2024-02-14 14:03:26,661 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cbfe8b1-253d-4096-a4b0-4239151ba2ad', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cbfe8b1-253d-4096-a4b0-4239151ba2ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:27,732 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.045s 2024-02-14 14:03:27,733 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-8b2685dc-e125-4b52-be64-b454f207e34e', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2685dc-e125-4b52-be64-b454f207e34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:28,788 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.041s 2024-02-14 14:03:28,788 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d4259f5-c392-4f9e-924f-d79b31f113d8', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d4259f5-c392-4f9e-924f-d79b31f113d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:29,886 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.083s 2024-02-14 14:03:29,887 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b57ce56-0968-4fa4-9651-46c971932dde', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b57ce56-0968-4fa4-9651-46c971932dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:30,945 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:30,945 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32035780-31fd-45ec-9472-e39e5954a012', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32035780-31fd-45ec-9472-e39e5954a012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:32,008 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.039s 2024-02-14 14:03:32,008 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6c71d4-786a-4a4d-a269-6e48a46b95f9', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6c71d4-786a-4a4d-a269-6e48a46b95f9', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:33,066 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:03:33,066 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b335e624-bcb7-44f5-a68b-3119f96665d3', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b335e624-bcb7-44f5-a68b-3119f96665d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:34,123 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:34,123 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b5f861-ba4d-43d4-a7c8-16ba884d2a99', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b5f861-ba4d-43d4-a7c8-16ba884d2a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/ c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:35,217 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.079s 2024-02-14 14:03:35,218 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3392ee2c-6dcd-4b81-99be-85c0d921ed77', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3392ee2c-6dcd-4b81-99be-85c0d921ed77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:36,285 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.049s 2024-02-14 14:03:36,286 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4e0bc9-0abb-4064-a373-65295ad90873', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4e0bc9-0abb-4064-a373-65295ad90873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status ": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:37,351 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:37,352 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c121f15-50af-4ea0-91dd-ba7e17677371', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c121f15-50af-4ea0-91dd-ba7e17677371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:38,414 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.048s 2024-02-14 14:03:38,415 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-411b4e46-09be-4cf0-8544-809ad2ad650c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-411b4e46-09be-4cf0-8544-809ad2ad650c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024- 02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:39,481 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.052s 2024-02-14 14:03:39,481 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d26aa7f-fe2c-473b-8b05-c22ed9113202', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d26aa7f-fe2c-473b-8b05-c22ed9113202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:40,536 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.041s 2024-02-14 14:03:40,537 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b953741-2019-4741-ab02-3f2b4d78ff31', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b953741-2019-4741-ab02-3f2b4d78ff31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "jovi andss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:41,598 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:41,598 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d6f7e42-b6ed-46d9-a81f-3c1d0d5ba563', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d6f7e42-b6ed-46d9-a81f-3c1d0d5ba563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:42,664 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:42,665 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62bf5707-c079-4fbb-a14e-22ae671071ed', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62bf5707-c079-4fbb-a14e-22ae671071ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.21 0/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:43,739 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:43,739 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6993bcc1-56f9-4499-a4c6-837352559a7c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6993bcc1-56f9-4499-a4c6-837352559a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:44,807 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:44,807 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a06420e-9750-4962-a169-5b912f7eaf95', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a06420e-9750-4962-a169-5b912f7eaf95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:45,867 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:45,868 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bfb3383-9499-441f-9841-72b432c618f7', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bfb3383-9499-441f-9841-72b432c618f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:46,935 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.053s 2024-02-14 14:03:46,935 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59cbff1-f74a-4ab0-a4c7-2f973f65f30c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59cbff1-f74a-4ab0-a4c7-2f973f65f30c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:47,996 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:47,997 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f6dbe6-57f5-46c0-aa94-d7253ffeda50', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f6dbe6-57f5-46c0-aa94-d7253ffeda50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:49,051 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.040s 2024-02-14 14:03:49,052 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b928ff-f3e5-4c33-b7d3-d54c35e5a9a8', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b928ff-f3e5-4c33-b7d3-d54c35e5a9a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygro up_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:50,116 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.050s 2024-02-14 14:03:50,116 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8af1167-d535-467f-b9b9-00ce46a4b217', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8af1167-d535-467f-b9b9-00ce46a4b217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:51,179 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:51,179 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-444ae8f0-1514-4e1d-8551-00e44e249efe', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-444ae8f0-1514-4e1d-8551-00e44e249efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a46 2cac2723b0046436ff"}}' 2024-02-14 14:03:52,236 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.040s 2024-02-14 14:03:52,237 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29777638-9e0d-4c2c-b9c9-6015319a8255', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29777638-9e0d-4c2c-b9c9-6015319a8255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:53,319 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.057s 2024-02-14 14:03:53,320 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f39ed1-d053-4b33-bc63-fd76061eed7c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f39ed1-d053-4b33-bc63-fd76061eed7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:54,375 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTes ts:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:54,376 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d71284-3f3b-4988-9524-b44a303248d7', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d71284-3f3b-4988-9524-b44a303248d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:55,445 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.051s 2024-02-14 14:03:55,446 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ccff004-e96a-4042-b0f7-d2e8b6c146cf', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ccff004-e96a-4042-b0f7-d2e8b6c146cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:56,506 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2 c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:56,506 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb2847d-7e6b-40b5-812a-969ca479ea51', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb2847d-7e6b-40b5-812a-969ca479ea51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:57,564 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:03:57,565 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6e8263-fbac-4643-9a47-3e124649bb05', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6e8263-fbac-4643-9a47-3e124649bb05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:58,640 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.061s 2024-02-14 14:03:58,641 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eba579e-7dcb-4b5f-9497-b440ae5226ef', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eba579e-7dcb-4b5f-9497-b440ae5226ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:59,713 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:59,713 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-500fc313-1cd3-47fb-ae6b-e858173fe95c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-500fc313-1cd3-47fb-ae6b-e858173fe95c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:00,773 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.045s 2024-02-14 14:04:00,773 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-A uth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de899cf2-fe21-41b5-b752-4edffdc32221', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de899cf2-fe21-41b5-b752-4edffdc32221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:01,834 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:04:01,835 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85fa3296-1186-4a29-b40f-56fc5cb985b4', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85fa3296-1186-4a29-b40f-56fc5cb985b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:02,895 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.041s 2024-02-14 14:04:02,895 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9fe042-c9cb-49ba-b396-c94d5fe975bc', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9fe042-c9cb-49ba-b396-c94d5fe975bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:03,967 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.056s 2024-02-14 14:04:03,968 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f8c9c8-9a46-4bd7-8162-75f995867ef6', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f8c9c8-9a46-4bd7-8162-75f995867ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:05,030 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.048s 2024-02-14 14:04:05,030 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ddbd309-18bd-4ef1-ad0d-18c17 39c9ed6', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ddbd309-18bd-4ef1-ad0d-18c1739c9ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:06,090 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:04:06,091 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f40a76ca-395e-45c6-af05-703ce8f09558', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f40a76ca-395e-45c6-af05-703ce8f09558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:07,175 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.063s 2024-02-14 14:04:07,176 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0999c3f1-fef1-4241-aaf4-27193f64826f', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-0999c3f1-fef1-4241-aaf4-27193f64826f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:08,302 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.113s 2024-02-14 14:04:08,303 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41cd330-4f4a-412d-b07f-da7528a83ec1', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41cd330-4f4a-412d-b07f-da7528a83ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:09,360 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:04:09,361 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab1d65b-9dab-47d8-91c6-531a86118ad8', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab1d65b-9dab-47d8-91c6-531a86118ad8', 'connection': 'close', 'status': '200', 'content-location': 'h ttp://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:04:09.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [67.303426s] ... ok {6} setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {6} 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`. {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [38.741298s] ... ok {4} setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33) ... 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} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {5} setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.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`. {3} 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`. {3} 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`. {2} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {2} setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {1} tearDownClass (cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests) [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: (VolumeRevertTests:tearDownClass) Failed to delete volume c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 within the required time (196 s). Timer started at 1707919515. Timer ended at 1707919711. Waited for 196 s., )) {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {1} setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {1} 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`. {0} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [523.617099s] ... ok {0} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. ============================== Failed 2 tests - output below: ============================== cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 59, in test_volume_revert_to_snapshot waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-14 14:03:04,818 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes 0.813s 2024-02-14 14:03:04,818 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeRevertTests-Volume-1810416435"}} Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6692210b-04a7-4d56-a054-eab48109e670', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6692210b-04a7-4d56-a054-eab48109e670', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:04.732599", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-14 14:03:04,887 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.056s 2024-02-14 14:03:04,887 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1bfd364-ffc9-4fd4-8c7c-66fb0897caac', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1bfd364-ffc9-4fd4-8c7c-66fb0897caac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:05,964 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.061s 2024-02-14 14:03:05,965 115602 DEBUG [tempest.lib.commo n.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce921093-684b-45ca-b658-1a160cebaa09', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce921093-684b-45ca-b658-1a160cebaa09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:07,029 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:07,029 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f375c97-e7f5-4212-9e59-0573c4b31c00', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f375c97-e7f5-4212-9e59-0573c4b31c00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:08,153 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.109s 2024-02-14 14:03:08,153 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef1dd799-3c05-4862-94e7-ff4cb9142ea5', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef1dd799-3c05-4862-94e7-ff4cb9142ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:09,210 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:09,211 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47fb61d6-a605-4547-89f3-a7f8ae76324d', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47fb61d6-a605-4547-89f3-a7f8ae76324d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:10,302 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.077s 2024-02-14 14:03:10,302 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-b5de10e6-9df6-41b3-b16a-d8f45fea6291', 'content-length': '925', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5de10e6-9df6-41b3-b16a-d8f45fea6291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:05.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:11,419 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.093s 2024-02-14 14:03:11,419 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abdd09f2-8094-471b-b7eb-6e94f2089037', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abdd09f2-8094-471b-b7eb-6e94f2089037', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:11.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:11,432 115602 INFO [tempest.common.waiters] volume c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 reached available after waiting for 7.432302 seconds 2024-02-14 14:03:11,647 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots 0.214s 2024-02-14 14:03:11,647 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"snapshot": {"volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "metadata": {"mykey1": "value1"}, "name": "tempest-VolumeRevertTests-Snapshot-1582057951"}} Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:11 GMT', 'server': 'Apache/ 2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2267db6d-3373-45ec-af2d-3a17542d594b', 'content-length': '322', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2267db6d-3373-45ec-af2d-3a17542d594b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:11.570120", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}}}' 2024-02-14 14:03:11,779 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.062s 2024-02-14 14:03:11,779 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8476be2-e11d-456e-a3ef-5868982f5caf', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8476be2-e11d-456e-a3ef-5868982f5caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:12,813 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.026s 2024-02-14 14:03:12,814 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3edf1cfb-60ef-4e83-82de-42832b936c84', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3edf1cfb-60ef-4e83-82de-42832b936c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:13,854 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.033s 2024-02-14 14:03:13,855 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-373e08f2-30d8-4315-8315-449d2e171e61', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-373e08f2-30d8-4315-8315-449d2e171e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:14,887 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.026s 2024-02-14 14:03:14,887 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f7af894-0a8e-45ce-8053-b36ad2521af5', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f7af894-0a8e-45ce-8053-b36ad2521af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:15,916 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.023s 2024-02-14 14:03:15,917 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3feffc88-a6ee-485c-a57d-070fbf2f645a', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3feffc88-a6ee-485c-a57d-070fbf2f645a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:16,950 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462 cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.029s 2024-02-14 14:03:16,951 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301c9aec-fc87-4304-8172-b4c5d36e38f2', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301c9aec-fc87-4304-8172-b4c5d36e38f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:17,984 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.027s 2024-02-14 14:03:17,985 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1ac3c0-834b-4e1f-815c-1935d3fef772', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1ac3c0-834b-4e1f-815c-1935d3fef772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:19,021 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.028s 2024-02-14 14:03:19,022 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8049324e-80b7-4120-a4aa-06791695f6dc', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8049324e-80b7-4120-a4aa-06791695f6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attri butes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:20,070 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.043s 2024-02-14 14:03:20,150 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624d96a2-1da5-4d67-bf5a-e8b77a0d325d', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624d96a2-1da5-4d67-bf5a-e8b77a0d325d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:21,183 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.024s 2024-02-14 14:03:21,183 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5424fbe5-b863-4cc6-9593-fdd9611b4c02', 'content-length': '454', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5424fbe5-b863-4cc6-9593-fdd9611b4c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02-14T14:03:12.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "creating", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "0%"}}' 2024-02-14 14:03:22,219 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd 0.030s 2024-02-14 14:03:22,219 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d481a8c-2499-4904-a561-9a4e90dbf0c9', 'content-length': '481', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d481a8c-2499-4904-a561-9a4e90dbf0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/snapshots/a13c5ee2-ec30-4466-9067-07fe771f92fd'} Body: b'{"snapshot": {"id": "a13c5ee2-ec30-4466-9067-07fe771f92fd", "created_at": "2024-02- 14T14:03:12.000000", "updated_at": "2024-02-14T14:03:21.000000", "name": "tempest-VolumeRevertTests-Snapshot-1582057951", "description": null, "volume_id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "available", "size": 1, "metadata": {"mykey1": "value1"}, "os-extended-snapshot-attributes:project_id": "3c5cb380593a462cac2723b0046436ff", "os-extended-snapshot-attributes:progress": "100%"}}' 2024-02-14 14:03:22,224 115602 INFO [tempest.common.waiters] snapshot a13c5ee2-ec30-4466-9067-07fe771f92fd reached available after waiting for 11.223994 seconds 2024-02-14 14:03:22,295 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 202 POST http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325/action 0.071s 2024-02-14 14:03:22,296 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"revert": {"snapshot_id": "a13c5ee2-ec30-4466-9067-07fe771f92fd"}} Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-compute-request-id': 'req-0de19738-8875-4bcf-8e49-86d6fe1782f0', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0de19738-8875-4bcf-8e49-86d6fe1782f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325/action'} Body: b'' 2024-02-14 14:03:22,341 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:03:22,341 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d373b2-774d-4ff6-bec4-64f28e11f3ab', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d373b2-774d-4ff6-bec4-64f28e11f3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:23,406 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.049s 2024-02-14 14:03:23,407 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-345e5120-31c9-4431-8dfe-c97eba16588f', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-345e5120-31c9-4431-8dfe-c97eba16588f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:24,500 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.064s 2024-02-14 14:03:24,505 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844f0055-b75f-4109-99fc-e27983be52b5', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844f0055-b75f-4109-99fc-e27983be52b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:25,587 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.055s 2024-02-14 14:03:25,587 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4a06bc-f88f-496f-b230-30b649434451', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4a06bc-f88f-496f-b230-30b649434451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:26,661 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.050s 2024-02-14 14:03:26,661 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cbfe8b1-253d-4096-a4b0-4239151ba2ad', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cbfe8b1-253d-4096-a4b0-4239151ba2ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:27,732 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.045s 2024-02-14 14:03:27,733 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-8b2685dc-e125-4b52-be64-b454f207e34e', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2685dc-e125-4b52-be64-b454f207e34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:28,788 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.041s 2024-02-14 14:03:28,788 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d4259f5-c392-4f9e-924f-d79b31f113d8', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d4259f5-c392-4f9e-924f-d79b31f113d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:29,886 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.083s 2024-02-14 14:03:29,887 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b57ce56-0968-4fa4-9651-46c971932dde', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b57ce56-0968-4fa4-9651-46c971932dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:30,945 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:30,945 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32035780-31fd-45ec-9472-e39e5954a012', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32035780-31fd-45ec-9472-e39e5954a012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:32,008 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.039s 2024-02-14 14:03:32,008 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b6c71d4-786a-4a4d-a269-6e48a46b95f9', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b6c71d4-786a-4a4d-a269-6e48a46b95f9', 'connectio n': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:33,066 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:03:33,066 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b335e624-bcb7-44f5-a68b-3119f96665d3', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b335e624-bcb7-44f5-a68b-3119f96665d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:34,123 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:34,123 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b5f861-ba4d-43d4-a7c8-16ba884d2a99', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b5f861-ba4d-43d4-a7c8-16ba884d2a99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/ c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:35,217 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.079s 2024-02-14 14:03:35,218 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3392ee2c-6dcd-4b81-99be-85c0d921ed77', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3392ee2c-6dcd-4b81-99be-85c0d921ed77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:36,285 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.049s 2024-02-14 14:03:36,286 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4e0bc9-0abb-4064-a373-65295ad90873', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4e0bc9-0abb-4064-a373-65295ad90873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status ": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:37,351 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:37,352 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c121f15-50af-4ea0-91dd-ba7e17677371', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c121f15-50af-4ea0-91dd-ba7e17677371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:38,414 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.048s 2024-02-14 14:03:38,415 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-411b4e46-09be-4cf0-8544-809ad2ad650c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-411b4e46-09be-4cf0-8544-809ad2ad650c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024- 02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:39,481 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.052s 2024-02-14 14:03:39,481 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d26aa7f-fe2c-473b-8b05-c22ed9113202', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d26aa7f-fe2c-473b-8b05-c22ed9113202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:40,536 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.041s 2024-02-14 14:03:40,537 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b953741-2019-4741-ab02-3f2b4d78ff31', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b953741-2019-4741-ab02-3f2b4d78ff31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "jovi andss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:41,598 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:41,598 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d6f7e42-b6ed-46d9-a81f-3c1d0d5ba563', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d6f7e42-b6ed-46d9-a81f-3c1d0d5ba563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:42,664 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:42,665 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62bf5707-c079-4fbb-a14e-22ae671071ed', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62bf5707-c079-4fbb-a14e-22ae671071ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.21 0/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:43,739 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:43,739 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6993bcc1-56f9-4499-a4c6-837352559a7c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6993bcc1-56f9-4499-a4c6-837352559a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:44,807 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:44,807 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a06420e-9750-4962-a169-5b912f7eaf95', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a06420e-9750-4962-a169-5b912f7eaf95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:45,867 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:45,868 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bfb3383-9499-441f-9841-72b432c618f7', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bfb3383-9499-441f-9841-72b432c618f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:46,935 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.053s 2024-02-14 14:03:46,935 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59cbff1-f74a-4ab0-a4c7-2f973f65f30c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59cbff1-f74a-4ab0-a4c7-2f973f65f30c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:47,996 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.047s 2024-02-14 14:03:47,997 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f6dbe6-57f5-46c0-aa94-d7253ffeda50', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f6dbe6-57f5-46c0-aa94-d7253ffeda50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:49,051 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.040s 2024-02-14 14:03:49,052 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b928ff-f3e5-4c33-b7d3-d54c35e5a9a8', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b928ff-f3e5-4c33-b7d3-d54c35e5a9a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygro up_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:50,116 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.050s 2024-02-14 14:03:50,116 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8af1167-d535-467f-b9b9-00ce46a4b217', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8af1167-d535-467f-b9b9-00ce46a4b217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:51,179 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:51,179 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-444ae8f0-1514-4e1d-8551-00e44e249efe', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-444ae8f0-1514-4e1d-8551-00e44e249efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:22.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a46 2cac2723b0046436ff"}}' 2024-02-14 14:03:52,236 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.040s 2024-02-14 14:03:52,237 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29777638-9e0d-4c2c-b9c9-6015319a8255', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29777638-9e0d-4c2c-b9c9-6015319a8255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:53,319 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.057s 2024-02-14 14:03:53,320 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f39ed1-d053-4b33-bc63-fd76061eed7c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f39ed1-d053-4b33-bc63-fd76061eed7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:54,375 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTes ts:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.042s 2024-02-14 14:03:54,376 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d71284-3f3b-4988-9524-b44a303248d7', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d71284-3f3b-4988-9524-b44a303248d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:55,445 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.051s 2024-02-14 14:03:55,446 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ccff004-e96a-4042-b0f7-d2e8b6c146cf', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ccff004-e96a-4042-b0f7-d2e8b6c146cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:56,506 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2 c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:56,506 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb2847d-7e6b-40b5-812a-969ca479ea51', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb2847d-7e6b-40b5-812a-969ca479ea51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:57,564 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:03:57,565 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6e8263-fbac-4643-9a47-3e124649bb05', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6e8263-fbac-4643-9a47-3e124649bb05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:58,640 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.061s 2024-02-14 14:03:58,641 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eba579e-7dcb-4b5f-9497-b440ae5226ef', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eba579e-7dcb-4b5f-9497-b440ae5226ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:03:59,713 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:03:59,713 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-500fc313-1cd3-47fb-ae6b-e858173fe95c', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-500fc313-1cd3-47fb-ae6b-e858173fe95c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:00,773 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.045s 2024-02-14 14:04:00,773 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-A uth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de899cf2-fe21-41b5-b752-4edffdc32221', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de899cf2-fe21-41b5-b752-4edffdc32221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:01,834 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:04:01,835 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85fa3296-1186-4a29-b40f-56fc5cb985b4', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85fa3296-1186-4a29-b40f-56fc5cb985b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:02,895 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.041s 2024-02-14 14:04:02,895 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9fe042-c9cb-49ba-b396-c94d5fe975bc', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9fe042-c9cb-49ba-b396-c94d5fe975bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:03,967 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.056s 2024-02-14 14:04:03,968 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f8c9c8-9a46-4bd7-8162-75f995867ef6', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f8c9c8-9a46-4bd7-8162-75f995867ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:05,030 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.048s 2024-02-14 14:04:05,030 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ddbd309-18bd-4ef1-ad0d-18c17 39c9ed6', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ddbd309-18bd-4ef1-ad0d-18c1739c9ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:06,090 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.046s 2024-02-14 14:04:06,091 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f40a76ca-395e-45c6-af05-703ce8f09558', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f40a76ca-395e-45c6-af05-703ce8f09558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:07,175 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.063s 2024-02-14 14:04:07,176 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0999c3f1-fef1-4241-aaf4-27193f64826f', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack -request-id': 'req-0999c3f1-fef1-4241-aaf4-27193f64826f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:08,302 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.113s 2024-02-14 14:04:08,303 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41cd330-4f4a-412d-b07f-da7528a83ec1', 'content-length': '926', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41cd330-4f4a-412d-b07f-da7528a83ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "reverting", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:03:51.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' 2024-02-14 14:04:09,360 115602 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:test_volume_revert_to_snapshot): 200 GET http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 0.044s 2024-02-14 14:04:09,361 115602 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 14 Feb 2024 14:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab1d65b-9dab-47d8-91c6-531a86118ad8', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab1d65b-9dab-47d8-91c6-531a86118ad8', 'connection': 'close', 'status': '200', 'content-location': 'h ttp://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325'} Body: b'{"volume": {"id": "c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-14T14:03:05.000000", "updated_at": "2024-02-14T14:04:09.000000", "name": "tempest-VolumeRevertTests-Volume-1810416435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3c5cb380593a462cac2723b0046436ff/volumes/c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325"}], "user_id": "70866aba86a24fceb11a4b8ef097cd58", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3c5cb380593a462cac2723b0046436ff"}}' tearDownClass (cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests) ------------------------------------------------------------------------------------- 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: (VolumeRevertTests:tearDownClass) Failed to delete volume c2c4dc2c-1ef6-4f87-a36e-b4f87eae2325 within the required time (196 s). Timer started at 1707919515. Timer ended at 1707919711. Waited for 196 s., )) ====== Totals ====== Ran: 36 tests in 547.9571 sec. - Passed: 8 - Skipped: 26 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 2 Sum of execute time for each test: 776.5971 sec. ============== Worker Balance ============== - Worker 0 (4 tests) => 0:09:07.957057 - Worker 1 (6 tests) => 0:05:28.319532 - Worker 2 (3 tests) => 0:02:00.067574 - Worker 3 (3 tests) => 0:01:56.940214 - Worker 4 (4 tests) => 0:01:40.554302 - Worker 5 (3 tests) => 0:01:51.949427 - Worker 6 (3 tests) => 0:01:37.535638 - Worker 7 (2 tests) => 0:00:00.008160 - Worker 8 (2 tests) => 0:00:00.007833 - Worker 9 (2 tests) => 0:00:00.010697 - Worker 10 (2 tests) => 0:00:00.008279 - Worker 11 (2 tests) => 0:00:00.011221 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex cinder_tempest_plugin (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed